diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-16 21:20:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:08 +0100 |
commit | 38b351f9306f118a29d284cfaf147ce6f9750b6b (patch) | |
tree | e77d6c4b14b7384e8a24af093643b6ed72015454 | |
parent | 245a344d1d2f9d88334d45aba0565a7c1b3ded27 (diff) |
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
-rw-r--r-- | gnu/packages/astronomy.scm | 13 |
1 files 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 |