guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 0693ffcde7d6f6ee1e6db48aa18ebdac03681075
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 15 20:56:29 2026 +0000
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
---
gnu/packages/astronomy.scm | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 07b7d9f94f..96721340ff 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4471,8 +4471,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)))
@@ -4484,22 +4484,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