guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit afc0854f9a9b28fd18da1697f534b2c394aa5155
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 01:06:17 2026 +0000
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
---
gnu/packages/astronomy.scm | 21 ++++-----------------
1 file changed, 4 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0b0570c1fc..7a2c8975e2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10154,34 +10154,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