~ruther/guix-local

04d6b38dba2eb74846e8f5a0f7cbfa2f22cf1713 — Sharlatan Hellseher 2 months ago 9d0c373
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
1 files changed, 7 insertions(+), 5 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +7 -5
@@ 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")