guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 63976474726a02463c696a29a667a1e274dfcf75
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Dec 19 22:28:33 2025 +0000
gnu: python-pixell: Update to 0.31.7.
* gnu/packages/astronomy.scm (python-pixell): Update to 0.31.7.
[propagated-inputs]: Remove python-h5py and python-pyyaml; add python-ephem.
[native-inputs]: Add python-h5py and python-pyyaml.
Change-Id: I2a46db901b07dd60b6fed3925eb47a676614ef6d
---
gnu/packages/astronomy.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0844188100..796be879ba 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6707,32 +6707,34 @@ and the use of a modern programming language,
techniques, and libraries
(define-public python-pixell
(package
(name "python-pixell")
- (version "0.31.3")
+ (version "0.31.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pixell" version))
(sha256
- (base32 "0ff9vk6lv3rvv6kgh0pnk9zrca81q4wx12c6dwlqh4l61bqsb8ch"))))
+ (base32 "0i09gv19mpw0mr3l9yyvmq7x2ln57fmc87qz863d9blw3g1rj5za"))))
(build-system pyproject-build-system)
+ ;; tests: 41 passed, 2 warnings
(native-inputs
(list gfortran
meson-python
perl ; fortran/Makefile
pkg-config
python-cython
- python-pytest))
+ python-h5py
+ python-pytest
+ python-pyyaml))
(propagated-inputs
(list python-astropy
python-dateutil
python-ducc0
- python-h5py
+ python-ephem
python-healpy
python-matplotlib
python-numba
python-numpy
python-pillow
- python-pyyaml
python-scipy))
(home-page "https://pixell.readthedocs.io/")
(synopsis "Tectangular pixel map manipulation and harmonic analysis")