guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: python-h5netcdf: Update to 1.1.0.


From: guix-commits
Subject: 07/09: gnu: python-h5netcdf: Update to 1.1.0.
Date: Tue, 13 Dec 2022 08:44:07 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 0682e7c2e36933c5447678549c8e61bd1271d92c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Dec 5 22:59:12 2022 +0000

    gnu: python-h5netcdf: Update to 1.1.0.
    
    * gnu/packages/python-xyz.scm (python-h5netcdf): Update to 1.1.0.
    [build-system]: Use pyproject-build-system, to simplify package.
    [description]: Style content and add links to referenced projects.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/python-xyz.scm | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2279503d63..3ea2763b49 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1759,21 +1759,14 @@ NetCDF files can also be read and modified.  
Python-HDF4 is a fork of
 (define-public python-h5netcdf
   (package
     (name "python-h5netcdf")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "h5netcdf" version))
        (sha256
-        (base32 "1b2dcgf5rwy7pb7hr4prkc5vgcw9qc2was20dmnj90lbrpx08rvp"))))
-    (build-system python-build-system)
-    (arguments
-     (list #:phases
-           #~(modify-phases %standard-phases
-               (replace 'check
-                 (lambda* (#:key tests? #:allow-other-keys)
-                   (when tests?
-                     (invoke "pytest" "-vv" "h5netcdf/tests")))))))
+        (base32 "0mmzfr6k55zqxxpb64gvdqisak8s1zb2r04yzkmp0wzd7dbknb4k"))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-netcdf4
            python-pytest
@@ -1782,9 +1775,11 @@ NetCDF files can also be read and modified.  Python-HDF4 
is a fork of
      (list python-h5py python-packaging))
     (home-page "https://h5netcdf.org";)
     (synopsis "Python interface for the netCDF4 file-format based on h5py")
-    (description "This package provides Python interface for the netCDF4
-file-format that reads and writes local or remote HDF5 files directly via h5py
-or h5pyd, without relying on the Unidata netCDF library")
+    (description "This package provides a Python interface for the netCDF4
+file-format that reads and writes local or remote HDF5 files directly via
+@url{h5py, https://www.h5py.org/} or @url{h5pyd,
+https://github.com/HDFGroup/h5pyd}, without relying on the Unidata netCDF
+library.")
     (license license:bsd-3)))
 
 (define-public python-h5py



reply via email to

[Prev in Thread] Current Thread [Next in Thread]