mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add python-acstools.
* gnu/packages/astronomy.scm (python-acstools): New variable. Change-Id: I209ed968228b57e02a3c2f5b59668c28ec7a7530
This commit is contained in:
parent
393be171be
commit
f627fd153a
1 changed files with 28 additions and 0 deletions
|
@ -1333,6 +1333,34 @@ (define-public psfex
|
|||
model-fitting photometry or morphological analyses.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public python-acstools
|
||||
(package
|
||||
(name "python-acstools")
|
||||
(version "3.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "acstools" version))
|
||||
(sha256
|
||||
(base32 "0kc1lwr160awk3rq44iav2bk8b9w7vw4q6dd1s035yb442cqz0qh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-numpy
|
||||
python-pyyaml
|
||||
python-requests))
|
||||
(native-inputs
|
||||
(list python-ci-watson
|
||||
python-pytest
|
||||
python-setuptools-scm
|
||||
python-pytest-astropy-header
|
||||
python-pytest-remotedata))
|
||||
(home-page "https://github.com/spacetelescope/acstools")
|
||||
(synopsis "Hubble Space Telescope Advanced Camera for Surveys Tools")
|
||||
(description
|
||||
"Python Tools for HST ACS (Advanced Camera for Surveys) Data.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-ads
|
||||
(package
|
||||
(name "python-ads")
|
||||
|
|
Loading…
Reference in a new issue