aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2023-10-30gnu: python-dm-tree: Use static abseil-cpp....* gnu/packages/python-xyz.scm (python-dm-tree)[inputs]: Replace abseil-cpp with static-abseil-cpp. [arguments]: Reference static libraries. Change-Id: I11b58ad907a3e59b98c28d6c2f6fb7bcc15be742 Ricardo Wurmus
2023-10-30gnu: Remove python-resolvelib@0.5....* 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> Jack Hill
2023-10-30gnu: Add online-judge-tools....* 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 gemmaro
2023-10-30gnu: Add python-online-judge-api-client....* 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 gemmaro
2023-10-30gnu: Add python-ddlparse....* gnu/packages/python-xyz.scm (python-ddlparse): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Giacomo Leidi
2023-10-27gnu: python-dm-tree: Update to 0.1.8....* 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 Ricardo Wurmus
2023-10-25gnu: python-versioneer: Update to 0.29....* 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> Paul A. Patience
2023-10-24gnu: Add python-google-pasta....* gnu/packages/python-xyz.scm (python-google-pasta): New variable. Change-Id: I0545997e7ef1eaec73607fed8e34391134ed0d47 Ricardo Wurmus
2023-10-24gnu: pyzo: Update to 4.13.3....* gnu/packages/python-xyz.scm (pyzo): Update to 4.13.3. Change-Id: I082611a6f2d390ef82f2abf0b8eb75a866a67235 Nicolas Goaziou
2023-10-23gnu: python-dbusmock: Use ‘search-input-file’....* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: In ‘patch-paths’ phase, use ‘search-input-file’ instead of ‘assoc-ref’. Ludovic Courtès
2023-10-23gnu: python-dbusmock: Rewrite phases as a gexp....* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: Use gexps. Ludovic Courtès
2023-10-23gnu: python-dbusmock: Remove dependency on (guix build syscalls)....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. Ludovic Courtès
2023-10-23gnu: python-ipykernel: Remove dependency on (guix build syscalls)....* 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. Ludovic Courtès
2023-10-21Merge remote-tracking branch 'origin/rust-team'Efraim Flashner
2023-10-20gnu: Add python-portpicker....* gnu/packages/python-xyz.scm (python-portpicker): New variable. Ricardo Wurmus
2023-10-18Revert "build: cargo-build-system: Disable tests by default."...This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion. Efraim Flashner
2023-10-18build: cargo-build-system: Disable tests by default....* 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. Efraim Flashner
2023-10-18gnu: python-orjson: Update to 3.9.7....* 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. Efraim Flashner
2023-10-15gnu: python-cysignals: Format with 'guix style'....* gnu/packages/python-xyz.scm (python-cysignals): Reformat package with 'guix style'. Efraim Flashner
2023-10-15gnu: python-cysignals: Update to 1.11.4....* gnu/packages/python-xyz.scm (python-cysignals): Update to 1.11.4. [native-inputs]: Replace python-cython with python-cython-3. Efraim Flashner
2023-10-14gnu: Add python-icmplib....* gnu/packages/python-xyz.scm (python-icmplib): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Gabriel Wicki
2023-10-12gnu: python-pint: Update to 0.22....* gnu/packages/python-xyz.scm (python-pint): Update to 0.22. [native-inputs]: Add python-uncertainties. [propagated-inputs]: Add python-typing-extensions. Vinicius Monego
2023-10-18gnu: Add python-yattag....* gnu/packages/python-xyz.scm (python-yattag): New variable. Guillaume Le Vaillant
2023-10-11gnu: python-pyvirtualdisplay: Update to 3.0....* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): Update to 3.0. jgart
2023-10-07gnu: python-glymur: Update to 0.12.8....* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.8. [native-inputs]: Add python-scikit-image. jgart
2023-10-06gnu: python-pudb: Update to 2023.1....* gnu/packages/python-xyz.scm (python-pudb): Update to 2023.1. jgart
2023-10-03gnu: Add python-altgraph....* gnu/packages/python-xyz.scm (python-altgraph): New variable. Co-authored-by: jgart <jgart@dismail.de> fanquake
2023-10-03gnu: Add python-construct-classes....* gnu/packages/python-xyz.scm (python-construct-classes): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Attila Lendvai
2023-10-01gnu: poetry: Fix build....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. Danny Milosavljevic
2023-10-01Revert "gnu: poetry: Update to 1.1.12."...This reverts commit d477018b57d5b4c13b4dd35aa1c4ee1a00ca76e2. Danny Milosavljevic
2023-09-24gnu: python-srsly: Update to 2.4.8....* gnu/packages/python-xyz.scm (python-srsly): Update to 2.4.8. Tobias Geerinckx-Rice
2023-09-27gnu: python-coloful: Update to 0.5.5....* gnu/packages/python-xyz.scm (python-colorful): Update to 0.5.5. Signed-off-by: Christopher Baines <mail@cbaines.net> fanquake
2023-09-22gnu: python-glcontext: Update to 2.4.0-1.0af21b7....* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7. Simon Tournier
2023-09-22gnu: python-glcontext: Update to 2.4.0-0.beebc1f....* gnu/packages/python-xyz.scm (python-glcontext): Explicitly refer to commit instead of mutable Git tag. Simon Tournier
2023-09-22gnu: python-incremental: Update to 22.10.0....* gnu/packages/python-xyz.scm (python-incremental): Update to 22.10.0. Marius Bakke
2023-09-22gnu: python-txaio: Update to 23.1.1....* gnu/packages/python-xyz.scm (python-txaio): Update to 23.1.1. [build-system]: Change to PYPROJECT-BUILD-SYSTEM. [propagated-inputs]: Remove. [native-inputs]: Add PYTHON-PYTEST and PYTHON-TWISTED. Marius Bakke
2023-09-22gnu: python-cachetools: Update to 5.3.1....* gnu/packages/python-xyz.scm (python-cachetools): Update to 5.3.1. * gnu/packages/matrix.scm (python-matrix-nio)[arguments]: Add phase to loosen cachetools requirement. Marius Bakke
2023-09-22gnu: python-distlib: Don't reference the implicit bash input....* gnu/packages/python-xyz.scm (python-distlib)[inputs]: Add BASH-MINIMAL. [arguments]: Use SEARCH-INPUT-FILE instead of WHICH. Marius Bakke
2023-09-22gnu: python-distlib: Update to 0.3.7....* gnu/packages/python-xyz.scm (python-distlib): Update to 0.3.7. [build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove redundant phases. [native-inputs]: Remove PYTHON-PYPA-BUILD. Marius Bakke
2023-09-22gnu: python-platformdirs: Update to 3.10.0....* gnu/packages/python-xyz.scm (python-platformdirs): Update to 3.10.0. [build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [native-inputs]: Add PYTHON-HATCHLING and PYTHON-HATCH-VCS. Remove PYTHON-SETUPTOOLS-SCM. Marius Bakke
2023-09-22gnu: python-bleach: Update to 6.0.0....* gnu/packages/python-xyz.scm (python-bleach): Update to 6.0.0. [propagated-inputs]: Remove PYTHON-WEBENCODINGS. Marius Bakke
2023-09-22gnu: python-pkginfo: Update to 1.9.6....* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.9.6. [build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [native-inputs]: Remove PYTHON-WHEEL. Add PYTHON-PYTEST. Marius Bakke
2023-09-22gnu: python-daemon: Update to 3.0.1....* gnu/packages/python-xyz.scm (python-daemon): Update to 3.0.1. [arguments]: Skip two more tests. [propagated-inputs]: Add PYTHON-PACKAGING and PYTHON-SETUPTOOLS. [native-inputs]: Remove PYTHON-COVERAGE, PYTHON-TWINE, and PYTHON-MOCK. Marius Bakke
2023-09-22gnu: python-deprecated: Update to 1.2.14....* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.14. Marius Bakke
2023-09-22gnu: python-flex: Update to 6.14.1....* gnu/packages/python-xyz.scm (python-flex): Update to 6.14.1. [propagated-inputs]: Remove PYTHON-ISO8601. Add PYTHON-STRICT-RFC3339. Marius Bakke
2023-09-22gnu: Add python-towncrier....* gnu/packages/python-xyz.scm (python-towncrier): New variable. Marius Bakke
2023-09-22gnu: Add python-pyproject-hooks....* gnu/packages/python-xyz.scm (python-pyproject-hooks): New variable. Marius Bakke
2023-09-22gnu: Add python-tracerite....* gnu/packages/python-xyz.scm (python-tracerite): New variable. Marius Bakke
2023-09-22gnu: python-deprecated: Remove unused inputs....* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and PYTHON-TOX. Marius Bakke
2023-09-22gnu: python-filelock: Update home page....* gnu/packages/python-xyz.scm (python-filelock)[home-page]: Follow redirect. Marius Bakke