~ruther/guix-local

ref: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
gnu: Add python-pylsp-mypy.

* gnu/packages/python-xyz.scm (python-pylsp-mypy): New variable.

Change-Id: I4cf398df820fdcc91229bdafdc2d0cab6f5c01c1
9beb275f — Nicolas Graves 1 year, 6 months ago
gnu: python-jsonschema: Update python-webcolors dependency.

* gnu/packages/python-xyz.scm (python-jsonschema): Update
python-webcolors dependency.

This fixes the build of python-nbclassic.

Signed-off-by: jgart <jgart@dismail.de>
7eea9b7d — Ricardo Wurmus 1 year, 6 months ago
gnu: Add python-anyio/without-dataclasses.

* gnu/packages/python-xyz.scm (python-anyio/without-dataclasses): New variable.

Change-Id: I40ae9aa7a85f0fe7642dc3b75f3ef9cde17f064f
151865ad — Ricardo Wurmus 1 year, 6 months ago
gnu: python-zarr: Disable one test.

* gnu/packages/python-xyz.scm (python-zarr)[arguments]: Disable one more test.

Change-Id: I3733078b878fa60c4e382dfca39fcef64cefa1ae
4592ba3d — Ricardo Wurmus 1 year, 6 months ago
gnu: python-awkward-cpp: Relax dependency on python-scikit-build-core.

* gnu/packages/python-xyz.scm (python-awkward-cpp)[arguments]: Add phase
'relax-requirements.

Change-Id: I3d4f647f6e5eecd343de4219baf20c6e38a2a5a0
4b38f390 — Ricardo Wurmus 1 year, 6 months ago
gnu: jupyter: Skip sanity check.

This is temporary and will be removed on the python-team branch.

* gnu/packages/python-xyz.scm (jupyter)[arguments]: Delete 'sanity-check
phase.

Change-Id: I715d9161d7f23c1f72125aea8b4c0e1bb5490b1e
a39c4b7e — Ricardo Wurmus 1 year, 6 months ago
gnu: python-notebook: Skip sanity check.

This is temporary and will be removed on the python-team branch.

* gnu/packages/python-xyz.scm (python-notebook)[arguments]: Delete
'sanity-check phase.

Change-Id: I23d69c852fd9de98c010cce82b09ac541c0e2121
44e75406 — Ricardo Wurmus 1 year, 6 months ago
gnu: python-zarr: Update to 2.18.4.

* gnu/packages/python-xyz.scm (python-zarr): Update to 2.18.4.
[arguments]: Add phase 'set-version.
[propagated-inputs]: Add python-ipywidgets, python-notebook, python-numpydoc,
and python-pydata-sphinx-theme.
[native-inputs]: Remove python-fsspec, python-h5py, python-pytest-timeout, and
python-setuptools-scm; add python-sphinx, python-sphinx-copybutton,
python-sphinx-design, python-sphinx-issues, and python-setuptools.

Change-Id: I707da0087b8aa6cf57be4e5dd9019b24620f101f
f492431b — Ricardo Wurmus 1 year, 6 months ago
gnu: python-awkward: Update to 2.7.2.

* gnu/packages/python-xyz.scm (python-awkward): Update to 2.7.2.
[arguments]: Skip three broken tests.

Change-Id: Ifdfcda9c57b9b27e9c3b5e0b05c7896d552b30cd
f2ef1fdc — Ricardo Wurmus 1 year, 6 months ago
gnu: python-awkward-cpp: Update to 43.

* gnu/packages/python-xyz.scm (python-awkward-cpp): Update to 43.
[propagated-inputs]: Remove python-importlib-resources.

Change-Id: I7201a31d49287f9a656f53fff953ebb593620712
48b4bfa7 — Artyom V. Poptsov 1 year, 6 months ago
gnu: python-ijson: Use pyproject-build-system.

* gnu/packages/python-xyz.scm (python-ijson): Use pyproject-build-system.
[arguments]: Remove.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I29ab71f63b1088bd7e0cf6e10a72a73ac7dcbc86
1eefe510 — Artyom V. Poptsov 1 year, 6 months ago
gnu: python-face: Use pyproject-build-system.

* gnu/packages/python-xyz.scm (python-face): Use pyproject-build-system.
[arguments] <#:phases>: Simplify.

Change-Id: I51d2224d025ea97eeef5a285c5ab2738dfbb87ee
60f89a2f — Artyom V. Poptsov 1 year, 6 months ago
gnu: python-face: Fix build.

* gnu/packages/python-xyz.scm (python-face): Fix build.
[arguments] <#:phases>: Run the tests using the full path to the Python binary
from the inputs to fix a failing test.

Change-Id: Ie8951d622f91381207498e9adc398aa92b309cdf
42e6cafd — Danny Milosavljevic 1 year, 6 months ago
gnu: python-cachy: Adapt tests to python-flexmock 0.12.2.

* gnu/packages/python-xyz.scm (python-cachy)[arguments]<#:phases>[check]:
Adapt tests to python-flexmock 0.12.2.

Change-Id: I5e462df305a16c6ea4c6e5b92cd35ebfc72270dd
98733e6d — Nicolas Goaziou 1 year, 6 months ago
gnu: pyzo: Update to 4.18.0.

* gnu/packages/python-xyz.scm (pyzo): Update to 4.18.0.

Change-Id: I858e10e1fa747d3df0d98eb4ba415e8a44b2593a
64774d76 — Liliana Marie Prikler 1 year, 6 months ago
gnu: python-emoji: Propagate python-typing-extensions.

The core module imports typing_extensions, so these are likely meant to be propagated.

* gnu/packages/python-xyz.scm (python-emoji)[native-inputs]: Move
python-typing-extensions from here…
[propagated-inputs]: … to here.

Signed-off-by: jgart <jgart@dismail.de>
gnu: python-pypandoc: Use gexp style.

* gnu/packages/python-xyz.scm (python-pypandoc): Use gexp style.

Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
5f97c075 — Aaron Covrig 1 year, 6 months ago
gnu: python-pypandoc: Fix build.

* gnu/packages/python-xyz.scm (python-pypandoc): Fix build.
[native-inputs]: Add python-setuptools.
[home-page]: Follow redirect.

Signed-off-by: jgart <jgart@dismail.de>
Change-Id: Id1197e0683b43481ebb39bc8dd1aa55acf3ec03b
988ceea7 — Christopher Baines 2 years ago
gnu: python-pbr: Use git-minimal/pinned.

This helps reduce the dependencies on git, as I think it's find to build with
a slightly older git, at least during periods when git-minimal/pinned needs
updating.

* gnu/packages/version-control.scm (python-pbr)[propagated-inputs]: Use
git-minimal/pinned.

Change-Id: Ib90056a1a603e06a99b5c601f9fcba7375dc24ac
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b06b4139 — Vinicius Monego 1 year, 6 months ago
gnu: python-async-lru: Fix build.

* gnu/packages/python-xyz.scm (python-async-lru)[native-inputs]: Add
python-pytest-cov, python-wheel.

Change-Id: I117bd223f9ff1e75a5bd7309c5a3c3578fa68a1e
Next