[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64201] [PATCH 07/20] gnu: python-astropy: Update to 5.3.
From: |
Sharlatan Hellseher |
Subject: |
[bug#64201] [PATCH 07/20] gnu: python-astropy: Update to 5.3. |
Date: |
Wed, 21 Jun 2023 07:33:46 +0100 |
* gnu/packages/astronomy.scm (python-astropy): Update to 5.3.
[snippet]: Remove trailing #t. Prevent cfitsion from deletion.
[inputs]: Remove cfitsio
---
gnu/packages/astronomy.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d6dde400c9..d21ff42690 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1138,13 +1138,13 @@ (define-public celestia-gtk
(define-public python-astropy
(package
(name "python-astropy")
- (version "5.2.2")
+ (version "5.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astropy" version))
(sha256
- (base32 "170ddflli35mvhf6pla7aizfw8a7ckq66g1mi1br99dx2r3y7ag6"))
+ (base32 "1rg4i5w7mggfvi63j2aj2d2fjikml55bbxswl6n0j8xkqbhlns8z"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1153,9 +1153,12 @@ (define-public python-astropy
(for-each delete-file-recursively '("ply" "configobj")))
;; Remove cextern bundles. Check bundled versions against available
;; in Guix in the future update of astropy.
+ ;;
+ ;; cfitsio build is only available from non-publicly exposed
+ ;; bundled short version. See:
+ ;; https://github.com/astropy/astropy/pull/14311
(with-directory-excursion "cextern"
- (for-each delete-file-recursively '("cfitsio" "expat" "wcslib")))
- #t))))
+ (for-each delete-file-recursively '("expat" "wcslib")))))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1222,7 +1225,7 @@ (define-public python-astropy
python-skyfield
python-timezonefinder))
(inputs
- (list cfitsio expat wcslib))
+ (list expat wcslib))
(propagated-inputs
(list python-configobj
python-numpy
--
2.40.1
- [bug#64201] [PATCH 00/19] gnu: monthly astronomy packages update, Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 02/20] gnu: python-photutils: Update to 1.8.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 12/20] gnu: python-fitsio: Enable tests., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 15/20] gnu: python-reproject: Update to 0.11.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 07/20] gnu: python-astropy: Update to 5.3.,
Sharlatan Hellseher <=
- [bug#64201] [PATCH 01/20] gnu: sextractor: Update to 2.28.0, fix build., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 19/20] gnu: python-synphot: Update to 1.2.1., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 04/20] gnu: calcmysky: Update to 0.3.1., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 18/20] gnu: python-sunpy: Update to 5.0.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 08/20] gnu: python-ccdproc: Update to 2.4.1., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 05/20] gnu: libxisf: Update to 0.2.8., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 10/20] gnu: python-drms: Update to 0.6.4., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 17/20] gnu: python-stdatamodels: Update to 1.6.0., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 11/20] gnu: python-fitsio: Update to 1.1.9., Sharlatan Hellseher, 2023/06/21
- [bug#64201] [PATCH 20/20] gnu: python-astroalign: Fix build., Sharlatan Hellseher, 2023/06/21