mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-14 05:05:53 +02:00
gnu: python-dkist: Update to 1.17.0-0.4369dd7.
* gnu/packages/astronomy.scm (python-dkist): Update to 4369dd7830b29c6bf29f9053852d150eef37d971 commit. [source]: Switch to git-fetch. Change-Id: I9c3156c8027892eba1e95d4919e4fb77152a6a64
This commit is contained in:
@@ -4439,17 +4439,25 @@ Cesium.")
|
||||
(define-public python-dkist
|
||||
(package
|
||||
(name "python-dkist")
|
||||
(version "1.17.0")
|
||||
;; To support latest ASDF.
|
||||
(properties '((commit . "4369dd7830b29c6bf29f9053852d150eef37d971")
|
||||
(revision . "0")))
|
||||
(version (git-version "1.17.0"
|
||||
(assoc-ref properties 'revision)
|
||||
(assoc-ref properties 'commit)))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "dkist" version))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/DKISTDC/dkist")
|
||||
(commit (assoc-ref properties 'commit))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1i1pyliz1yjgm0c6v8lwl9nc1b5ihmkjn8syydg2am5l4lgsn5pz"))))
|
||||
(base32 "0xy5b7h1dcxqxyxg8rzly7q2k6095f8jwdn3pd8541znkcwmahrg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; tests: 455 passed, 7 skipped
|
||||
;; tests: 492 passed, 7 skipped
|
||||
#:test-flags
|
||||
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
|
||||
;; When python-pytest-benchmark is added: Benchmarks are
|
||||
|
||||
Reference in New Issue
Block a user