summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2023-05-09Merge branch 'rust-team'Efraim Flashner
2023-05-08gnu: python-bleach: Don't vendor python-html5lib.Efraim Flashner
* gnu/packages/python-xyz.scm (python-bleach)[source]: Add snippet to remove vendored library and references to it. [propagated-inputs]: Add python-html5lib.
2023-05-08gnu: python-bleach: Update to 5.0.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-bleach): Update to 5.0.1. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase.
2023-05-08gnu: python-extension-helpers: Update to 1.0.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-extension-helpers): Update to 1.0.0. [build-system]: Use pyproject-build-system. [arguments]<tests>: Disable them, as pytest can't load the test suite. [native-inputs]: Add python-setuptools-scm. [home-page]: Re-point to actual project home page. [synopsis]: Adjust it to cover actual project. [description]: ... as above. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-07gnu: Add python-orjson.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-orjson): New variable.
2023-05-07gnu: python-blessed: Run test suite.Efraim Flashner
* gnu/packages/python-xyz.scm (python-blessed)[arguments]: Run the test suite.
2023-05-07gnu: python-blessed: Update to 1.17.9.Adam Maleszka
* gnu/packages/python-xyz.scm (python-blessed): Update to 1.17.9. [source]: Remove trailing #t from snippet. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-05-06gnu: glances: Update to 3.3.1.1.Raphaël Mélotte
* gnu/packages/python-xyz.scm (glances): Update to 3.3.1.1 [propagated-inputs]: Add python-ujson, which is a new dependency since release v3.3.1 (replacing the builtin json module). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-06gnu: python-ujson: Update to 5.7.0.Raphaël Mélotte
* gnu/packages/python-xyz.scm (python-ujson): Update to 5.7.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-05gnu: Add python-norns.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-norns): New variable.
2023-05-05gnu: Add python-xdg.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-xdg): New variable.
2023-05-05gnu: Add python-qnorm.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-qnorm): New variable.
2023-05-05gnu: Add python-filelock-3.5.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-filelock-3.5): New variable.
2023-05-05gnu: Add python-mysql-connector-python.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-mysql-connector-python): New variable.
2023-05-05gnu: Add python-palettable.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-palettable): New variable.
2023-05-05gnu: python-gssapi: Update to 1.8.2.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.8.2. [native-inputs]: Add python-cython.
2023-05-05gnu: python-k5test: Update to 0.10.3.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.3.
2023-05-04gnu: python-fs: Remove indirect dependency on Rust when unsupported.Ludovic Courtès
This allows to build font-abattis-cantarell on aarch64-linux. * gnu/packages/python-xyz.scm (python-fs)[arguments]: Add #:tests?. [native-inputs]: Turn into the empty list when cross-compiling or when PYTHON-PYFTPDLIB is not supported.
2023-05-04gnu: Add python-diff-cover.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-diff-cover): New variable.
2023-05-04gnu: Add python-loguru.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-loguru): New variable.
2023-05-04gnu: Add python-chevron.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-chevron): New variable.
2023-05-04gnu: Add python-iteround.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-iteround): New variable.
2023-05-03gnu: python-numpy: Fix building for armhf-linux.Efraim Flashner
* gnu/packages/python-xyz.scm (python-numpy)[arguments]: Skip another test in the 'check phase when building for armhf-linux.
2023-04-27gnu: python-docutils-0.15: Add missing input.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-docutils-0.15)[native-inputs]: Add python-setuptools-57.
2023-04-26gnu: python-watchgod: Update to 0.8.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-watchgod): Update to 0.8.1. [build-system]: Use pyproject-build-system. [arguments]: Specify #:test-flags instead of overwriting 'check phase. [native-inputs]: Add python-anyio.
2023-04-26gnu: python-fastjsonschema: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-fastjsonschema): Reindent. [build-system]: Use pyproject-build-system. [arguments]: Remove custom check phase; update comment on why tests are disabled.
2023-04-26gnu: python-multiprocess: Update to 0.70.14.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-multiprocess): Update to 0.70.14. [build-system]: Use pyproject-build-system. [arguments]: Adjust directory containing tests; disable two more tests; replace check phase instead of deleting and adding it; run tests conditionally.
2023-04-26gnu: python-dill: Update to 0.3.6.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dill): Update to 0.3.6. [build-system]: Use pyproject-build-system. [arguments]: Run tests conditionally; drop trailing #T from build phase.
2023-04-26gnu: python-fire: Add missing input.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-fire)[native-inputs]: Add python-mock.
2023-04-26gnu: python-tables: Build cython files from source.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tables)[source]: Remove generated C files. [arguments]: Remove trailing #T from build phases; use G-expression; override library directories. [inputs]: Add c-blosc and lzo.
2023-04-26gnu: python-bokeh: Add missing input.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-bokeh)[native-inputs]: Add python-mock.
2023-04-26gnu: nikola: Add input.Andreas Enge
* gnu/packages/python-xyz.scm (nikola)[propagated-inputs]: Add python-toml.
2023-04-26gnu: python-ipykernel: Fix build.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ipykernel)[build-system]: Use pyproject-build-system. [arguments]: Use pyproject-build-system modules; add build phase 'hide-zmq-deprecation-warnings.
2023-04-26gnu: python-jupyter-client: Disable one test.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jupyter-client)[arguments]: Begrudgingly disable one failing test, because there is no information on why it fails.
2023-04-26gnu: python-jupyter-client-bootstrap: Hide zmq deprecation warning.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[arguments]: Add phase 'hide-zmq-deprecation-warning.
2023-04-26gnu: python-jupyter-client-bootstrap: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-jupyter-client-bootstrap)[build-system]: Use pyproject-build-system.
2023-04-25Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-04-25gnu: python-importlib-resources: Update to 5.12.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-importlib-resources): Update to 5.12.0. [build-system]: Use pyproject-build-system. [arguments]: Add phase to avoid "pip install". [native-inputs]: Remove python-toml; add python-flake8, python-pytest, python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-enabler, python-pytest-flake8, python-pytest-mypy, and python-setuptools-57. [propagated-inputs]: Add python-zipp.
2023-04-25gnu: python-anyio: Upgrade to 3.6.2.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-anyio): Upgrade to 3.6.2.
2023-04-25gnu: python-trio: Downgrade to 0.21.Lars-Dominik Braun
Version 0.22 deprecates MultiError, which trips up testsuites of dependents. python-anyio for instance is explicitly not compatible with >= 0.22, so stick to an older release. * gnu/packages/python-xyz.scm (python-trio): Downgrade to 0.21. [arguments]: Disable failing test.
2023-04-24gnu: python-tlsh: Fix build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-tlsh) [build-system]: Switch to python-build-system. [arguments]: Remove #:out-of-source. Remove install phase override. Add a configure, chdir and adjust the check phase override. [inputs]: Delete field. [native-inputs]: New field.
2023-04-24gnu: python-pdbpp: Update to 0.10.3-0.e1c2e34.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pdbpp): Update to 0.10.3-0.e1c2e34. [arguments]: Add pretend-version phase.
2023-04-24gnu: Add python-jsonschema-3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jsonschema-3): New variable.
2023-04-25gnu: Add python-gtts.Dominik Delgado Steuter
* gnu/packages/python-xyz.scm (python-gtts): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-24gnu: Add python-rich-click.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-rich-click): New variable.
2023-04-24gnu: python-check-manifest: Update to 0.49.John Kehayias
* gnu/packages/python-xyz.scm (python-check-manifest): Update to 0.49. [propagated-inputs]: Remove python-tomli.
2023-04-24gnu: python-eventlet: Skip two failing tests.John Kehayias
* gnu/packages/python-xyz.scm (python-eventlet)[arguments]: In 'check' phase, skip two more tests which are failing with Python 3.10 and have upstream bug reports.
2023-04-24gnu: python-magic: Update to 0.4.27.Liliana Marie Prikler
* gnu/packages/patches/python-magic-python-bytecode.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/python-xyz.scm (python-magic): Update to 0.4.27. [source]<patches>: Remove field. [#:phases]<check>: Do not invoke ‘tests.py’. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-24gnu: python-sure: Update to 2.0.1.John Kehayias
* gnu/packages/python-xyz.scm (python-sure): Update to 2.0.1. [native-inputs]: Add python-rednose.
2023-04-24gnu: python-boltons: Update to 23.0.0.John Kehayias
* gnu/packages/python-xyz.scm (python-boltons): Update to 23.0.0.