summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
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".
2021-11-17gnu: python-sgmllib3k: Fix typo.Vagrant Cascadian
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix "This package" typo.
2021-11-18gnu: python-sgmllib3k: Remove redundant definition.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-sgmllib3k): Adjust description and remove same-named definition that provided version 1.0.0.
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-17gnu: python-numcodecs: Unbundle c-blosc.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Add snippet to remove bundled c-blosc sources and pre-built Cython files. [arguments]: Add build phase 'disable-avx2 and 'unbundle; replace 'check phase to run pytest; disable tests. [inputs]: Add c-blosc, lz4, zlib, and zstd. [native-inputs]: Add python-cython.
2021-11-17gnu: python-hnswlib: Disable native optimizations.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-hnswlib)[arguments]: Add build phase 'disable-native-optimization.
2021-11-15gnu: Add python-minikanren.Ryan Prior
* gnu/packages/python-xyz.scm (python-minikanren): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15gnu: Add python-etuples.Ryan Prior
* gnu/packages/python-xyz.scm (python-etuples): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15gnu: Add python-cons.Ryan Prior
* gnu/packages/python-xyz.scm (python-cons): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15gnu: Add python-logical-unification.Ryan Prior
* gnu/packages/python-xyz.scm (python-logical-unification): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15gnu: Add python-multipledispatch.Ryan Prior
* gnu/packages/python-xyz.scm (python-multipledispatch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15gnu: Add python-hnswlib.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-hnswlib): New variable.
2021-11-15gnu: python2-orderedmultidict: Remove package.jgart
* gnu/packages/python-web.scm (python2-orderedmultidict): Delete variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-11-15gnu: python-orderedmultidict: Update to 1.0.1.jgart
* 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>
2021-11-14gnu: python-cligj: Fix typo.Vagrant Cascadian
* gnu/packages/emacs-xyz.scm (python-cligj)[description]: Fix spelling of "command".
2021-11-15gnu: python-pyasn1-modules: Update to 0.2.8.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8.
2021-11-14gnu: python-translate-toolkit: Update to 3.5.1.Julien Lepiller
* gnu/packages/python-xyz (python-translate-toolkit): Update to 3.5.1. (python2-translate-toolkit): Keep at previous version.
2021-11-13gnu: python-nbconvert: Add texlive-grffile and texlive-stringenc.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Add texlive-grffile and texlive-stringenc to texlive-updmap.cfg union.
2021-11-12gnu: Add python-sgmllib3k.Morgan Smith
* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-11gnu: python-wmctrl: Add missing python-attrs propagated inputs.Maxim Cournoyer
Credits to the 'sanity-check' phase for detecting this problem. * gnu/packages/python-xyz.scm (python-wmctrl)[propagated-inputs]: Add python-attrs.
2021-11-11gnu: python-asynctest: Delete package.Maxim Cournoyer
This library is no longer supported (doesn't build with Python 3.9; see https://github.com/Martiusweb/asynctest/issues/158). * gnu/packages/python-xyz.scm (python-aionotify): Delete variable.
2021-11-11gnu: python-pymodbus: Update to 2.5.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pymodbus): Update to 2.5.3. [phases]{disable-problematic-tests}: Delete an extra test module. [native-inputs]: Remove python-asynctest.
2021-11-11gnu: python-distro: Update to 1.6.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-distro): Update to 1.6.0.
2021-11-11gnu: Add python-dotenv.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dotenv): New variable.
2021-11-11gnu: python-numpy: Update to 1.21.3 and cleanup.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.21.3. [native-inputs]: Add python-hypothesis and python-pytest-xdist. [phases]: Delete trailing #t. Do not explicitly reorder the check phase, as it already runs after the install phase for the python build system. {configure-blas-lapack}: Rename to... {configure-blas}: ... this, to cleanup remnants of lapack left in commit 6623d1cd7f3. {check}: Honor TESTS?. Invoke the tests via the runtests.py script and enable parallel tests. (python2-numpy-1.8)[phases]{configure-blas-lapack}: Likewise (as for the python-numpy package).
2021-11-11gnu: python-dbusmock: Update to 0.24.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0. Delete trailing #t.
2021-11-11gnu: python-dbus: Update to 1.2.18.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.18. (python2-dbus)[configure-flags]: Provide the PYTHON_VERSION configure variable.
2021-11-11gnu: python-flit: Update to 3.3.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-flit): Update to 3.3.0.
2021-11-11gnu: python-pathlib2: Update to 2.3.6.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.6.
2021-11-11gnu: python-setuptools-scm: Update to 6.3.2Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 6.3.2. [propagated-inputs]: Add python-packaging-bootstrap and python-tomli. (properties): Set the python2-variant property. (python2-setuptools-scm): Pin to version 5.0.2, the last release to support Python 2.
2021-11-11gnu: Move a few Python packages to (gnu packages python-build).Maxim Cournoyer
This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions.
2021-11-11gnu: python-docutils: Update to 0.17.1.Xinglu Chen
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-11gnu: Add python-wand.Vinicius Monego
* gnu/packages/python-xyz.scm (python-wand): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-11gnu: poetry: Update to 1.1.11.Tanguy Le Carrour
* gnu/packages/python-build.scm (poetry): Update to 1.1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-08gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice
* 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.
2021-11-08gnu: python-cachelib: Update to 0.4.1.Efraim Flashner
* gnu/packages/python-xyz.scm (python-cachelib): Update to 0.4.1. [arguments]: Enable tests. [native-inputs]: Add python-pytest and python-pytest-xprocess.
2021-11-08gnu: Add python-cachelib.Vinicius Monego
* gnu/packages/python-xyz.scm (python-cachelib): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08gnu: Add python-emoji.Vinicius Monego
* gnu/packages/python-xyz.scm (python-emoji): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08gnu: Add python-immutabledict.Vinicius Monego
* gnu/packages/python-xyz.scm (python-immutabledict): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08gnu: Add python-filetype.Vinicius Monego
* gnu/packages/python-xyz.scm (python-filetype): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-03gnu: python-marshmallow: Fix linter warning.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop.
2021-11-03gnu: Add python-marshmallow-jsonapi.David Larsson
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-11-03gnu: Add python-marshmallow@3.2.David Larsson
* gnu/packages/python-xyz.scm (python-marshmallow-3.2): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-11-03Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-03gnu: python-urwid: Remove sporadically failing tests.Efraim Flashner
* gnu/packages/python-xyz.scm (python-urwid)[arguments]: Add phase to remove problematic test.