guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5181b1025b1ebb9d17caac9aba0ccf0c3b13175f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 19 15:35:01 2025 +0000
gnu: python-healpy: Update to 1.19.0.
* gnu/packages/astronomy.scm (python-healpy): Update to 1.19.0.
[propagated-inputs]: Remove python-colorlog.
[native-inputs]: Remove python-wheel.
Change-Id: I1329d0f5dc1917a3c19b3adbed864f15ba9d4fd4
---
gnu/packages/astronomy.scm | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fc4fa84ecb..07a9185d80 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5387,25 +5387,19 @@ sensitivity or energy density
(define-public python-healpy
(package
(name "python-healpy")
- (version "1.18.1")
+ (version "1.19.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "healpy" version))
(sha256
- (base32 "1v7bsxz05k36cw596yyaahcx6h8blhy1qlzpwcjj5cvg4vrynnff"))))
+ (base32 "1i8f2d0zjaf35z8mn24lv9zs0wcjrfij6d7wfxnd68ssi35kks18"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 11 passed
#:test-flags
- #~(list "--pyargs" "healpy"
- "-k" (string-join
- ;; Tests requiring network access.
- (list "not test_astropy_download_file"
- "test_pixelweights_local_datapath"
- "test_rotate_map_polarization_alms")
- " and not ")
- "test")))
+ #~(list "--pyargs" "healpy")))
(native-inputs
(list nss-certs-for-test
pkg-config
@@ -5415,17 +5409,16 @@ sensitivity or energy density
python-pytest-cython
python-pytest-doctestplus
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(inputs
(list cfitsio
healpix-cxx
libsharp))
(propagated-inputs
(list python-astropy
- python-colorlog
- python-matplotlib
python-numpy
+ ;; [optional]
+ python-matplotlib
python-scipy))
(home-page "http://healpy.readthedocs.org/")
(synopsis "Healpix tools package for Python")