guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 9862bc23ea59fb08bc6b2d1c23217e8a591c11d8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 11:25:26 2026 +0000
gnu: python-ndcube: Update to 2.4.0.
* gnu/packages/astronomy.scm (python-ndcube): Update to 2.4.0.
[arguments] <test-flags>: Run all tests.
Change-Id: Iafd38ffeef6ab54e38ba63e370cbc2bd3cc5d1a0
---
gnu/packages/astronomy.scm | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c83d062734..85bc491905 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6574,30 +6574,19 @@ Carlo.")
(define-public python-ndcube
(package
(name "python-ndcube")
- (version "2.3.4")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ndcube" version))
(sha256
- (base32 "0nwy0h1xvs6gw13nygfqx34nqkiixj40pf913n6h7bjfvqkyg2f1"))))
+ (base32 "1344zzjp90s9cfvckf70gsby4ypav1xi2wx9s8cpcv05yzypmiqw"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 397 passed, 7 skipped, 10 xfailed
+ ;; tests: 534 passed, 9 skipped, 10 xfailed, 18 warnings
#:test-flags
- #~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
- #$@(map (lambda (test) (string-append "--deselect="
-
"ndcube/wcs/wrappers/tests/"
- "test_resampled_wcs.py::"
- test))
- ;; ResampledLowLevelWCS Transformation
- ;; This transformation has 2 pixel and 2 world dimensions
- ;;
- ;; - Array shape (Numpy order): (2.3333333333333335,
15.0)
- ;; + Array shape (Numpy order): (2, 15)
- (list "test_2d[celestial_2d_ape14_wcs]"
- "test_2d[celestial_2d_fitswcs]")))
+ #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'set-home-env