summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: Remove python-typing.Marius Bakke2022-01-22
| | | | | * gnu/packages/python-xyz.scm (python-typing): Merge with ... (python2-typing): ... this variable.
* gnu: python-fs: Remove unused input.Marius Bakke2022-01-22
| | | | | * gnu/packages/python-xyz.scm (python-fs)[propagated-inputs]: Remove PYTHON-TYPING.
* gnu: Remove python2-tqdm.Marius Bakke2022-01-22
| | | | * gnu/packages/python-xyz.scm (python2-tqdm): Remove variable.
* gnu: Remove python2-nltk.Marius Bakke2022-01-22
| | | | * gnu/packages/python-xyz.scm (python2-nltk): Remove variable.
* gnu: python-flufl-bounce: Update to 4.0.Marius Bakke2022-01-22
| | | | | | * gnu/packages/python-xyz.scm (python-flufl-bounce): Update to 4.0. [arguments]: Replace check phase. [native-inputs]: Add PYTHON-FLUFL-TESTING.
* gnu: python-watchdog: Remove unused input.Marius Bakke2022-01-22
| | | | | * gnu/packages/python-xyz.scm (python-watchdog)[propagated-inputs]: Remove PYTHON-ARGH.
* gnu: python-tqdm: Update to 4.62.3.Marius Bakke2022-01-22
| | | | * gnu/packages/python-xyz.scm (python-tqdm): Update to 4.62.3.
* gnu: python-pytest-asyncio: Update to 0.17.2.Marius Bakke2022-01-22
| | | | | | | | | * gnu/packages/check.scm (python-pytest-asyncio): Update to 0.17.2. [arguments]: Specify setuptools-scm version. Replace check phase. [native-inputs]: Remove PYTHON-COVERAGE. Add PYTHON-FLAKY and PYTHON-SETUPTOOLS-SCM. * gnu/packages/python-xyz.scm (python-tqdm, python-watchgod)[arguments]: Specify asyncio_mode when running tests.
* gnu: python-tenacity: Update to 8.0.1.Marius Bakke2022-01-22
| | | | | | | * gnu/packages/python-xyz.scm (python-tenacity): Update to 8.0.1. [propagated-inputs]: Remove. [native-inputs]: Add PYTHON-TYPEGUARD. Remove PYTHON-SPHINX. [arguments]: Rewrite in gexp style.
* gnu: Add python-typeguard.Marius Bakke2022-01-22
| | | | * gnu/packages/python-xyz.scm (python-typeguard): New variable.
* gnu: python-cython: Add 3.0.0a10.Marius Bakke2022-01-22
| | | | * gnu/packages/python-xyz.scm (python-cython-3): New variable.
* gnu: Add nbss-upload.jgart via Guix-patches via2022-01-22
| | | | | | * gnu/packages/python-xyz.scm (nbss-upload): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: pyzo: Update to 4.12.0.Nicolas Goaziou2022-01-21
| | | | | * gnu/packages/python-xyz.scm (pyzo): Update to 4.12.0. [source]: Get source from GitHub since last release is not available on PyPi.
* gnu: python-fonttools: Fix build failure.Marius Bakke2022-01-19
| | | | | | * gnu/packages/python-xyz.scm (python-fonttools-with-tests)[arguments]: Skip tests that cannot run. [native-inputs]: Fix inheritance.
* gnu: python-xdo: Use libc already in build environment.Efraim Flashner2022-01-19
| | | | | | * gnu/packages/python-xyz.scm (python-xdo)[arguments]: Find reference to 'libc' input. [inputs]: Remove glibc.
* gnu: python-xdo: Hard-code path to libc.Lars-Dominik Braun2022-01-19
| | | | | | | | Fixes: <https://issues.guix.gnu.org/53183> * gnu/packages/python-xyz.scm (python-xdo)[arguments]: Also substitute* reference of libc. [inputs]: Add glibc.
* gnu: python-pyzmq: Update to 22.3.0.Marius Bakke2022-01-19
| | | | * gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.3.0.
* gnu: Add python-roundrobin.Marius Bakke2022-01-19
| | | | * gnu/packages/python-xyz.scm (python-roundrobin): New public variable.
* gnu: Add python-retry.Marius Bakke2022-01-19
| | | | * gnu/packages/python-xyz.scm (python-retry): New public variable.
* gnu: python-flufl-testing: Explicitly disable tests.Marius Bakke2022-01-19
| | | | | * gnu/packages/python-xyz.scm (python-flufl-testing)[arguments]: Add #:tests?. [native-inputs]: Remove.
* gnu: python-peachpy: Fix build.Marius Bakke2022-01-18
| | | | | | * gnu/packages/python-xyz.scm (python-peachpy)[arguments]: Invoke nosetests directly. [native-inputs]: Add PYTHON-SETUPTOOLS.
* gnu: python-dulwich: Update to 0.20.30.Marius Bakke2022-01-18
| | | | | | * gnu/packages/python-xyz.scm (python-dulwich): Update to 0.20.30. [arguments]: Remove workaround. Patch one more file. [native-inputs]: Add GNUPG and PYTHON-GPG.
* gnu: python-parse-type: Update to 0.5.2.Marius Bakke2022-01-18
| | | | | * gnu/packages/python-xyz.scm (python-parse-type): Update to 0.5.2. [native-inputs]: Add PYTHON-SETUPTOOLS.
* gnu: python-kazoo: Update to 2.8.0.Marius Bakke2022-01-18
| | | | * gnu/packages/python-xyz.scm (python-kazoo): Update to 2.8.0.
* gnu: python-rdflib: Update to 6.1.1.Marius Bakke2022-01-18
| | | | | | | | | | | * gnu/packages/rdf.scm (python-rdflib): Update to 6.1.1. [arguments]: Remove #:tests. Add #:phases. [native-inputs]: Change from PYTHON-NOSE to PYTHON-PYTEST. (python-rdflib-5): New variable. (python2-rdflib): Inherit from PYTHON-RDFLIB-5. * gnu/packages/python-xyz.scm (python-prov): Change from PYTHON-RDFLIB to PYTHON-RDFLIB-5. * gnu/packages/bioinformatics.scm (cwltool): Likewise.
* gnu: python-lazr-delegates: Fix test failure.Marius Bakke2022-01-18
| | | | | | * gnu/packages/python-xyz.scm (python-lazr-delegates)[arguments]: Invoke 'nosetests' directly instead of through setup.py. While at it, respect '--without-tests'.
* gnu: python-gevent: Update to 21.12.0.Marius Bakke2022-01-18
| | | | | | * gnu/packages/python-xyz.scm (python-gevent): Update to 21.12.0. [propagated-inputs]: Simplify. Move PYTHON-OBJGRAPH ... [native-inputs]: ... here. Remove PYTHON-SIX.
* gnu: Adjust merge resolution.Marius Bakke2022-01-18
| | | | | | | | | | | | Commit 276f40fdc349d2ad62582b23ea55e061b689cfc0 added unnecessary changes to these variables. * gnu/packages/openstack.scm (python-os-testr)[propagated-inputs]: Remove everything except PYTHON-STESTR. [native-inputs]: Add PYTHON-BABEL, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS. * gnu/packages/python-xyz.scm (python-platformdirs)[arguments]: Remove obsolete phase. Run pytest verbosely. [native-inputs]: Remove PYTHON-PYTEST-COV.
* gnu: python-dbusmock: Update to 0.25.0 and reap terminated processes.Maxim Cournoyer2022-01-18
| | | | | | | | | | | | | It was reported by abrenon and zimoun in #guix that python-dbusmock would fail to build on their systems. * gnu/packages/python-xyz.scm (python-dbusmock) [imported-modules, modules]: New arguments. [native-inputs]: Use new style. [phases]{check}: Override phase to run it via a dumb init that can handle signals and reap dead processes correctly. This prevents test suite failures in some cases (though it is still unknown why it was working on some systems and not on others before the change).
* gnu: Add python-reedsolo.Lars-Dominik Braun2022-01-18
| | | | | | Missing dependency of python-esptool. * gnu/packages/python-xyz.scm (python-reedsolo): New variable.
* gnu: python-black: Relax tomli version requirement.Maxim Cournoyer2022-01-17
| | | | | * gnu/packages/python-xyz.scm (python-black) [phases]{relax-version-requirements}: New phase.
* gnu: python-async-timeout: Update to 4.0.2.Maxim Cournoyer2022-01-17
| | | | | * gnu/packages/python-xyz.scm (python-async-timeout): Update to 4.0.2. [home-page]: Remove trailing / to please 'guix lint'.
* gnu: python-pystache: Update to 0.6.0.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
* gnu: python-simpleeval: Update to 0.9.12.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: python-xlwt: Add comment about maintainership of the package.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | The package appears to be abandoned. * gnu/packages/python-xyz.scm (python-xlwt): Add comment.
| * gnu: python-openpyxl: Update to 3.0.9.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.9.
| * gnu: python-xlrd: Update to 2.0.1.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-xlrd): Update to 2.0.1. [source]: Use git-fetch. [arguments]: Delete field. [native-inputs]: Add python-pytest.
| * gnu: python-pdfminer-six: Remove obsolete phase.Sarah Morgensen2022-01-10
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pdfminer-six)[arguments] <#:phases>: Remove 'make-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: python-beautifulsoup4: Update to 4.10.0.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.10.0. [propagated-inputs]{python-html5lib, python-lxml}: New inputs. [arguments]: Delete field. (python2-beautifulsoup4): Peg at version 4.9.3.
| * gnu: poetry: Update to 1.1.12.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (poetry): Update to 1.1.12. [phases]{patch-setup-py}: Relax packaging version requirement. [propagated-inputs]{python-msgpack-transitional}: Replace with... {python-msgpack}: ... this. {python-requests-toolbelt-0.9.1}: Replace with... {python-requests-toolbelt}: ... this. {python-msgpack-transitional}: Delete variable.
| * gnu: python2-matplotlib: Update to 2.2.5.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-matplotlib): Update to 2.2.5. [phases]: Use G-exp. {install-jquery-ui}: Delete phase. JQuery is bundled in this release. [native-inputs]: Remove all exception pkg-config. [propagated-inputs]: Sort and explicitly specify all inputs to ease maintenance.
| * gnu: python-matplotlib: Update to 3.5.1 and run tests in parallel.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.5.1. [propagated-inputs]: Add python-fonttools, python-wxpython and python-packaging. [native-inputs]: Remove python-mock, python-wheel, unzip and jquery-ui. Add python-pytest-timeout, python-pytest-xdist, python-setuptools-scm and python-setuptools-scm-git-archive. [phases]: Delete trailing #t. {pretend-version}: New phase. {install-jquery-ui}: Delete phase. {check}: Honor TESTS?. Do not skip webagg tests anymore. Invoke using '-n' argument to run tests in parallel via pytest-xdist. {configure-environment}: Do not set LD_LIBRARY_PATH nor HOME. Rename setup.cfg to mplsetup.cfg. Set the backend to Agg.
| * gnu: python-fonttools: Update to 4.28.5.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.28.5 and hide the package. [properties]: New field. (python-fonttools-with-tests): New variable.
| * gnu: Add python-fs.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-xyz.scm (python-fs): New variable.
| * 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.