GNU bug report logs -
#77190
[PATCH 00/34] Astro update 2025/03.
Previous Next
Full log
Message #68 received at 77190 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-stsci-skypac): New variable.
Change-Id: Ia4a87dbc7a3d5323907a2dea98df696582965532
---
gnu/packages/astronomy.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3143867010..df3131646b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7026,6 +7026,36 @@ (define-public python-skyfield
orbit around the Earth.")
(license license:expat)))
+(define-public python-stsci-skypac
+ (package
+ (name "python-stsci-skypac")
+ (version "1.0.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "stsci_skypac" version))
+ (sha256
+ (base32 "0amfknfxzrmia0d8x83i9h2v5760ynvfgfs0kzpb1ib0vyaci671"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f)) ; no tests in PyPI or git
+ (native-inputs
+ (list python-setuptools
+ python-setuptools-scm-next
+ python-wheel))
+ (propagated-inputs
+ (list python-astropy
+ python-numpy
+ python-spherical-geometry
+ python-stsci-imagestats
+ python-stsci-tools
+ python-stwcs))
+ (home-page "https://stsci-skypac.readthedocs.io/en/latest")
+ (synopsis "Sky matching on image mosaic")
+ (description
+ "This package implements a functionality to match sky on image mosaic.")
+ (license license:bsd-3)))
+
(define-public python-stsci-tools
(package
(name "python-stsci-tools")
--
2.48.1
This bug report was last modified 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.