[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73915] [PATCH 36/42] gnu: Add python-acstools.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73915] [PATCH 36/42] gnu: Add python-acstools. |
Date: |
Sun, 20 Oct 2024 20:52:38 +0100 |
* gnu/packages/astronomy.scm (python-acstools): New variable.
Change-Id: I209ed968228b57e02a3c2f5b59668c28ec7a7530
---
gnu/packages/astronomy.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5222759028..25e6505802 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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")
--
2.46.0
- [bug#73915] [PATCH 25/42] gnu: python-sunpy: Update to 6.0.3., (continued)
- [bug#73915] [PATCH 25/42] gnu: python-sunpy: Update to 6.0.3., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 24/42] gnu: python-stdatamodels: Update to 2.1.1., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 23/42] gnu: python-specutils: Update to 1.18.0., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 30/42] gnu: python-glue-core: Adjust inputs., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 27/42] gnu: python-zodipy: Update to 1.1.0., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 29/42] gnu: Add python-astrodendro., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 26/42] gnu: python-tweakwcs: Update to 0.8.9., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 34/42] gnu: Add python-getdist., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 32/42] gnu: Add python-pysiril., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 31/42] gnu: Add python-hsluv., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 36/42] gnu: Add python-acstools.,
Sharlatan Hellseher <=
- [bug#73915] [PATCH 37/42] gnu: Add python-pycollada., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 35/42] gnu: Add python-coolest., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 39/42] gnu: Add iraf-community., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 40/42] gnu: Add python-halotools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 33/42] gnu: Add python-sirilic., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 41/42] gnu: python-statmorph: Skip failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 38/42] gnu: Add python-pymcubes., Sharlatan Hellseher, 2024/10/20
- bug#73915: [PATCH 00/42] Astronomy update 2024/10, Sharlatan Hellseher, 2024/10/30