summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
...
| * gnu: Add python-pyftpdlib.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyftpdlib): New variable.
| * gnu: Add python-pysendfile.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-xyz.scm (python-pysendfile): New variable.
| * gnu: python-platformdirs: Update to 2.4.0, run tests and fix metadata.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-platformdirs): Update to 2.4.0. [phases]{pretend-version}: New phase. {check}: Override to run tests. [native-inputs]{python-setuptools-scm}: New input.
| * gnu: python-flit: Update to 3.5.1, enable tests and apply guix style.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-flit)[origin]: Fetch from pypi-uri, to ease updating the package. [phases]{bootstrap}: Delete phase. {build, install}: Do a PEP 517 build using pypa-build. {check}: New phase. [tests?]: Enable. [propagated-inputs]{python-pytoml, python-toml}: Remove. {python-pypa-build, python-tomli-w, python-flit-core, python-requests}: New inputs. {python-docutils}: New input, moved from... [native-inputs]: ... here. Apply guix style. {python-testpath}: Use the regular python-testpath package. [synopsis, description]: Re-indent.
| * gnu: python-astroid: Update to 2.9.0.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-astroid): Update to 2.9.0. [native-inputs]: Add python-typing-extensions. [properties]: Delete field. (python2-astroid): Delete variable.
| * gnu: python-typing-extensions: Update to 4.0.1.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 4.0.1. [origin]: Use git-fetch. [tests?]: Disable. [phases]{unpack, build, install}: New phases. [native-inputs]: Add python-pypa-build, python-flit-core. [home-page]: Shorten URL.
| * gnu: python-typing: Update to 3.10.0.0.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-xyz.scm (python-typing): Update to 3.10.0.0.
| * gnu: python-curio: Disable newly failing 'test_timeout' test.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-prettytable) [phases]{check}: Honor TESTS? and skip the 'test_timeout' test.
| * gnu: python-typed-ast: Update to 1.5.1.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.5.1.
| * gnu: python-msgpack: Update to 1.0.3.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.3. (python2-msgpack): Delete variable.
* | gnu: Add python-pydbus.Morgan Smith2022-01-17
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pydbus): New variable. Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: python-cftime: Update to 1.5.1.1.Vinicius Monego2022-01-16
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cftime): Update to 1.5.1.1. [native-inputs]: Add python-check-manifest, python-coverage, python-sphinx, python-twine, python-wheel. [home-page]: Use page linked in the GitHub repository. [license]: Change to expat according to the GitHub repository. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add nikola.Hartmut Goebel2022-01-15
| | | | | | | | * gnu/packages/python-xyz.scm (nikola): New variable.
* | gnu: Add python-phpserialize.Hartmut Goebel2022-01-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-phpserialize): New variable.
* | gnu: Add python-doit.Hartmut Goebel2022-01-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-doit): New variable.
* | gnu: Add python-yapsy.Hartmut Goebel2022-01-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-yapsy): New variable.
* | gnu: Add python-pyrss2gen.Hartmut Goebel2022-01-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyrss2gen): New variable.
* | gnu: Add python-piexif.Hartmut Goebel2022-01-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-piexif): New variable. * gnu/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch: New file. * gnu/packages/python-xyz.scm (dist_patch_DATA): Add it.
* | gnu: autokey: Fix paths.John Kehayias2022-01-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (autokey): Add comments on the disabled tests and GI_TYPELIB_PATH wrapping. [inputs]: Add ipython. [phases]{fix-paths}: Use paths to ipython3 and python3 in autokey-shell script. {wrap-autokey}: Change name to... {wrap-autokey-gi}: ...this and move to before wrap for clarity. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: python-future: Fix sanity check.Liliana Marie Prikler2022-01-15
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-future): Exclude winreg and tkinter from sanity check.
* | gnu: python-qtconsole: Enable tests.Vinicius Monego2022-01-14
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-qtconsole)[arguments]: Remove #:tests?. <#:phases>: Set HOME and skip a failing test in the 'pre-check phase. [native-inputs]: Add python-flaky. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: python-qtconsole: Update to 4.7.7.Vinicius Monego2022-01-14
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-qtconsole): Update to 4.7.7. [source]: Make some cosmetic changes. [arguments]<#:phases>: Don't return #t. [propagated-inputs]: Remove python-ipython. Add python-ipython-genutils, python-jupyter-client, python-jupyter-core, python-pygments, python-pyqt, python-pyzmq, python-qtpy, python-traitlets. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: python-qasync: Update to 0.22.0.Vinicius Monego2022-01-14
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-qasync): Update to 0.22.0. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: python-anyqt: Update to 0.0.13.Vinicius Monego2022-01-14
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-anyqt): Update to 0.0.13. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: Add python-ipython-sql.Foo Chuan Wei2022-01-14
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ipython-sql): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: poetry: Use an old msgpack implementation.Tanguy Le Carrour2022-01-13
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace python-msgpack with python-msgpack-transitional. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Revert "gnu: Remove python-msgpack-transitional."Tanguy Le Carrour2022-01-13
| | | | | | | | | | | | | | | | | | | | This reverts commit d5ae6739fdb4786c49d33de3fec9872c73d2e311. It turned out that 'poetry' requires this transitional msgpack package: https://issues.guix.gnu.org/53228 Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: python-texttable: Update to 1.6.4.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-texttable): Update to 1.6.4. [arguments]: Respect #:tests? in check phase and increase verbosity.
* | gnu: python-packaging: Add 21.3.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-packaging-next): New variable.
* | gnu: python-marshmallow: Remove 3.2.1.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
* | gnu: python-marshmallow-jsonapi: Use python-marshmallow.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[propagated-inputs]: Change from PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
* | gnu: python-black: Update to 21.12b0.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-black)[arguments]: Adjust file name patching to cover more files. Override check phase. [propagated-inputs]: Add PYTHON-PLATFORMDIRS and PYTHON-TOMLI. Remove PYTHON-TOML. [native-inputs]: Add PYTHON-PYTEST-AIOHTTP. [home-page]: Update to current.
* | gnu: python-pyls-black: Update to 0.4.7.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | ...and add support for PYTHON-LSP-SERVER while at it. * gnu/packages/python-xyz.scm (python-pyls-black): Update to 0.4.7. [source](modules, snippet): New fields. [propagated-inputs]: Remove PYTHON-TOML. Add PYTHON-TOMLI.
* | gnu: python-isort: Simplify inputs.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
* | gnu: python-isort: Do not depend on 'git'.Marius Bakke2022-01-12
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable test that uses git. [native-inputs]: Remove GIT-MINIMAL.
* | gnu: python-isort: Update to 5.10.1.Marius Bakke2022-01-12
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-isort): Update to 5.10.1. [arguments]: Add phase to support newer Black versions. Install another test plugin. [native-inputs]: Add PYTHON-NATSORT.
* | gnu: python-platformdirs: Update to 2.4.1.Marius Bakke2022-01-12
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-platformdirs): Update to 2.4.1. [arguments]: Override check phase. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM. Remove PYTHON-PYTEST-COV.
* | gnu: python-pathspec: Update to 0.9.0.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-pathspec): Update to 0.9.0.
* | gnu: python-typing-extensions: Update to 3.10.0.2.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.10.0.2.
* | gnu: python-pari-jupyter: Update to 1.4.0.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.0. [source, home-page]: Adjust repo name.
* | gnu: python-flake8-implicit-str-concat: Permit newer attrs.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[arguments]: Add phase.
* | gnu: python-bleach: Update to 4.1.0.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-bleach): Update to 4.1.0. [arguments]: Replace check phase. [propagated-inputs]: Add PYTHON-PACKAGING. [native-inputs]: Remove PYTHON-DATRIE, PYTHON-GENSHI, and PYTHON-LXML. (python2-bleach): Remove variable.
* | gnu: Remove python2-twine.Marius Bakke2022-01-12
| | | | | | | | | | | | Some of its dependencies fail to build. * gnu/packages/python-xyz.scm (python2-twine): Remove variable.
* | gnu: python-readme-renderer: Propagate python-cmarkgfm.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-readme-renderer)[propagated-inputs]: Add PYTHON-CMARKGFM.
* | gnu: python-readme-renderer: Update to 32.0.Marius Bakke2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python-readme-renderer): Update to 32.0.
* | gnu: Add autokey.John Kehayias2022-01-12
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (autokey): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: Remove python2-msgpack.Leo Famulari2022-01-12
| | | | | | | | * gnu/packages/python-xyz.scm (python2-msgpack): Remove variable.
* | gnu: Remove python-msgpack-transitional.Leo Famulari2022-01-12
| | | | | | | | | | | | This package is obsolete and unused. * gnu/packages/python-xyz.scm (python-msgpack-transitional): Remove variable.
* | gnu: poetry: Fix package inputs.Tanguy Le Carrour2022-01-11
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Add python-crashtest and python-entrypoints. Remove python-clikit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-msgpack-transitional: Fix broken tests.Tanguy Le Carrour2022-01-11
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-msgpack-transitional)[arguments]: Replace references to deprecated Python methods. Signed-off-by: Ludovic Courtès <ludo@gnu.org>