[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72741] [PATCH 22/32] gnu: python-sunpy: Update to 6.0.1.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72741] [PATCH 22/32] gnu: python-sunpy: Update to 6.0.1. |
Date: |
Wed, 21 Aug 2024 01:03:24 +0100 |
* gnu/packages/astronomy.scm (python-sunpy): Update to 6.0.1.
[propagated-inputs]: Remove python-jplephem and python-sqlalchemy; add
python-pyerfa.
[native-inputs]: Remove python-pytest and python-pytest-doctestplus; add
python-jplephem.
Change-Id: I5e291fdb0fcf19e107a390fc68dec9fb9a8395bb
---
gnu/packages/astronomy.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 49b26e0e8b..fc0d348d26 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3222,13 +3222,13 @@ (define-public python-sgp4
(define-public python-sunpy
(package
(name "python-sunpy")
- (version "5.1.5")
+ (version "6.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sunpy" version))
(sha256
- (base32 "1jdkkcv247chsj08wrxxv0m577ji5cg7mxx5pw7q0ahmnq93xk2p"))))
+ (base32 "1yp7x26fzxs66bfvzaim8ns5q6514l66mbz5gabhlxb9pp8i6i85"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3247,10 +3247,11 @@ (define-public python-sunpy
#~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
(lambda _
- (substitute* "setup.cfg"
- ;; It's already updated in master branch, but not released yet.
- ;; drms>=0.6.1,<0.7.0
- (("0.7.0") "0.7.2"))))
+ (substitute* "pyproject.toml"
+ ;; packaging>=23.0
+ ((">=23.0") ">=21.3")
+ ;; numpy>=1.23.5
+ ((">=1.23.5") ">=1.23.2"))))
(add-before 'install 'writable-compiler
(lambda _
(make-file-writable "sunpy/_compiler.c")))
@@ -3266,10 +3267,10 @@ (define-public python-sunpy
python-aiohttp
python-extension-helpers
python-hvpy
+ python-jplephem
+ ;; python-mplcairo ; Not packed yet in Guix
python-packaging
- python-pytest
python-pytest-astropy
- python-pytest-doctestplus
python-pytest-mock
python-pytest-mpl
python-pytest-xdist
@@ -3288,16 +3289,15 @@ (define-public python-sunpy
python-h5netcdf
python-h5py
python-hypothesis
- python-jplephem
python-matplotlib
python-mpl-animators
python-numpy
python-pandas
+ python-pyerfa
python-reproject
python-scikit-image
python-scipy
;; python-spiceypy ; Not packed yet in Guix, long jorney.
- python-sqlalchemy
python-tqdm
python-zeep))
(home-page "https://sunpy.org")
--
2.41.0
- [bug#72741] [PATCH 13/32] gnu: python-rad: Update to 0.21.0., (continued)
- [bug#72741] [PATCH 13/32] gnu: python-rad: Update to 0.21.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 23/32] gnu: python-viresclient: Update to 0.12.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 05/32] gnu: python-astropy: Update to 6.1.2., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 17/32] gnu: python-specutils: Update to 1.16.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 20/32] gnu: python-stcal: Update to 1.8.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 24/32] gnu: Add python-soxs., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 11/32] gnu: python-glymur: Update to 0.13.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 15/32] gnu: python-reproject: Update to 0.14.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 16/32] gnu: python-roman-datamodels: Update to 0.21.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 21/32] gnu: python-stpipe: Update to 0.7.0., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 22/32] gnu: python-sunpy: Update to 6.0.1.,
Sharlatan Hellseher <=
- [bug#72741] [PATCH 27/32] gnu: Add python-glue-astronomy., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 28/32] gnu: Add python-pvextractor., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 18/32] gnu: python-shapely: Update to 2.0.5., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 30/32] gnu: Add python-sunkit-image., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 25/32] gnu: Add python-pyxsim., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 29/32] gnu: Add python-glue-qt., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 32/32] gnu: python-sunkit-image: Disable more failing tests., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 19/32] gnu: python-shapely: Adjust home page., Sharlatan Hellseher, 2024/08/20
- [bug#72741] [PATCH 31/32] gnu: Add python-zodipy., Sharlatan Hellseher, 2024/08/20
- bug#72741: [PATCH 00/32] Astronomy update 2024/08., Sharlatan Hellseher, 2024/08/27