guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 7d139b015bbe726b05af81e9f5278fc36955c2a0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 01:03:18 2026 +0000

    gnu: python-stsci-skypac: Update to 1.0.12.
    
    * gnu/packages/astronomy.scm (python-stsci-skypac): Update to 1.0.12.
    [source]: Switch to git-fetch.
    
    Change-Id: I3938aa0f69eb74db660d0e883e7802f219fa0c44
---
 gnu/packages/astronomy.scm | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a95480435d..0b0570c1fc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10086,18 +10086,25 @@ task}.")
 (define-public python-stsci-skypac
   (package
     (name "python-stsci-skypac")
-    (version "1.0.11")
+    (version "1.0.12")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "stsci_skypac" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/spacetelescope/stsci.skypac";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1pfgcgcgwvlil4m0v7d6raya70s74knimfh8yn634kapf24xxy1k"))))
+        (base32 "09gq2cw4xi1wh4hkzxjlmxilhgigirjpz7wqyl283zyp65i5ar31"))))
     (build-system pyproject-build-system)
     (arguments
-     (list #:tests? #f)) ; no tests in PyPI or git
+     ;; TODO: I could not make doctest to find package by pyassing "--pyargs"
+     ;; with "stsci.skypac", "stsci:skypac" or "stsci/skypac.
+     (list #:tests? #f))
     (native-inputs
-     (list python-setuptools
+     (list ;; python-pytest
+           ;; python-pytest-doctestplus
+           python-setuptools
            python-setuptools-scm))
     (propagated-inputs
      (list python-astropy

Reply via email to