GNU bug report logs - #77190
[PATCH 00/34] Astro update 2025/03.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 22 Mar 2025 20:28:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #68 received at 77190 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77190 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 27/34] gnu: Add python-stsci-skypac.
Date: Sat, 22 Mar 2025 20:29:00 +0000
* 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.