From 04d6b38dba2eb74846e8f5a0f7cbfa2f22cf1713 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 19 Dec 2025 22:28:33 +0000 Subject: [PATCH] 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 d32710c2e2cb348511731c66aaa6e82b58b8c193..e8d297511e52df924a7509f05c818e0924d32d72 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6710,32 +6710,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")