[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/32: gnu: python-sunpy: Update to 6.0.1.
From: |
guix-commits |
Subject: |
22/32: gnu: python-sunpy: Update to 6.0.1. |
Date: |
Tue, 27 Aug 2024 12:04:57 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8aa72adaac4399a0cadaa242e76a87ac25fc549a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jul 30 23:27:12 2024 +0100
gnu: python-sunpy: Update to 6.0.1.
* 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 @@ orbits described in TLE files.")
(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 @@ orbits described in TLE files.")
#~(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 @@ python_files = test_*.py"))))))))
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 @@ python_files = test_*.py"))))))))
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")
- branch master updated (1166035acb -> 0cf4de40a2), guix-commits, 2024/08/27
- 01/32: gnu: indi-2.0: Adjust package style., guix-commits, 2024/08/27
- 07/32: gnu: python-czml3: Update to 1.0.2., guix-commits, 2024/08/27
- 15/32: gnu: python-reproject: Update to 0.14.0., guix-commits, 2024/08/27
- 05/32: gnu: python-astropy: Update to 6.1.2., guix-commits, 2024/08/27
- 22/32: gnu: python-sunpy: Update to 6.0.1.,
guix-commits <=
- 24/32: gnu: Add python-soxs., guix-commits, 2024/08/27
- 25/32: gnu: Add python-pyxsim., guix-commits, 2024/08/27
- 31/32: gnu: Add python-zodipy., guix-commits, 2024/08/27
- 02/32: gnu: indi-2.0: Update to 2.0.9., guix-commits, 2024/08/27
- 21/32: gnu: python-stpipe: Update to 0.7.0., guix-commits, 2024/08/27
- 06/32: gnu: python-crds: Update to 11.18.1., guix-commits, 2024/08/27
- 19/32: gnu: python-shapely: Adjust home page., guix-commits, 2024/08/27
- 17/32: gnu: python-specutils: Update to 1.16.0., guix-commits, 2024/08/27
- 10/32: gnu: python-glue-core: Adjust inputs., guix-commits, 2024/08/27
- 18/32: gnu: python-shapely: Update to 2.0.5., guix-commits, 2024/08/27