summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: 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 Wurmus2023-10-301-8/+10
* gnu: 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 Hill2023-10-301-16/+0
* gnu: 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 gemmaro2023-10-301-0/+35
* gnu: 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 gemmaro2023-10-301-0/+62
* gnu: Add python-ddlparse.•••* gnu/packages/python-xyz.scm (python-ddlparse): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Giacomo Leidi2023-10-301-1/+25
* gnu: 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 Wurmus2023-10-271-3/+6
* gnu: 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. Patience2023-10-251-8/+30
* gnu: Add python-google-pasta.•••* gnu/packages/python-xyz.scm (python-google-pasta): New variable. Change-Id: I0545997e7ef1eaec73607fed8e34391134ed0d47 Ricardo Wurmus2023-10-241-0/+18
* gnu: pyzo: Update to 4.13.3.•••* gnu/packages/python-xyz.scm (pyzo): Update to 4.13.3. Change-Id: I082611a6f2d390ef82f2abf0b8eb75a866a67235 Nicolas Goaziou2023-10-241-2/+2
* gnu: 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ès2023-10-231-2/+2
* gnu: python-dbusmock: Rewrite phases as a gexp.•••* gnu/packages/python-xyz.scm (python-dbusmock)[arguments]: Use gexps. Ludovic Courtès2023-10-231-30/+32
* gnu: 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ès2023-10-231-18/+16
* gnu: 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ès2023-10-231-18/+13
* Merge remote-tracking branch 'origin/rust-team'Efraim Flashner2023-10-211-45/+12
|\
| * Revert "build: cargo-build-system: Disable tests by default."•••This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion. Efraim Flashner2023-10-181-1/+0
| * build: 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 Flashner2023-10-181-0/+1
| * gnu: 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 Flashner2023-10-181-45/+12
* | gnu: Add python-portpicker.•••* gnu/packages/python-xyz.scm (python-portpicker): New variable. Ricardo Wurmus2023-10-201-0/+25
* | gnu: Add python-yattag.•••* gnu/packages/python-xyz.scm (python-yattag): New variable. Guillaume Le Vaillant2023-10-181-0/+17
|/
* gnu: python-cysignals: Format with 'guix style'.•••* gnu/packages/python-xyz.scm (python-cysignals): Reformat package with 'guix style'. Efraim Flashner2023-10-151-20/+14
* gnu: 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 Flashner2023-10-151-4/+3
* gnu: Add python-icmplib.•••* gnu/packages/python-xyz.scm (python-icmplib): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Gabriel Wicki2023-10-141-0/+22
* gnu: 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 Monego2023-10-121-2/+4
* gnu: python-pyvirtualdisplay: Update to 3.0.•••* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): Update to 3.0. jgart2023-10-111-2/+2
* gnu: 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. jgart2023-10-071-3/+3
* gnu: python-pudb: Update to 2023.1.•••* gnu/packages/python-xyz.scm (python-pudb): Update to 2023.1. jgart2023-10-061-2/+2
* gnu: Add python-altgraph.•••* gnu/packages/python-xyz.scm (python-altgraph): New variable. Co-authored-by: jgart <jgart@dismail.de> fanquake2023-10-031-0/+20
* gnu: Add python-construct-classes.•••* gnu/packages/python-xyz.scm (python-construct-classes): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Attila Lendvai2023-10-031-0/+26
* gnu: 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 Milosavljevic2023-10-011-1/+1
* Revert "gnu: poetry: Update to 1.1.12."•••This reverts commit d477018b57d5b4c13b4dd35aa1c4ee1a00ca76e2. Danny Milosavljevic2023-10-011-12/+44
* gnu: python-srsly: Update to 2.4.8.•••* gnu/packages/python-xyz.scm (python-srsly): Update to 2.4.8. Tobias Geerinckx-Rice2023-09-241-2/+2
* gnu: 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> fanquake2023-09-271-2/+2
* gnu: python-glcontext: Update to 2.4.0-1.0af21b7.•••* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7. Simon Tournier2023-09-221-3/+3
* gnu: 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 Tournier2023-09-221-48/+52
* gnu: python-incremental: Update to 22.10.0.•••* gnu/packages/python-xyz.scm (python-incremental): Update to 22.10.0. Marius Bakke2023-09-221-2/+2
* gnu: 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 Bakke2023-09-221-5/+5
* gnu: 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 Bakke2023-09-221-2/+2
* gnu: 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 Bakke2023-09-221-3/+6
* gnu: 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 Bakke2023-09-221-19/+7
* gnu: 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 Bakke2023-09-221-11/+8
* gnu: 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 Bakke2023-09-221-3/+3
* gnu: 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 Bakke2023-09-221-4/+4
* gnu: 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 Bakke2023-09-221-14/+11
* gnu: python-deprecated: Update to 1.2.14.•••* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.14. Marius Bakke2023-09-221-9/+3
* gnu: 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 Bakke2023-09-221-3/+3
* gnu: Add python-towncrier.•••* gnu/packages/python-xyz.scm (python-towncrier): New variable. Marius Bakke2023-09-221-0/+34
* gnu: Add python-pyproject-hooks.•••* gnu/packages/python-xyz.scm (python-pyproject-hooks): New variable. Marius Bakke2023-09-221-0/+24
* gnu: Add python-tracerite.•••* gnu/packages/python-xyz.scm (python-tracerite): New variable. Marius Bakke2023-09-221-0/+20
* gnu: python-deprecated: Remove unused inputs.•••* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and PYTHON-TOX. Marius Bakke2023-09-221-2/+1
* gnu: python-filelock: Update home page.•••* gnu/packages/python-xyz.scm (python-filelock)[home-page]: Follow redirect. Marius Bakke2023-09-221-2/+1