[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/30: gnu: python-ndcube: Update to 2.2.2.
From: |
guix-commits |
Subject: |
10/30: gnu: python-ndcube: Update to 2.2.2. |
Date: |
Sun, 30 Jun 2024 05:19:24 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 486d8339bda29ce4e75e0876bf36657cffa8ef4d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jun 13 10:20:37 2024 +0100
gnu: python-ndcube: Update to 2.2.2.
* gnu/packages/astronomy.scm (python-ndcube): Update to 2.2.2.
Change-Id: Ie7c31312e4b5cc6087d17e9572bf202abd13fc50
---
gnu/packages/astronomy.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 38ebfe23fb..26bc443132 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2410,18 +2410,25 @@ the easy construction of interactive matplotlib widget
based animations.")
(define-public python-ndcube
(package
(name "python-ndcube")
- (version "2.2.0")
+ (version "2.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ndcube" version))
(sha256
- (base32 "1b3vbnm438j5jb48vilp145lq137fbrg1l4845rc55mz2p025x34"))))
+ (base32 "0d82xldinvjw4csql4w3k44ibprbz0b0g5ixq9a5f6c7zbvfc24l"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; Break cycle: python-ndcube -> python-specutils -> python-ndcube, see
+ ;; <https://github.com/sunpy/ndcube/issues/733>.
+ #:test-flags #~(list "-k" "not test_rebin_specutils")
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'break-cycle
+ (lambda _
+ (substitute* "ndcube/tests/test_ndcube.py"
+ (("from specutils import Spectrum1D") ""))))
(add-before 'check 'set-home-env
(lambda _
;; Tests require HOME to be set.
- 19/30: gnu: python-stsci-stimage: Update to 0.2.9., (continued)
- 19/30: gnu: python-stsci-stimage: Update to 0.2.9., guix-commits, 2024/06/30
- 20/30: gnu: python-sunpy: Update to 5.1.4., guix-commits, 2024/06/30
- 04/30: gnu: python-astropy-iers-data: Update to 0.2024.6.17.0.31.35., guix-commits, 2024/06/30
- 06/30: gnu: python-drizzle: Update to 1.15.2., guix-commits, 2024/06/30
- 16/30: gnu: python-stpipe: Update to 0.5.2., guix-commits, 2024/06/30
- 21/30: gnu: python-jwst: Replace reference to external configobj., guix-commits, 2024/06/30
- 22/30: gnu: Add python-corner., guix-commits, 2024/06/30
- 26/30: gnu: Add python-schwimmbad., guix-commits, 2024/06/30
- 27/30: gnu: Add python-statmorph., guix-commits, 2024/06/30
- 01/30: gnu: indi-2.0: Update to 2.0.8., guix-commits, 2024/06/30
- 10/30: gnu: python-ndcube: Update to 2.2.2.,
guix-commits <=
- 12/30: gnu: python-pyvo: Update to 1.5.2., guix-commits, 2024/06/30
- 14/30: gnu: python-spherical-geometry: Update to 1.3.2., guix-commits, 2024/06/30
- 17/30: gnu: python-stsci-image: Update to 2.3.9., guix-commits, 2024/06/30
- 23/30: gnu: Add python-fast-histogram., guix-commits, 2024/06/30
- 24/30: gnu: Add python-naima., guix-commits, 2024/06/30
- 25/30: gnu: Add python-regularizepsf., guix-commits, 2024/06/30
- 28/30: gnu: Add python-yt-astro-analysis., guix-commits, 2024/06/30
- 29/30: gnu: Add specification-specreduce-data., guix-commits, 2024/06/30
- 13/30: gnu: python-skyfield: Update to 1.49., guix-commits, 2024/06/30
- 30/30: gnu: Add python-jwst-reffiles., guix-commits, 2024/06/30