[PATCH] gnu: python-h5netcdf: Update to 1.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal
S
S
Sharlatan Hellseher wrote on 5 Dec 2022 23:59
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20221205225912.767-1-sharlatanus@gmail.com
* 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.
---
gnu/packages/python-xyz.scm | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 40c3f9c99c..9a0821aebf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1692,21 +1692,14 @@ (define-public python-hdf4
(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
@@ -1715,9 +1708,11 @@ (define-public python-h5netcdf
(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
--
2.38.1
C
C
Christopher Baines wrote on 13 Dec 2022 14:51
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
87pmcno1gf.fsf@cbaines.net
Sharlatan Hellseher <sharlatanus@gmail.com> writes:

Toggle quote (7 lines)
> * 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.
> ---
> gnu/packages/python-xyz.scm | 21 ++++++++-------------
> 1 file changed, 8 insertions(+), 13 deletions(-)

Thanks! I've removed some of the whitespace at the start of the
changelog lines in the commit message, and pushed this to master as
0682e7c2e36933c5447678549c8e61bd1271d92c.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmOYg6BfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcPcA//eiXLiKXePYMt1rw0M5BvlmR3sscs55DA
73+ThZhxACA9Tr/dPZCv11Arr91UrfUTE0opoiwufltszGCL/VgWHzmVNw+FGXG8
WKBZSh3FsVBqOu5y96cA60AyxATSNB2fsk6DA3OQy4gkeeUiW7J1z0lI4brAOmY2
rgWug5T/6CmtfAGJurk/dvnJlgXU7y2HD9z6CpTKWhjTldaSCIbGXaPLCLj2oEZC
58vBOKaY7sd6/yvq0fQoSSGW5X5pL7Vs8uqR+LmSyPvDy5e5VjYzjzAUpmCpRPPI
MRU1ishejzrqVLeNLm8QKgJPeuPejqBKGrzGswD+deOWUiTztFVBhBCe1HZ69qs3
sWReNSgjpc+RNhTspcMCUEjr6ywSYAEoJfdnS02uVXjZ0AhYr4czj0yyqvrBbnok
A++rIJ5kUpc3KQOjbnks1RqCk59FBK9S3XSFh/PR1cuY1l0zBhBKPh51i/C/atyi
mRai7cPPT4khfGGqvz3n0UDz2rKCXn/DPFnd3Hi8l+Tgpt6g7SjJq/8Y2IfpHPa1
0FnyMA4FJIaVngFWG9CxYrT7Z8u7S06ZhmcDf2xfoV5noQDYc+QYxM+1E0xn++I7
3TcYQZL165tnv2LC+gtYgxb9nvVL0tIVFpIe/hF8ajS8tCUFcla1eNvVnaWLPB98
YlCzSxQa3fY=
=m3dm
-----END PGP SIGNATURE-----

?