[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/45: gnu: python-zarr: Update to 2.18.4.
From: |
guix-commits |
Subject: |
29/45: gnu: python-zarr: Update to 2.18.4. |
Date: |
Tue, 17 Dec 2024 11:50:35 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 297f8443a3fdcc012a3376650fc8d76f9fb24dec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 10:33:36 2024 +0100
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
---
gnu/packages/python-xyz.scm | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 166f821d4b..22690d114e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29255,14 +29255,14 @@ codecs for use in data storage and communication
applications.")
(define-public python-zarr
(package
(name "python-zarr")
- (version "2.17.2")
+ (version "2.18.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zarr" version))
(sha256
(base32
- "1kjj0pk0s6306ljrig77m39zqdy32ch4nyja5lalab9l9v5sdfic"))))
+ "1fr41j8mxhbj7psn00416qs3nm12djhhmybgpqdax0q6vpg0wy9p"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -29274,6 +29274,12 @@ codecs for use in data storage and communication
applications.")
"-k not test_lazy_loader and not open_array")
#:phases
#~(modify-phases %standard-phases
+ (add-before 'build 'set-version
+ (lambda _
+ (substitute* "pyproject.toml"
+ (("^version_file.*") "")
+ (("dynamic = \\[\"version\"\\]")
+ (string-append "version = \"" #$version "\"")))))
(add-after 'unpack 'disable-service-tests
(lambda _
(setenv "ZARR_TEST_ABS" "0")
@@ -29282,16 +29288,21 @@ codecs for use in data storage and communication
applications.")
(propagated-inputs
(list python-asciitree
python-fasteners
+ python-ipywidgets
+ python-notebook
python-numcodecs
- python-numpy))
+ python-numpy
+ python-numpydoc
+ python-pydata-sphinx-theme))
(native-inputs
- (list python-fsspec
- python-pytest
- python-h5py
- python-pytest-doctestplus
- python-pytest-timeout
+ (list python-pytest
python-pytest-xdist
- python-setuptools-scm
+ python-pytest-doctestplus
+ python-sphinx
+ python-sphinx-copybutton
+ python-sphinx-design
+ python-sphinx-issues
+ python-setuptools
python-wheel))
(home-page "https://github.com/zarr-developers/zarr-python";)
(synopsis "Chunked, compressed, N-dimensional arrays for Python")
- 41/45: gnu: python-httpx: Update to 0.28.1., (continued)
- 41/45: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/17
- 42/45: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/17
- 05/45: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/17
- 10/45: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/17
- 13/45: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/17
- 16/45: gnu: Add python-strictyaml., guix-commits, 2024/12/17
- 25/45: gnu: Add python-devpi-client., guix-commits, 2024/12/17
- 11/45: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 23/45: gnu: Add python-devpi-common., guix-commits, 2024/12/17
- 27/45: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/17
- 29/45: gnu: python-zarr: Update to 2.18.4.,
guix-commits <=
- 32/45: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/17
- 34/45: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/17
- 37/45: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/17
- 36/45: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/17
- 40/45: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/17
- 19/45: gnu: Add python-legacy-cgi., guix-commits, 2024/12/17
- 18/45: gnu: Add python-repoze-lru., guix-commits, 2024/12/17
- 22/45: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 45/45: gnu: python-pydantic: Fix build., guix-commits, 2024/12/17
- 06/45: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/17