diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-19 22:28:33 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:46 +0000 |
| commit | 04d6b38dba2eb74846e8f5a0f7cbfa2f22cf1713 (patch) | |
| tree | a0c8470984b69dcdb7d7b8bc11b82f59f1be561a /gnu | |
| parent | 9d0c3731608713e58a8d3a29a69ef79222271052 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d32710c2e2..e8d297511e 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") |
