me
/
guix
Archived
1
0
Fork 0

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>
master
Sharlatan Hellseher 2024-05-20 23:12:36 +01:00 committed by Andrew Tropin
parent e0a7486709
commit 961fd92dd7
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 3 additions and 6 deletions

View File

@ -1936,13 +1936,13 @@ to access online Astronomical data. Each web service has its own sub-package.")
(define-public python-astroscrappy (define-public python-astroscrappy
(package (package
(name "python-astroscrappy") (name "python-astroscrappy")
(version "1.1.0") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "astroscrappy" version)) (uri (pypi-uri "astroscrappy" version))
(sha256 (sha256
(base32 "0shmfilvzpmlwz4fh0bx4kqmzr0y39fgga6vipxb5d1rx1y6q6by")))) (base32 "0r2alg8imr201ykjsvr6y43bzw8mwbc4ddprn8f6qfw9k4hsx8ff"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -1958,12 +1958,9 @@ to access online Astronomical data. Each web service has its own sub-package.")
(make-file-writable "astroscrappy/_compiler.c") (make-file-writable "astroscrappy/_compiler.c")
(invoke "python" "setup.py" "build_ext" "--inplace")))))) (invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs (native-inputs
(list python-cython (list python-cython-3
python-extension-helpers python-extension-helpers
python-h5py
python-pandas
python-pytest-astropy python-pytest-astropy
python-scikit-image
python-scipy python-scipy
python-setuptools-scm)) python-setuptools-scm))
(propagated-inputs (list python-astropy python-numpy)) (propagated-inputs (list python-astropy python-numpy))