summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-15 20:56:29 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-31 21:50:51 +0100
commit6d6acbb184c71dc211b83022e319951b53dff9fd (patch)
treef1980fc6d5ffeb937909e2d791c1bd94113ab2e7 /gnu
parent5509061fb6a72b8e4687b88eaf2be04d17fad880 (diff)
gnu: python-drizzlepac: Update to 3.10.0-2.d8e4c45.
* gnu/packages/astronomy.scm (python-drizzlepac): Update to d8e4c455575d34e95dc56c77a6f91b3a5fa4b0a6 commit. [phases]{saniti-check}: Keep phase. {set-version}: Remove phase. Change-Id: I4e9058ce4539df0dd3f4fc622aa49a81d97de250
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm17
1 files changed, 4 insertions, 13 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index beb4c4f91f..4095f633ee 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4475,8 +4475,8 @@ code to be greatly simplified.")
(package
(name "python-drizzlepac")
;; 3.10.0 requires astrocut<0.9.
- (properties '((commit . "6ac0ef1a27b0e2a568b1aa1f24b118ed322db409")
- (revision . "1")))
+ (properties '((commit . "d8e4c455575d34e95dc56c77a6f91b3a5fa4b0a6")
+ (revision . "2")))
(version (git-version "3.10.0"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
@@ -4488,22 +4488,13 @@ code to be greatly simplified.")
(commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hbr5scj90b8anhj4vrsaj04c5ygn6b09waha9m4pdcvkqplp462"))))
+ (base32 "00f32b544i9jrgf6phzgbj3as3cfpqn7gl7wn1njl09gbfvy0yvw"))))
(build-system pyproject-build-system)
(arguments
(list
;; TODO: Tests fail to load with error: E ModuleNotFoundError: No module
;; named 'stsci.tools'
- #:tests? #f
- #:phases
- #~(modify-phases %standard-phases
- ;; TODO: Sanity check phase fails a lot on mismatched versions or
- ;; failed to load "stsci.tools" module.
- (delete 'sanity-check)
- (add-before 'build 'set-version
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION"
- #$(version-major+minor+point version)))))))
+ #:tests? #f))
(native-inputs
(list python-ci-watson
python-crds-minimal