From 55cc1fc4c8b0a6de12a90d303bf963ffe159385f Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 28 Aug 2026 18:21:06 +0200 Subject: python-xyz: Remove python-hdmf-zarr. Rationales: hdmf-zarr is not compatible with zarr 3. * guix-science/packages/python-xyz.scm (python-hdmf-zarr): Remove variable. --- guix-science/packages/python-xyz.scm | 41 ------------------------------------ 1 file changed, 41 deletions(-) diff --git a/guix-science/packages/python-xyz.scm b/guix-science/packages/python-xyz.scm index 16e0064..00eac42 100644 --- a/guix-science/packages/python-xyz.scm +++ b/guix-science/packages/python-xyz.scm @@ -850,47 +850,6 @@ directly.") science data standards.") (license license:bsd-3))) -(define-public python-hdmf-zarr - (package - (name "python-hdmf-zarr") - (version "0.12.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hdmf-dev/hdmf-zarr") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "11bpljbf9l8sbbyggz2h1kdaif9jxfbsf6xyavhzickdjk1368lx")))) - (build-system pyproject-build-system) - (arguments - (list - #:test-flags - #~(list - ;; Requires python-scipy. - "-k" "not CSRMatrix") - #:phases - #~(modify-phases %standard-phases - (add-before 'build 'set-home - (lambda _ - (setenv "HOME" - (getcwd))))))) - (propagated-inputs (list python-hdmf - python-numcodecs - python-numpy - python-pynwb - python-threadpoolctl - python-zarr)) - (native-inputs (list python-dateutil python-hatch-vcs python-hatchling - python-pytest)) - (home-page "https://hdmf-zarr.readthedocs.io/") - (synopsis "Zarr I/O backend for HDMF") - (description - "This package provides a Zarr I/O backend for the @acronym{HDMF, -Hierarchical Data Modeling Framework}.") - (license license:bsd-3))) - (define-public python-hydra-core (package (name "python-hydra-core") -- cgit v1.2.3