gnu: python-soxs: Update to 5.0.1.

* gnu/packages/astronomy.scm (python-soxs): Update to 5.0.1.
[arguments] <phases>: Remove 'set-home.
[native-inputs]: Remove python-wheel.

Change-Id: I0dd3e7bee6f4a23c5a6559a1390458e663c45656
This commit is contained in:
Sharlatan Hellseher 2025-11-14 21:34:37 +00:00
parent df8015fd26
commit 037e52cc88
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8277,31 +8277,25 @@ will be provided to supplement published projections and simulations.")
(define-public python-soxs
(package
(name "python-soxs")
(version "5.0.0")
(version "5.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "soxs" version))
(sha256
(base32 "1pckpyg8b34ql79zr0bzxrl41nynd522skdjmk2cs23k7ps32nwm"))))
(base32 "1q485ygalnnmx2imzm5qlfvblki63bhgmwzxv8gqfqraxk0midv5"))))
(build-system pyproject-build-system)
(arguments
(list
;; XXX: Tests require additional data, check if it may be packed
;; separately, see tests/ci_install.sh.
#:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'set-home
(lambda _
;; To address sanity check warning: UserWarning: unable to write
;; new config file.
(setenv "HOME" "/tmp"))))))
;; - http://hea-www.cfa.harvard.edu/~jzuhone
;; - soxs_test_data_16.tar.gz 235MiB
#:tests? #f))
(native-inputs
(list python-cython
python-setuptools
python-setuptools-scm
python-wheel))
python-setuptools-scm))
(propagated-inputs
(list python-appdirs
python-astropy