[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/26: gnu: python-astroscrappy: Update to 1.2.0.
From: |
guix-commits |
Subject: |
09/26: gnu: python-astroscrappy: Update to 1.2.0. |
Date: |
Thu, 30 May 2024 10:26:22 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 961fd92dd7daea9cdeebb6aa7a9fe9782d83743e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon May 20 23:12:36 2024 +0100
gnu: python-astroscrappy: Update to 1.2.0.
* gnu/packages/astronomy.scm (python-astroscrappy): Update to 1.2.0.
[native-inputs]: Remove python-cython, python-h5py, python-pandas, and
python-scikit-image; add python-cython-3.
Change-Id: I8008d35e94f9076c489709ad241f97dec6e22b2a
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/astronomy.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 39fc59509c..48dde56d1e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1936,13 +1936,13 @@ to access online Astronomical data. Each web service
has its own sub-package.")
(define-public python-astroscrappy
(package
(name "python-astroscrappy")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astroscrappy" version))
(sha256
- (base32 "0shmfilvzpmlwz4fh0bx4kqmzr0y39fgga6vipxb5d1rx1y6q6by"))))
+ (base32 "0r2alg8imr201ykjsvr6y43bzw8mwbc4ddprn8f6qfw9k4hsx8ff"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1958,12 +1958,9 @@ to access online Astronomical data. Each web service
has its own sub-package.")
(make-file-writable "astroscrappy/_compiler.c")
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs
- (list python-cython
+ (list python-cython-3
python-extension-helpers
- python-h5py
- python-pandas
python-pytest-astropy
- python-scikit-image
python-scipy
python-setuptools-scm))
(propagated-inputs (list python-astropy python-numpy))
- 01/26: gnu: python-sep: Refresh package style., (continued)
- 01/26: gnu: python-sep: Refresh package style., guix-commits, 2024/05/30
- 04/26: gnu: packages/astronomy: Minimize import from python build system., guix-commits, 2024/05/30
- 05/26: gnu: calceph: Update to 4.0.0., guix-commits, 2024/05/30
- 03/26: gnu: python-sgp4: Use pyproject-build-system., guix-commits, 2024/05/30
- 11/26: gnu: python-ccdproc: Update to 2.4.2., guix-commits, 2024/05/30
- 07/26: gnu: python-astropy: Update to 6.1.0., guix-commits, 2024/05/30
- 06/26: gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12., guix-commits, 2024/05/30
- 08/26: gnu: python-pyvo: Disable a failing test., guix-commits, 2024/05/30
- 10/26: gnu: python-dust-extinction: Update to 1.4., guix-commits, 2024/05/30
- 13/26: gnu: python-crds: Update to 11.17.22., guix-commits, 2024/05/30
- 09/26: gnu: python-astroscrappy: Update to 1.2.0.,
guix-commits <=
- 14/26: gnu: python-jplephem: Update to 2.22., guix-commits, 2024/05/30
- 17/26: gnu: python-sunpy: Update to 5.1.3., guix-commits, 2024/05/30
- 16/26: gnu: python-roman-datamodels: Update to 0.20.0., guix-commits, 2024/05/30
- 15/26: gnu: python-rad: Update to 0.20.0, guix-commits, 2024/05/30
- 20/26: gnu: python-unyt: Fix version detection., guix-commits, 2024/05/30
- 21/26: gnu: python-ewah-bool-utils: Update to 1.2.0., guix-commits, 2024/05/30
- 22/26: gnu: Add python-viresclient., guix-commits, 2024/05/30
- 26/26: gnu: Add python-yt., guix-commits, 2024/05/30
- 25/26: gnu: Add python-more-itertools-next., guix-commits, 2024/05/30
- 12/26: gnu: python-cdflib: Update to 1.3.1., guix-commits, 2024/05/30