sharlatan pushed a commit to branch master
in repository guix.
commit 38b351f9306f118a29d284cfaf147ce6f9750b6b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 16 21:20:51 2025 +0000
gnu: python-astroquery: Adjust inputs.
* gnu/packages/astronomy.scm (python-astroquery): [propagated-inputs]:
Add python-astropy-healpix, python-boto3, and python-regions.
[native-inputs]: Remove python-astropy-healpix and python-regions; add
python-pytest-doctestplus.
[description]: Start from a new line.
Change-Id: I73a68ce54b413f6a8ada628f5a75c8732206ec68
---
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 2eda5a9a65..e308dcb02c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4335,26 +4335,29 @@ constraints (i.e., altitude, airmass, moon
separation/illumination, etc.)
(apply invoke "pytest" "-v" test-flags))))))))
(native-inputs
(list nss-certs-for-test
- python-astropy-healpix
python-matplotlib
- ;; python-mocpy : Not packed yet, optional
python-pytest-astropy
python-pytest-dependency
- python-regions
+ python-pytest-doctestplus
python-setuptools
python-wheel))
(propagated-inputs
(list python-astropy
+ python-astropy-healpix
python-beautifulsoup4
+ python-boto3
python-html5lib
python-keyring
+ ;; python-mocpy : Not packed yet, optional and Rust is required
python-numpy
python-pyvo
+ python-regions
python-requests))
(home-page "https://astroquery.readthedocs.io/en/latest/index.html")
(synopsis "Access online astronomical data resources")
- (description "Astroquery is a package that contains a collection of tools
-to access online Astronomical data. Each web service has its own
sub-package.")
+ (description
+ "Astroquery is a package that contains a collection of tools to access
+online Astronomical data. Each web service has its own sub-package.")
(license license:bsd-3)))
(define-public python-astroscrappy