summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-01-09gnu: Add python-multimethod.Troy Figiel
* gnu/packages/python-xyz.scm (python-multimethod): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09gnu: python-h5py: Reformat with guix style.Troy Figiel
* gnu/packages/python-xyz.scm (python-h5py): Reformat with guix style. Change-Id: I9c8fabcb8a438909ff70a2c98c9e01b3a82079f3 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09gnu: python-h5py: Enable tests.Troy Figiel
* gnu/packages/python-xyz.scm (python-h5py)[native-inputs]: Add python-ipython and python-pytest. Change-Id: Ia1cae8bce802805c9d9b38a3bf515423f9b719b4 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09gnu: Add python-jaraco-collections.Troy Figiel
* gnu/packages/python-xyz.scm (python-jaraco-collections): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09gnu: Add python-jaraco-text.Troy Figiel
* gnu/packages/python-xyz.scm (python-jaraco-text): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09gnu: Add python-hdf5storage.Troy Figiel
* gnu/packages/python-xyz.scm (python-hdf5storage): New variable. Change-Id: If54c5f4b634658854bbe9312dce194643fe23733
2024-01-05gnu: Add python-djitellopy.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-djitellopy): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3e1fe9ecc7c02cb22a979c494fd76db678019e2e
2024-01-05gnu: Add python-av.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-av): New variable.
2023-12-29gnu: python-dm-tree: Fix build.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dm-tree)[arguments]: Drop --whole-archive linker arguments because with them symbols provided by libabsl_hash.a would not be found. Change-Id: Id9ea0e233dc9a1cc76c88c08314803671e4810f9
2023-12-29gnu: Add python-pymemcache.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pymemcache): New variable. Change-Id: I2141c79d01d8a59e9cd4ee2fbef608ba882ffaa9
2023-12-28gnu: Add python-ast-decompiler.Troy Figiel
* gnu/packages/python-xyz.scm (python-ast-decompiler): New variable. Change-Id: Id0f47c866e72c9f7053da47fdd7aea840a191e62 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-12-28gnu: python-flake8-isort: Update to 6.1.0.Troy Figiel
* gnu/packages/python-xyz.scm (python-flake8-isort): Update to 6.1.0. [arguments]<#:phases>: Update check phase, because tests have been moved to run_tests.py. [propagated-inputs]: Remove python-testfixtures. Change-Id: Iecaf50021c8f29fb083f7a85b7ac731836e97384 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-12-28gnu: Add python-rpds-py.Mathieu Othacehe
* gnu/packages/python-xyz.scm (python-rpds-py): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I6f4d80cc7a9a3d591fcf894375ef14e079573c0d
2023-12-23gnu: Add python-icegrams.Spencer King
* gnu/packages/python-xyz.scm (python-icegrams): New variable. Change-Id: Ia0044304f8b2002a5362813448a6172c2f3eef5b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-22gnu: python-cookiecutter: Update to 2.5.0.Troy Figiel
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.5.0. [arguments]<#:phases>: Add 'pre-check phase to set a writable home directory and patch dynamically generated shebangs. Replace the default check phase to use pytest. [native-inputs]: Add bash-minimal and git. Remove python-pytest-catchlog. [propagated-inputs]: Add python-arrow, python-pyyaml and python-rich. Remove python-future, python-jinja2-time, python-poyo, python-text-unidecode and python-whichcraft. Change-Id: Ifc612136fa9a67ad643d0e1c031d173a3b3904a4 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-12-16gnu: python-msgpack-transitional: Update code comment.Leo Famulari
* gnu/packages/python-xyz.scm (python-msgpack-transitional): Update comment. Change-Id: I93afe78c40ac87c6e5147d286cf257ec9a8afd68
2023-12-16gnu: Remove python-msgpack-1.0.2.Leo Famulari
This package is no longer used in Guix. * gnu/packages/python-xyz.scm (python-msgpack-1.0.2): Remove variable. Change-Id: I6216003e6312c5587ae3471ba9870865ee68f680
2023-12-05gnu: python-pyqtgraph: Update to 0.13.3.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyqtgraph): Update to 0.13.3. Change-Id: Ibce95af05181e23aaaa44935367f7ec1bc84324f
2023-12-05gnu: python-wand: Update to 0.6.13.Vinicius Monego
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.13. Change-Id: I50e4fff9cd5e3c76dfd5e4cd8a2eb069fdaf7a8b
2023-12-05gnu: python-schedule: Adjust for newer python.Efraim Flashner
* gnu/packages/python-xyz.scm (python-schedule)[source]: Add snippet to adjust python imports. Change-Id: I8ef362bd35d3d1a2634a16ee4bf790b7da8263c0
2023-12-05gnu: python-osc: Adjust for newer python.Efraim Flashner
* gnu/packages/python-xyz.scm (python-osc)[source]: Add snippet to adjust python imports. Change-Id: Ie9708fe6961a4f65909d4795190bd2a037e9c9c8
2023-12-05gnu: python-grako: Adjust for newer python.Efraim Flashner
* gnu/packages/python-xyz.scm (python-grako)[source]: Add snippet to adjust python module imports. Change-Id: Idcfabc378c510c1e848ff4a922f560c48b5bbed8
2023-12-04gnu: Add python-perfplot.Felix Gruber
* gnu/packages/python-xyz.scm (python-perfplot): New variable. Change-Id: I04266dfd7081bd3f917a48b2667137b829680498 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-04gnu: Add python-cplot.Felix Gruber
* gnu/packages/python-xyz.scm (python-cplot): New variable. Change-Id: I8e634799954b120e00d900ae26b16af1717d4474 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-04gnu: Add python-npx.Felix Gruber
* gnu/packages/python-xyz.scm (python-npx): New variable. Change-Id: I9520ce12a936c68d38f2ac706165eff816d8b1ad Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-04gnu: Add python-matplotx.Felix Gruber
* gnu/packages/python-xyz.scm (python-matplotx): New variable. Change-Id: I354732edeaa30cbae506e78a16f42e66edb3011b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-03gnu: Add python-islenska.Spencer King
* gnu/packages/python-xyz.scm (python-islenska): New variable. Change-Id: Id9acd04d625bbbdef0438b1b98b73550e826088d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-12-02gnu: python-pythonanywhere: Update to 0.12.1Filip Lajszczak
* gnu/packages/python-xyz.scm (python-pythonanywhere): Update to 0.12.1 Change-Id: I3436ed7fbbe3e3dae2c5e47fa1c96cc0fd750f76 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-26gnu: Add python-canmatrix.Troy Figiel
* gnu/packages/python-xyz.scm (python-canmatrix): New variable. Change-Id: I96192f7304388aefe1b5cc358d462d42120ca3a0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-23gnu: python-pyfuse3: Update to 3.3.0.Troy Figiel
* gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.3.0. Change-Id: I9b4120c631e51ad9829f3fa7338bdb8b48f60b87 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-11-20gnu: python-rollbar: Update to 1.0.0.Troy Figiel
* gnu/packages/python-xyz.scm (python-rollbar): Update to 1.0.0. Change-Id: Ief31a443776e79d8f658c59d64277ea7fe50a300 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2023-11-15gnu: python-types-pytz: Update to 2023.3.1.1.Troy Figiel
* gnu/packages/python-xyz.scm (python-types-pytz): Update to 2023.3.1.1. Change-Id: Ie06158d386e8648ee2aaef4d8b4aee1ee340ba2b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-11-04gnu: python-pikepdf: Fix embedded version string.Jack Hill
* gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0. Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
2023-10-30gnu: python-dm-tree: Use static abseil-cpp.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dm-tree)[inputs]: Replace abseil-cpp with static-abseil-cpp. [arguments]: Reference static libraries. Change-Id: I11b58ad907a3e59b98c28d6c2f6fb7bcc15be742
2023-10-30gnu: Remove python-resolvelib@0.5.Jack Hill
* gnu/packages/python-xyz.scm (python-resolvelib-0.5): Delete variable. This was only used by ansible-core which can now use the newer version. Change-Id: Ic40e21561807ed5faae466e13193892e4f9aa6ae Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-30gnu: Add online-judge-tools.gemmaro
* gnu/packages/python-xyz.scm (online-judge-tools): New variable. * gnu/packages/patches/online-judge-tools.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch file. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I78315db15ca8205dff607e98388c404ede64fb60
2023-10-30gnu: Add python-online-judge-api-client.gemmaro
* gnu/packages/python-xyz.scm (python-online-judge-api-client): New variable. * gnu/packages/patches/python-online-judge-api-client-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch file. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: If407a070a52e66c723d042217a5ff6e1589efce1
2023-10-30gnu: Add python-ddlparse.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-ddlparse): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-27gnu: python-dm-tree: Update to 0.1.8.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dm-tree): Update to 0.1.8. [build-system]: Use pyproject-build-system. [arguments]: Link with absl_strings_internal and use --whole-archive. Change-Id: I763b01c24082ce1d6a0f4ffd518cfde221b28e72
2023-10-25gnu: python-versioneer: Update to 0.29.Paul A. Patience
* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.29. [build-system]: Switch to pyproject-build-system. [arguments, native-inputs, propagated-inputs]: New fields. [license]: Set to Unlicense. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-24gnu: Add python-google-pasta.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-google-pasta): New variable. Change-Id: I0545997e7ef1eaec73607fed8e34391134ed0d47
2023-10-24gnu: pyzo: Update to 4.13.3.Nicolas Goaziou
* gnu/packages/python-xyz.scm (pyzo): Update to 4.13.3. Change-Id: I082611a6f2d390ef82f2abf0b8eb75a866a67235
2023-10-23gnu: python-dbusmock: Use ‘search-input-file’.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: In ‘patch-paths’ phase, use ‘search-input-file’ instead of ‘assoc-ref’.
2023-10-23gnu: python-dbusmock: Rewrite phases as a gexp.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: Use gexps.
2023-10-23gnu: python-dbusmock: Remove dependency on (guix build syscalls).Ludovic Courtès
Having a dependency on (guix build syscalls) this deep in the stack would make it much harder to change syscalls.scm. * gnu/packages/python-xyz.scm (python-dbusmock)[native-inputs]: Remove TINY. [arguments]: Remove #:imported-modules, and remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap processes from the build process itself.
2023-10-23gnu: python-ipykernel: Remove dependency on (guix build syscalls).Ludovic Courtès
* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Remove #:imported-modules. Remove (guix build syscalls) from #:modules. Rewrite ‘check’ phase to reap child processes from the build process. [native-inputs]: Remove TINI.
2023-10-21Merge remote-tracking branch 'origin/rust-team'Efraim Flashner
2023-10-20gnu: Add python-portpicker.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-portpicker): New variable.
2023-10-18Revert "build: cargo-build-system: Disable tests by default."Efraim Flashner
This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion.
2023-10-18build: cargo-build-system: Disable tests by default.Efraim Flashner
* guix/build-system/cargo.scm (cargo-build): Disable tests by default. * gnu/packages/admin.scm (greetd, wlgreet, du-dust), * gnu/packages/bioinformatics.scm (circtools, python-gseapy), * gnu/packages/crypto.scm (rust-minisign, b3sum), * gnu/packages/gnome.scm (librsvg), * gnu/packages/python-crypto.scm (python-blake3, python-cryptography-rust), * gnu/packages/python-xyz.scm (python-orjson), * gnu/packages/rust-apps.scm (agate, alfis, bat, diffr, drill, dutree, exa, fd, hexyl, hyperfine, i3status-rust, just, maturin, ripgrep, rot8, rust-swc, rust-cargo-edit, git-interactive-rebase-tool, rust-cbindgen, rust-cbindgen-0.24, rust-cbindgen-0.19, sniffglue, tectonic, treefmt, hex, tokei, vivid, watchexec, rbw, rust-analyzer, rust-cargo-c, rtss, skim, skim-0.7, svd2rust, swayhide, tealdeer, git-absorb, zoxide, htmlq), * gnu/packages/sequoia.scm (sequoia-sqv), * gnu/packages/syndication.scm (newsboat), * gnu/packages/terminals.scm (alacritty), * gnu/packages/text-editors.scm (kak-lsp, parinfer-rust), * gnu/packages/tree-sitter.scm (tree-sitter-cli), * gnu/packages/video.scm (rav1e), * gnu/packages/web.scm (monolith, castor) [arguments]: Enable tests.