summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
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.
2023-10-18gnu: python-orjson: Update to 3.9.7.Efraim Flashner
* gnu/packages/python-xyz.scm (python-orjson): Update to 3.9.7. [arguments]: Remove 'prepare-python-module, 'install-python-library phases. [cargo-inputs]: Replace rust-pyo3-ffi-0.18 with 0.19. Add rust-cc-1, rust-pyo3-build-config-0.19, rust-version-check-0.9. [inputs]: Add maturin. [native-inputs]: Remove python-pypa-build, python-wheel.
2023-10-15gnu: python-cysignals: Format with 'guix style'.Efraim Flashner
* gnu/packages/python-xyz.scm (python-cysignals): Reformat package with 'guix style'.
2023-10-15gnu: python-cysignals: Update to 1.11.4.Efraim Flashner
* gnu/packages/python-xyz.scm (python-cysignals): Update to 1.11.4. [native-inputs]: Replace python-cython with python-cython-3.
2023-10-14gnu: Add python-icmplib.Gabriel Wicki
* gnu/packages/python-xyz.scm (python-icmplib): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-12gnu: python-pint: Update to 0.22.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pint): Update to 0.22. [native-inputs]: Add python-uncertainties. [propagated-inputs]: Add python-typing-extensions.
2023-10-18gnu: Add python-yattag.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-yattag): New variable.
2023-10-11gnu: python-pyvirtualdisplay: Update to 3.0.jgart
* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): Update to 3.0.
2023-10-07gnu: python-glymur: Update to 0.12.8.jgart
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.8. [native-inputs]: Add python-scikit-image.
2023-10-06gnu: python-pudb: Update to 2023.1.jgart
* gnu/packages/python-xyz.scm (python-pudb): Update to 2023.1.
2023-10-03gnu: Add python-altgraph.fanquake
* gnu/packages/python-xyz.scm (python-altgraph): New variable. Co-authored-by: jgart <jgart@dismail.de>
2023-10-03gnu: Add python-construct-classes.Attila Lendvai
* gnu/packages/python-xyz.scm (python-construct-classes): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-10-01gnu: poetry: Fix build.Danny Milosavljevic
Follow-up to 21d6985a8b3c6e53aab648275dc27b72c7453437. * gnu/packages/python-build.scm (python-poetry-core-1.0): New variable. * gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace python-poetry-core by python-poetry-core-1.0.
2023-10-01Revert "gnu: poetry: Update to 1.1.12."Danny Milosavljevic
This reverts commit d477018b57d5b4c13b4dd35aa1c4ee1a00ca76e2.
2023-09-24gnu: python-srsly: Update to 2.4.8.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-srsly): Update to 2.4.8.
2023-09-27gnu: python-coloful: Update to 0.5.5.fanquake
* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-22gnu: python-glcontext: Update to 2.4.0-1.0af21b7.Simon Tournier
* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7.
2023-09-22gnu: python-glcontext: Update to 2.4.0-0.beebc1f.Simon Tournier
* gnu/packages/python-xyz.scm (python-glcontext): Explicitly refer to commit instead of mutable Git tag.