summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2021-11-29gnu: python-notify2: Propagate python-dbus.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to... [propagated-inputs]: ... this.
2021-11-29gnu: python-dbus: Register 'python2-dbus' as the Python 2 variant.Ludovic Courtès
This allows things like 'python2-notify2' to actually use the Python 2 variant of 'python-dbus'. * gnu/packages/python-xyz.scm (python-dbus)[properties]: New field. (python2-dbus)[inputs]: Remove unnecessary 'alist-delete' argument.
2021-11-25gnu: Remove python2-itsdangerous.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-itsdangerous): Delete variable.
2021-11-25gnu: python2-validators: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-validators): Delete variable.
2021-11-25gnu: python2-munkres: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-munkres): Delete variable.
2021-11-25gnu: python2-faker: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-faker): Delete variable. (python-faker)[properties]: Remove.
2021-11-25gnu: python2-relatorio: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-relatorio): Delete variable.
2021-11-25gnu: python2-traitlets: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-traitlets): Delete variable. (python-traitlets)[properties]: Remove.
2021-11-25gnu: python2-colormath: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-colormath): Delete variable.
2021-11-25gnu: python2-spectra: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-spectra): Delete variable.
2021-11-24gnu: python2-backports-csv: Remove sanity-check phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-backports-csv)[arguments]: Remove 'sanity-check phase.
2021-11-24gnu: python2-astroid: Add missing input and don't inherit.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-astroid)[arguments]: Do not inherit from Python 3 package variant. [propagated-inputs]: Do not inherit and add python2-six.
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-23gnu: Add python-iwlib.Stephen Paul Weber
* gnu/packages/python-xyz.scm (python-iwlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: Add python-dbus-next.Stephen Paul Weber
* gnu/packages/python-xyz.scm (python-debus-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: python-xcffib: Upgrade to 0.11.1.Stephen Paul Weber
Required for qtile. * gnu/packages/python-xyz.scm (python-xcffib): Upgrade to 0.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-22gnu: python-pygit2: Update to 1.7.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.7.1.
2021-11-22gnu: python-dnspython: Patch out problematic getprotobyname calls.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dnspython) [phases]{patch-getprotobyname-calls}: New phase.
2021-11-22gnu: Add python-update-checker.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-update-checker): New variable.
2021-11-21gnu: python-nautilus: Remove package.John Kehayias
This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-21gnu: python-invoke: Update to 1.6.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
2021-11-21gnu: python-invoke: Delete incompatible and unused code.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-invoke)[arguments]: Add build phase 'delete-python2-code. (python2-invoke)[arguments]: Remove that phase and add 'delete-python3-code.
2021-11-21gnu: python-seaborn: Update to 0.11.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
2021-11-21gnu: python-numpy: Alias to python-numpy-1.20.Ricardo Wurmus
Numpy 1.20 is required by numba and umap-learn. Attempts to rename numpy 1.20 to allow it to coexist with numpy 1.21 in the same environment have not been successful. * gnu/packages/python-xyz.scm (python-numpy): Rename to... (python-numpy-next): ...this variable. (python2-numpy): Use python-numpy-next package as parent. (python-numpy-1.20): Inherit from python-numpy-next. (python-numpy): New variable pointing to python-numpy-1.20. (python-numba)[propagated-inputs]: Replace python-numpy-1.20 with python-numpy.
2021-11-20gnu: python-qtconsole: Add dependency on python-pyqt.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add PYTHON-PYQT.
2021-11-20gnu: python-joblib: Update to 1.1.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.0. [arguments]: Disable one test.
2021-11-20gnu: python2-joblib: Do not inherit source from python-joblib.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-joblib)[version]: Explicitly set to 0.14.1. [source]: Do not inherit.
2021-11-20gnu: python-numba: Update to 0.54.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba): Update to 0.54.1. [propagated-inputs]: Replace python-numpy with python-numpy-1.20. [arguments]: Add phase 'disable-failing-tests.
2021-11-20gnu: python-numba: Run tests conditionally.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument.
2021-11-20gnu: python-numba: Remove trailing #T.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase.
2021-11-20gnu: Add python-numpy-1.20.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable.
2021-11-20gnu: python-folium: Fix build.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-folium): Update hash. Upstream apparently re-tagged a different commit.
2021-11-19gnu: python-jupyter-console: Update to 6.4.0.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0. [native-inputs]: Add PYTHON-PYTEST.
2021-11-19gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism.Ludovic Courtès
Previously 'test_delete' and a couple of related tests in 'test_content_api.py' would fail: https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00083.html Reported by Ricardo Wurmus. * gnu/packages/python-xyz.scm (python-notebook)[arguments]: Add 'use-our-home-for-tests' phase. In 'check' phase, remove call to 'setenv' and unnecessary use of 'with-directory-excursion'.
2021-11-19gnu: python-eventlet: Update to 0.33.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.0. [propagated-inputs]: Add python-six. [native-inputs]: Add python-nose. [arguments]: Enable tests; add build phases 'avoid-OSError and 'delete-broken-tests; replace the 'check phase to run nosetests.
2021-11-18gnu: python-ueberzug: Fix typo.Vagrant Cascadian
* gnu/packages/python-xyz.scm (python-ueberzug)[description]: Use "draws" instead of "allows to draw".
2021-11-18gnu: python-tablib: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'check phase.
2021-11-18gnu: python-screenkey: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18gnu: python-screenkey: Update description.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a complete sentence.
2021-11-18gnu: python-typer: Run tests conditionally.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Only run tests when TESTS? is #true.
2021-11-18gnu: python-typer: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Use GUIX_PYTHONPATH in 'check phase.
2021-11-18gnu: python-typer: Run more tests.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Delete phase 'disable-failing-tests; disable only test_show_completion and test_install_completion in 'check phase; add phase 'patch-shell-reference.
2021-11-18gnu: python-dbusmock: Patch reference to dbus-daemon.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dbusmock) [phases]{patch-shell-path}: Rename to... {patch-paths}: ... this, and also patch the dbus-daemon reference.
2021-11-18gnu: python-dbusmock: Update to 0.24.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
2021-11-18gnu: python-xlwt: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-xlwt)[arguments]: Update 'check phase to set GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18gnu: python2-virtualenv: Remove unnecessary build phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-virtualenv)[arguments]: Remove field.
2021-11-18gnu: python-pymediainfo: Update description.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pymediainfo)[description]: Extend it to a complete sentence.
2021-11-18gnu: python-pymediainfo: Simplify check phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]: Use ADD-INSTALLED-PYTHONPATH instead of manipulating PYTHONPATH directly.
2021-11-18gnu: python2-send2trash: Fix setenv build phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-send2trash)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18gnu: python-graphene: Update to 3.0.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/50947>. Reported by John Kehayias <john.kehayias@protonmail.com>. * gnu/packages/python-xyz.scm (python-graphene): Update to 3.0. [propagated-inputs]: Replace "python-iso8601" by "python-aniso8601".