diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 01:03:18 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:04 +0000 |
| commit | ae986167a71a3a916a481793bd2b876a3b8e6428 (patch) | |
| tree | e617e3ef3736c320cf846908a807e5647416235d /gnu | |
| parent | 4a2ffeb9184b554ba010ad37bb41ae5a7ce09169 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 52cb4495e1c..21bbcb5c69b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10026,18 +10026,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 |
