summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-19 01:06:17 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:03 +0000
commit68b7e6610a14f56ab60878fb2ba59da34f0fd848 (patch)
treefffc18d2521e26c5a598f22729e5be36b5837e2c /gnu
parenta68b6bf98483fe989cfc2ca8a0573ed54b272d44 (diff)
gnu: python-stsci-tools: Update to 4.3.0.
* gnu/packages/astronomy.scm (python-stsci-tools): Update to 4.3.0. [native-inputs]: Remove python-wheel. Change-Id: Ie20c6dd207cabc456dae1b0af627e298cbabf173
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm21
1 files changed, 4 insertions, 17 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index eb23e416cab..c94b26634da 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10121,34 +10121,21 @@ processing functions: @code{xyxymatch}, @code{geomap}.")
(define-public python-stsci-tools
(package
(name "python-stsci-tools")
- (version "4.2.0")
+ (version "4.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stsci_tools" version))
(sha256
- (base32 "180x3fmp020p4imc39ajs5qs6iimd8ld5bly3g9mm4psqbp8nyw9"))))
+ (base32 "1vmgznpww0b1v4x6kfdp75q45r0jr0mrpdq3q9jl17idmqsb4jjy"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:test-flags
- #~(list "-k"
- ;; Two tests fail with error: RuntimeError: Problem during:
- ;; takes_time(), exitcode: 1. Check log.
- (string-append "not test_launch_and_wait[None-spawn]"
- " and not test_launch_and_wait[None-forkserver]"))
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'check 'pre-check
- (lambda _
- (delete-file "conftest.py"))))))
+ ;; tests: 192 passed, 14 skipped
(native-inputs
(list python-pytest
python-pytest-astropy-header
python-pytest-doctestplus
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-astropy
python-numpy