From 2a899f088b2a5a44167b726a4aff1b1745333450 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 21 Aug 2026 12:09:01 +0200 Subject: physics: python-hdf5plugin: Update to 7.0.0, enable tests. * guix-science/packages/physics.scm (python-hdf5plugin) [source]: Update to 7.0.0. [arguments]<#:tests?,#:test-flags>: Enable tests. [native-inputs]: Add python-pytest. --- guix-science/packages/physics.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guix-science/packages/physics.scm b/guix-science/packages/physics.scm index 7a88231..42d1b2a 100644 --- a/guix-science/packages/physics.scm +++ b/guix-science/packages/physics.scm @@ -1008,7 +1008,7 @@ and a Python binding is provided.") (define-public python-hdf5plugin (package (name "python-hdf5plugin") - (version "6.0.0") + (version "7.0.0") (source (origin (method git-fetch) @@ -1017,13 +1017,14 @@ and a Python binding is provided.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "08njd3nn1f41q4fxzzns8ik51md0hm475lal4j4qir6hpdmkfyvn")))) + (base32 "1z9ldggcf2l289yrd7zi48ivwhplkhbl7frm83m174704m4wlhjv")))) (build-system pyproject-build-system) (arguments (list - #:tests? #f)) ;FIXME: Requires python-blosc2{,-grok}. + #:test-flags + #~(list "test/test.py"))) (propagated-inputs (list python-h5py)) - (native-inputs (list python-py-cpuinfo python-setuptools)) + (native-inputs (list python-py-cpuinfo python-pytest python-setuptools)) (home-page "http://www.silx.org/doc/hdf5plugin/latest") (synopsis "HDF5 compression filters for @code{h5py}") (description -- cgit v1.2.3