summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-10-14gnu: Add python-jsonschema-path.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jsonschema-path): New variable. Change-Id: Icda558659ea77f040eedb3e7f8605b50b3aaca37
2024-10-14gnu: Add python-pathable.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pathable): New variable. Change-Id: Ib8d21227db48a9b34941e6c5b291c86efe828ea6
2024-10-14gnu: python-lazy-object-proxy: Update to 1.10.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.10.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pip, python-setuptools, and python-wheel. Change-Id: I00dc2fa164c8b7ca8b13ac8537c30d1fdb507b9f
2024-10-14gnu: python-tabulate: Add Setuptools and Wheel.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tabulate)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: If6aede34a1ce93146412842c0d08ec811f08037e
2024-10-14gnu: python-notebook: Update to 6.5.7.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-notebook): Update to 6.5.7. [build-system]: Use pyproject-build-system. [arguments]: Use #:test-flags; remove custom 'check phase; add 'pre-check phase. [propagated-inputs]: Add python-nbclassic. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6839ac39cbdc191cd6a0ca7a25ac05ead7613ad7
2024-10-14gnu: python-jsonpointer: Update to 1.14.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jsonpointer): Update to 1.14. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I24c105f237a018c114a84f321b3b558484dcab5e
2024-10-14gnu: python-json-logger: Update to 2.0.7.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-json-logger): Update to 2.0.7. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: Ic927fd9012fc7761f76e74e464d6344b68aa5787
2024-10-14gnu: python-jupyter-client: Update to 7.4.4.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jupyter-client, python-jupyter-client-bootstrap): Update to 7.4.4. [native-inputs]: Add python-hatchling; remove python-setuptools and python-wheel. Change-Id: I0e2d92762a03af2b8b64434a45f56f998f27a772
2024-10-14gnu: python-trio: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-trio)[build-system]: Use pyproject-build-system. [arguments]: Replace custom 'check phase with #:test-flags. Change-Id: I246933a17c1d0a669ead0292145d9b986ffca185
2024-10-14gnu: python-nbconvert: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. [arguments]: Add phase 'ignore-deprecation-warnings; replace custom 'check phase with use of #:test-flags and 'pre-check phase; disable one test and set JUPYTER_PLATFORM_DIRS variable. Change-Id: I02bebe1ecc524efb335249199971c37d2b2982a5
2024-10-14gnu: python-nbformat: Update to 5.10.4.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbformat): Update to 5.10.4. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase; add 'patch-pyproject phase. [native-inputs]: Add python-hatchling and python-pep440. Change-Id: I259413d51ff7cbca3052f2657eb89f806b3ea559
2024-10-14gnu: python-ipykernel: Set environment variable.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Set JUPYTER_PLATFORM_DIRS variable. Change-Id: I99808fcb0e29600b8728d9fbb8ef0f7e0624f99c
2024-10-14gnu: python-jupyter-client: Set environment variable.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Set JUPYTER_PLATFORM_DIRS variable. Change-Id: I2516d6d27ce53f778ae265241e95501a0cc024e3
2024-10-14gnu: python-jupyter-core: Update to 5.7.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jupyter-core): Update to 5.7.2. [native-inputs]: Add python-hatchling, python-pre-commit, python-pytest-cov, and python-pytest-timeout. [propagated-inputs]: Add python-platformdirs. [build-system]: Use pyproject-build-system. [arguments]: Use #:test-flags instead of custom 'check phase; remove phase 'patch-testsuite; disable a few tests; add phase 'pre-check. Change-Id: I5f415688d17de1c6b4581a0b339359f7efee68c5
2024-10-14gnu: python-pyzmq: Use Tornado 6.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pyzmq)[native-inputs]: Replace python-tornado with python-tornado-6. Change-Id: I63c8ce8b8265f199d619a94459b385a26f65c9a0
2024-10-14gnu: python-jsonschema: Update to 4.22.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 4.22.0. [arguments]: Remove custom 'check phase; remove 'pretend-version phase; add 'pre-check and 'patch-pyproject phases. [native-inputs]: Add python-hatchling, python-hatch-fancy-pypi-readme, python-hatch-vcs, and python-pytest; remove python-setuptools-scm, python-twisted, python-setuptools, and python-wheel. [propagated-inputs]: Remove python-importlib-metadata, python-pyrsistent, and python-typing-extensions; add python-fqdn, python-idna, python-importlib-resources, python-isoduration, python-jsonpointer, python-jsonschema-specifications, python-rfc3339-validator, python-rfc3986-validator, python-referencing-bootstrap, python-rpds-py, python-uri-template, and python-webcolors. (python-jsonschema-3)[propagated-inputs]: Override. [native-inputs]: Override. Change-Id: I4eccd4b92bcf84458616a64864981befa3541146
2024-10-14gnu: python-send2trash: Update to 1.8.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-send2trash): Update to 1.8.2. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I62f85bb58ee4efb2accb26086273a7cd2486654e
2024-10-14gnu: python-jedi: Update to 0.19.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.19.1. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase; add 'set-HOME phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iee74d0850e294cec2e139039d1f93b429e76c29d
2024-10-14gnu: python-attrs: Update to 23.2.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-attrs): Update to 23.2.0. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. [native-inputs]: Remove python-coverage, python-hypothesis, and python-six; add python-hatchling, python-hatch-fancy-pypi-readme, python-hatch-vcs, python-pytest-xdist, and python-zope-interface. (python-attrs-bootstrap)[native-inputs]: Add python-hatchling, python-hatch-fancy-pypi-readme, python-hatch-vcs. Change-Id: I19f99b38589db7de0f6a78d6e0f126118dbe2b1d
2024-10-14gnu: Add python-overrides.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-overrides): New variable. Change-Id: I43f613195879ea6cdd5174daadb5e5c35569e534
2024-10-14gnu: Add python-fqdn.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-fqdn): New variable. Change-Id: If0355f15374ee7db23bfb54eb682575e59708d05
2024-10-14gnu: Add python-uri-template.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-uri-template): New variable. Change-Id: I2ff3995bc5741da0147a335c5f14f169a8001153
2024-10-14gnu: Add python-isoduration.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-isoduration): New variable. Change-Id: I3503ea0baf6a73a9b3c19ab616127ce5df1ed827
2024-10-14gnu: Add python-rfc3986-validator.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-rfc3986-validator): New variable. Change-Id: If63c2d8798bc8efd021e6ab008cd5017b3dc7fd1
2024-10-14gnu: Add python-jsonschema-specifications.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jsonschema-specifications): New variable. Change-Id: If1f7fa0d4e0bc505d9378ce892af298365754daf
2024-10-14gnu: Add python-referencing.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-referencing, python-referencing-bootstrap): New variables. Change-Id: I16b9d32644204a72c46a2d51ebf3771d90cd099a
2024-10-14gnu: Add python-pep440.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pep440): New variable. Change-Id: I307eb0d50e5e6378fb840b775964761833cb9488
2024-10-14gnu: python-rich: Remove python-ipywidgets.Ricardo Wurmus
This is done to avoid unnecessary dependency cycles involving jupyter. * gnu/packages/python-xyz.scm (python-rich)[arguments]: Disable some tests. [propagated-inputs]: Remove python-ipywidgets. Change-Id: I7a514ea7647086dc6f831c1167c28d145130cfa1
2024-10-14gnu: python-nbconvert: Add missing texlive inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-nbconvert)[propagated-inputs]: Add texlive-amsmath, texlive-etoolbox, texlive-infwarerr, and texlive-kvoptions. Change-Id: Id3c93afc9c459e65e1a2e88cc91b4ceac07007ec
2024-10-14gnu: python-openpyxl: Add Setuptools and Wheel.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-openpyxl)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I38368e62af3ab117141cd42bf8181fdb5b1f59fb
2024-10-14gnu: python-jinja2: Add setuptools and wheel.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jinja2)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iccf3ee9014f581792c9fdef9d6be7e8af3d9c9b4
2024-10-14gnu: snakemake-6: Add Setuptools and Wheel.Ricardo Wurmus
* gnu/packages/python-xyz.scm (snakemake-6)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I129616694f09763561913cd8939dd2de46e6df51
2024-10-14gnu: python-pyls-black: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pyls-black)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia5f321544d3789ba53bb6e8dc6dbea2350099348
2024-10-14gnu: python-dbus-python: Add missing input.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dbus-python)[native-inputs]: Add python-setuptools. Change-Id: I3b813a5a3edcc878b552aa7885a47c1079d7acda
2024-10-14gnu: python-partd: Add missing input.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-partd)[native-inputs]: Add python-setuptools. Change-Id: I95ae319cbdcdf118841300b2b89d2d34c08b28f8
2024-10-14gnu: python-billiard: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-billiard)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
2024-10-14gnu: python-box: Add missing input.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-box)[native-inputs]: Add python-setuptools. Change-Id: I3889fd74bc18bef58293d5a3a1ab7e19fa810ef8
2024-10-14gnu: python-joblib: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-joblib)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I4e19c611eb9faf5921e406e77b6f1e88f98daf8b
2024-10-14gnu: python-vine: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-vine)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idf7fbcb9d44681b4394ce3e2d3e403371169ff7a
2024-10-14gnu: Add python-setuptools/python-wheel where necessary.Lars-Dominik Braun
Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
2024-10-14build-system/pyproject: Use python-sans-pip-wrapper as default-python.Lars-Dominik Braun
Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-10-11gnu: python-docstring-to-markdown: Enable tests.jgart
* gnu/packages/python-xyz.scm (python-docstring-to-markdown): Enable tests. [build-system]: Use pyproject-build-system. [arguments]: Reduce test coverage since failing. [native-inputs]: Add missing test inputs. [description]: Improve. Change-Id: I91f1ca3f2d8e7c8fe3fe7b280eba6e4a420d7d93
2024-10-11gnu: Add python-docstring-to-markdown.Jonathan Pieper
* gnu/packages/python-xyz.scm (python-docstring-to-markdown): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-10-10gnu: python-icalendar: Update to 5.0.13.Fabio Natali
* gnu/packages/python-xyz.scm (python-icalendar): Update to 5.0.13. [propagated-inputs]: Add python-tzdata. [native-inputs]: Add python-pytest, python-pytz. [synopsis]: Improve the synopsis. [description]: Improve the description. Change-Id: Iafa906540df87db84cd4752cb4b345d838bff15c Signed-off-by: jgart <jgart@dismail.de>
2024-10-07gnu: python-angr: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-angr): Update to 9.2.112. [propagated-inputs]: Remove python-progressbar2; add python-pyformlang, add python-rich, add python-unique-log-filter. * gnu/packages/patches/python-angr-addition-type-error.patch: Remove patch (merged upstream and included in new release). * gnu/packages/patches/python-angr-check-exec-deps.patch: Rebase for new release. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: Add python-unique-log-filter.Sören Tempel
* gnu/packages/python-xyz.scm (python-unique-log-filter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: Add python-pyformlang.Sören Tempel
* gnu/packages/python-xyz.scm (python-pyformlang): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: python-claripy: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-claripy): Update to 9.2.112. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: python-cle: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-cle): Update to 9.2.112. [propagated-inputs]: Add python-cart. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: Add python-cart.Sören Tempel
* gnu/packages/python-xyz.scm (python-cart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>