summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2021-11-15gnu: python-pyasn1-modules: Update to 0.2.8....* gnu/packages/python-xyz.scm (python-pyasn1-modules): Update to 0.2.8. Marius Bakke
2021-11-14gnu: python-translate-toolkit: Update to 3.5.1....* gnu/packages/python-xyz (python-translate-toolkit): Update to 3.5.1. (python2-translate-toolkit): Keep at previous version. Julien Lepiller
2021-11-12gnu: Add python-sgmllib3k....* gnu/packages/python-xyz.scm (python-sgmllib3k): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2021-11-11gnu: Add python-wand....* gnu/packages/python-xyz.scm (python-wand): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-11-11gnu: poetry: Update to 1.1.11....* gnu/packages/python-build.scm (poetry): Update to 1.1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2021-11-08gnu: packages: Remove last year's deprecations....* 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. Tobias Geerinckx-Rice
2021-11-08gnu: python-cachelib: Update to 0.4.1....* gnu/packages/python-xyz.scm (python-cachelib): Update to 0.4.1. [arguments]: Enable tests. [native-inputs]: Add python-pytest and python-pytest-xprocess. Efraim Flashner
2021-11-08gnu: Add python-cachelib....* gnu/packages/python-xyz.scm (python-cachelib): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-11-08gnu: Add python-emoji....* gnu/packages/python-xyz.scm (python-emoji): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-11-08gnu: Add python-immutabledict....* gnu/packages/python-xyz.scm (python-immutabledict): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-11-08gnu: Add python-filetype....* gnu/packages/python-xyz.scm (python-filetype): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vinicius Monego
2021-11-03gnu: python-marshmallow: Fix linter warning....* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop. Tobias Geerinckx-Rice
2021-11-03gnu: Add python-marshmallow-jsonapi....* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> David Larsson
2021-11-03gnu: Add python-marshmallow@3.2....* gnu/packages/python-xyz.scm (python-marshmallow-3.2): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> David Larsson
2021-11-01gnu: binwalk: Update to 2.3.2....* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.2. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-11-01gnu: python-binwalk: Rename to binwalk....* gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly. Tobias Geerinckx-Rice
2021-10-30gnu: Add python-ijson....* gnu/packages/python-xyz.scm (python-ijson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Raphaël Mélotte
2021-10-27gnu: python-deprecated: Update to 1.2.13....* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13. Efraim Flashner
2021-10-27gnu: python-deprecated: Honor #:tests? flag....* gnu/packages/python-xyz.scm (python-deprecated)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Efraim Flashner
2021-10-25gnu: python-peachpy: Make output deterministic....Fixes <https://issues.guix.gnu.org/50672>. This makes users of python-peachpy bit-reproducible, such as nnpack. * gnu/packages/patches/python-peachpy-determinism.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-peachpy)[source]: Use it. Co-authored-by: Kyle Meyer <kyle@kyleam.com> Ludovic Courtès
2021-10-21gnu: Fix ‘this packages’ and some other niggles....* gnu/packages/crates-io.scm (rust-home-0.5)[description]: Fix ‘this packages’ typo. * gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]: Likewise. * gnu/packages/python-check.scm (python-pytest-csv)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise, and note which language. * gnu/packages/python-xyz.scm (python-recommonmark)[description]: Likewise, and work around ‘enabling you’. Tobias Geerinckx-Rice
2021-10-21gnu: python-levenshtein: Update to 0.12.2....* gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.12.2. Ricardo Wurmus
2021-10-18gnu: python-xyz.scm: Add copyright line....* gnu/packages/python-xyz.scm: Add copyright line for Sébastien Lerique. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: python-faker: Fix indentation....* gnu/packages/python-xyz.scm (python-faker): Fix indentation. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: Add python-aspectlib....* gnu/packages/python-xyz.scm (python-aspectlib): New variable. Lars-Dominik Braun
2021-10-18gnu: Add python-fields....* gnu/packages/python-xyz.scm (python-fields): New variable. Lars-Dominik Braun
2021-10-18gnu: Add python-logbook....* gnu/packages/python-xyz.scm (python-logbook): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: Add python-janus....* gnu/packages/python-xyz.scm (python-janus): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: Add python-atomicwrites-1.4....* gnu/packages/python-xyz.scm (python-atomicwrites-1.4): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: python-unpaddedbase64: Update to 2.1.0....* gnu/packages/python-xyz.scm (python-unpaddedbase64): Update to 2.1.0. [source]: Fetch from PyPi. [arguments]: Replace 'check phase to run tests fetched upstream from GitHub. [native-inputs]: Add `python-pytest` and `tests` for fetching upstream tests. [home-page]: Update to GitHub project home. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: python-ukpostcodeparser: Update to 1.1.2....* gnu/packages/python-xyz.scm (python-ukpostcodeparser): Update to 1.1.2. [arguments]: Replace 'check phase to run tests with pytest, ignoring failing lowercase tests. [native-inputs]: Add python-pytest. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: python-faker: Update to 9.3.1....* gnu/packages/python-xyz.scm (python-faker): Update to 9.3.1. [native-inputs]: Use python-pytest-6. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: python-curio: Update to 1.5....* gnu/packages/python-xyz.scm (python-curio): Update to 1.5. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-18gnu: python-future: Update to 0.18.2....* gnu/packages/python-xyz.scm (python-future): Update to 0.18.2. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique
2021-10-16gnu: Add python-json2html....* gnu/packages/python-xyz.scm (python-json2html): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart
2021-10-15gnu: Add python-robotframework-seleniumscreenshots....* gnu/packages/python-xyz.scm (python-robotframework-seleniumscreenshots): New variable. Maxim Cournoyer
2021-10-15gnu: Add python-robotframework-seleniumlibrary....* gnu/packages/python-xyz.scm (python-robotframework-seleniumlibrary): New variable. Maxim Cournoyer
2021-10-15gnu: Add python-robotframework-pythonlibcore....* gnu/packages/python-xyz.scm (python-robotframework-pythonlibcore): New variable. Maxim Cournoyer
2021-10-15gnu: python-robotframework-sshlibrary: Update to 3.7.0 and honor TESTS?....* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to 3.7.0. [phases]: Delete trailing #t. {check}: Honor TESTS?. Maxim Cournoyer
2021-10-15gnu: python-robotframework: Update to 4.1.1 and honor TESTS?....* gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.1. [phases]: Delete trailing #t. {check}: Honor TESTS?. [native-inputs]: Add python-docutils and python-jsonschema. Maxim Cournoyer
2021-10-13gnu: python-pbr-minimal: Update to 5.5.1....* gnu/packages/python-xyz.scm (python-pbr-minimal): Update to 5.5.1. Clément Lassieur
2021-10-13gnu: Rename google-brotli back to brotli....Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise. Tobias Geerinckx-Rice
2021-10-13gnu: python-lazr-config: Update to 2.2.3....* gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3. Marius Bakke
2021-10-12gnu: Add python-cligj....* gnu/packages/python-xyz.scm (python-cligj): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2021-10-12gnu: python-eliot: Update to 1.13.0....* gnu/packages/python-xyz.scm (python-eliot): Update to 1.13.0. [arguments] Disable failing tests test_omitLoggerFromActionType and test_logCallsDefaultLoggerWrite. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2021-10-12gnu: python-dask: Update to 2021.9.1....* gnu/packages/python-xyz.scm (python-dask): Update to 2021.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2021-10-08gnu: python-pypandoc: Upgrade to 1.6.4....Required for the updated pandoc. * gnu/packages/python-xyz.scm (python-pypandoc): Upgrade to 1.6.4. [native-inputs]: Add texlive-iftex. Lars-Dominik Braun
2021-10-08gnu: Update Haskell ecosystem....Bump packages’ versions to the lastest Stackage or Hackage release. Since packages are interdependent, do so in a single commit. 525 packages have been updated. These packages have been removed, because they fail to build, have no newer version available and no dependencies: corrode ghc-easytest ghc-edisonapi ghc-edisoncore ghc-pandoc-types ghc-regex-tdfa-text These have been removed, because they are no longer required: ghc-happy-1.19.9 ghc-prettyprinter-1.6 ghc-protolude-0.3 ghc-pandoc-citeproc and pandoc-citeproc have been removed, because pandoc does not use them any more. Co-authored-by: Xinglu Chen <public@yoctocell.xyz> Lars-Dominik Braun
2021-10-07gnu: pelican: Update to 4.7.0....* gnu/packages/python-xyz.scm (pelican): Update to 4.7.0. [inputs]: Add field. Add dependency on python-rich. [propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove field. [home-page]: Update link. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Ben Sturmfels
2021-09-29gnu: Add python-glom....* gnu/packages/python-xyz.scm (python-glom): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart