summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-18 23:29:25 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:04 +0000
commite4e8bcb60d7a0955021feb6d39ecdabde5d9e9a6 (patch)
tree525b25f1543c5a19867d2fee62d219bdfa3e5e5c
parent2ecb5a68f5dad21aff613418ffba8c4c0fa1b55f (diff)
gnu: python-romanisim: Update to 0.13.0.
* gnu/packages/astronomy.scm (python-romanisim): Update to 0.13.0. [phases]{relax-requirements}: Remove as no longer required. Change-Id: Ic8b44100c554e6780e29a7a794e7b1b34646c243
-rw-r--r--gnu/packages/astronomy.scm11
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 59c9def9fd9..2959be4fc89 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8770,17 +8770,17 @@ observations from the Nancy Grace Roman Space Telescope.")
(define-public python-romanisim
(package
(name "python-romanisim")
- (version "0.11.2")
+ (version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "romanisim" version))
(sha256
- (base32 "10rrr4mkpxz9wrhxlzxhn5mrswnlz7fqln7zkfims22a95kl4ldz"))))
+ (base32 "1yld0112k57wjppljrchvll9lvh164a5r4l2dffq7hncsrllvamn"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 87 passed, 2 skipped, 8 deselected
+ ;; tests: 100 passed, 2 skipped, 8 deselected
#:test-flags
#~(list "--pyargs" "romanisim"
;; TODO: python-stpsf needs to be packaged with test data:
@@ -8804,11 +8804,6 @@ observations from the Nancy Grace Roman Space Telescope.")
" and not "))
#:phases
#~(modify-phases %standard-phases
- ;; See: <https://github.com/spacetelescope/romanisim/pull/279>.
- (add-after 'unpack 'relax-requirements
- (lambda _
- (substitute* "pyproject.toml"
- ((".*Cython >=0.29.21.*") ""))))
(add-before 'check 'pre-check
(lambda _
(setenv "HOME" "/tmp"))))))