1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: python-irispy-lmsal: Update to 0.3.1.

* gnu/packages/astronomy.scm (python-irispy-lmsal): Update to 0.3.1.
[arguments] <phases>: Delete 'sanity-check.
[native-inputs]: Remove python-setuptools and python-wheel; add
python-pooch and python-setuptools-next.

Change-Id: Iafabf5a5cd3337d086fe3f21209439b1d02c40d2
This commit is contained in:
Sharlatan Hellseher
2025-08-20 19:41:05 +01:00
committed by Andrew Tropin
parent 14ff3f0099
commit 1e400db77f

View File

@@ -4606,17 +4606,18 @@ observationally-derived galaxy merger catalogs.")
(define-public python-irispy-lmsal
(package
(name "python-irispy-lmsal")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "irispy_lmsal" version))
(sha256
(base32 "0pqwgg89qq75nz7201535ixkcjqbqbdv3qmhcig2h2ah9fpcfpyy"))))
(base32 "037ip97kb5sq98shgw4d1c5x7lpbzksampfw7d97x59zbvbmvwhn"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; See: <https://github.com/LM-SAL/irispy-lmsal/issues/83>.
;; Expected:
;; np.float64(0.33)
;; Got:
@@ -4624,6 +4625,8 @@ observationally-derived galaxy merger catalogs.")
#~(list "--deselect=irispy/obsid.py::irispy.obsid.ObsID")
#:phases
#~(modify-phases %standard-phases
;; XXX: It fails to check SunPy's optional inputs versions.
(delete 'sanity-check)
(add-before 'check 'set-home
(lambda _
;; E PermissionError: [Errno 13] Permission denied:
@@ -4631,10 +4634,10 @@ observationally-derived galaxy merger catalogs.")
(setenv "HOME" "/tmp"))))))
(native-inputs
(list ffmpeg
python-pooch
python-pytest-astropy
python-setuptools
python-setuptools-scm
python-wheel))
python-setuptools-next
python-setuptools-scm))
(propagated-inputs
(list python-dkist
python-mpl-animators