summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: python-pygit2: Update to 1.7.1.Maxim Cournoyer2021-11-22
| | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 1.7.1.
* gnu: python-dnspython: Patch out problematic getprotobyname calls.Maxim Cournoyer2021-11-22
| | | | | * gnu/packages/python-xyz.scm (python-dnspython) [phases]{patch-getprotobyname-calls}: New phase.
* gnu: Add python-update-checker.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/python-xyz.scm (python-update-checker): New variable.
* gnu: python-nautilus: Remove package.John Kehayias2021-11-21
| | | | | | | | | | | | | | 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>
* gnu: python-invoke: Update to 1.6.0.Ricardo Wurmus2021-11-21
| | | | * gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
* gnu: python-invoke: Delete incompatible and unused code.Ricardo Wurmus2021-11-21
| | | | | | * 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.
* gnu: python-seaborn: Update to 0.11.2.Ricardo Wurmus2021-11-21
| | | | * gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
* gnu: python-numpy: Alias to python-numpy-1.20.Ricardo Wurmus2021-11-21
| | | | | | | | | | | | | | 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.
* gnu: python-qtconsole: Add dependency on python-pyqt.Ludovic Courtès2021-11-20
| | | | | * gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add PYTHON-PYQT.
* gnu: python-joblib: Update to 1.1.0.Ricardo Wurmus2021-11-20
| | | | | * gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.0. [arguments]: Disable one test.
* gnu: python2-joblib: Do not inherit source from python-joblib.Ricardo Wurmus2021-11-20
| | | | | | * gnu/packages/python-xyz.scm (python2-joblib)[version]: Explicitly set to 0.14.1. [source]: Do not inherit.
* gnu: python-numba: Update to 0.54.1.Ricardo Wurmus2021-11-20
| | | | | | * 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.
* gnu: python-numba: Run tests conditionally.Ricardo Wurmus2021-11-20
| | | | * gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument.
* gnu: python-numba: Remove trailing #T.Ricardo Wurmus2021-11-20
| | | | | * gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase.
* gnu: Add python-numpy-1.20.Ricardo Wurmus2021-11-20
| | | | * gnu/packages/python-xyz.scm (python-numpy-1.20): New variable.
* gnu: python-jupyter-console: Update to 6.4.0.Ludovic Courtès2021-11-19
| | | | | * gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0. [native-inputs]: Add PYTHON-PYTEST.
* gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism.Ludovic Courtès2021-11-19
| | | | | | | | | | | | | 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'.
* gnu: python-eventlet: Update to 0.33.0.Ricardo Wurmus2021-11-19
| | | | | | | | * 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.
* gnu: python-tablib: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'check phase.
* gnu: python-screenkey: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with GUIX_PYTHONPATH instead of PYTHONPATH.
* gnu: python-screenkey: Update description.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a complete sentence.
* gnu: python-typer: Run tests conditionally.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-typer)[arguments]: Only run tests when TESTS? is #true.
* gnu: python-typer: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-typer)[arguments]: Use GUIX_PYTHONPATH in 'check phase.
* gnu: python-typer: Run more tests.Ricardo Wurmus2021-11-18
| | | | | | * 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.
* gnu: python-dbusmock: Patch reference to dbus-daemon.Maxim Cournoyer2021-11-18
| | | | | | * gnu/packages/python-xyz.scm (python-dbusmock) [phases]{patch-shell-path}: Rename to... {patch-paths}: ... this, and also patch the dbus-daemon reference.
* gnu: python-dbusmock: Update to 0.24.1.Maxim Cournoyer2021-11-18
| | | | * gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
* gnu: python-xlwt: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-xlwt)[arguments]: Update 'check phase to set GUIX_PYTHONPATH instead of PYTHONPATH.
* gnu: python2-virtualenv: Remove unnecessary build phase.Ricardo Wurmus2021-11-18
| | | | * gnu/packages/python-xyz.scm (python2-virtualenv)[arguments]: Remove field.
* gnu: python-pymediainfo: Update description.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-pymediainfo)[description]: Extend it to a complete sentence.
* gnu: python-pymediainfo: Simplify check phase.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-pymediainfo)[arguments]: Use ADD-INSTALLED-PYTHONPATH instead of manipulating PYTHONPATH directly.
* gnu: python2-send2trash: Fix setenv build phase.Ricardo Wurmus2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python2-send2trash)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
* gnu: python-graphene: Update to 3.0.Ludovic Courtès2021-11-18
| | | | | | | | 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".
* gnu: python-sgmllib3k: Remove redundant definition.Ludovic Courtès2021-11-18
| | | | | * gnu/packages/python-xyz.scm (python-sgmllib3k): Adjust description and remove same-named definition that provided version 1.0.0.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * gnu: Add python-minikanren.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-minikanren): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-etuples.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-etuples): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-cons.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cons): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-logical-unification.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-logical-unification): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-multipledispatch.Ryan Prior2021-11-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-multipledispatch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-hnswlib.Ricardo Wurmus2021-11-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-hnswlib): New variable.
| * gnu: python2-orderedmultidict: Remove package.jgart2021-11-15
| | | | | | | | | | | | * gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: python-orderedmultidict: Update to 1.0.1.jgart2021-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0.1. [arguments]: Delete custom fix-tests phase. [native-inputs]: Add python-flake8. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: python-cligj: Fix typo.Vagrant Cascadian2021-11-14
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (python-cligj)[description]: Fix spelling of "command".
| * gnu: python-pyasn1-modules: Update to 0.2.8.Marius Bakke2021-11-15
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8.
| * gnu: python-translate-toolkit: Update to 3.5.1.Julien Lepiller2021-11-14
| | | | | | | | | | * gnu/packages/python-xyz (python-translate-toolkit): Update to 3.5.1. (python2-translate-toolkit): Keep at previous version.
| * gnu: Add python-sgmllib3k.Morgan Smith2021-11-12
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-sgmllib3k): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-wand.Vinicius Monego2021-11-11
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-wand): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: poetry: Update to 1.1.11.Tanguy Le Carrour2021-11-11
| | | | | | | | | | | | * gnu/packages/python-build.scm (poetry): Update to 1.1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise.
| * gnu: python-cachelib: Update to 0.4.1.Efraim Flashner2021-11-08
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cachelib): Update to 0.4.1. [arguments]: Enable tests. [native-inputs]: Add python-pytest and python-pytest-xprocess.