1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 14:14:07 +02:00

gnu: python-asdf: Update to 5.3.0.

* gnu/packages/astronomy.scm (python-asdf): Update to 5.3.0.
[native-inputs]: Add python-syrupy.

Change-Id: Ib2c10ba86e0f6aa7493088a53d4e48e4747edc91
This commit is contained in:
Sharlatan Hellseher
2026-05-16 08:31:40 +01:00
parent ff3e2447ee
commit d444012ea8
+6 -5
View File
@@ -2134,7 +2134,7 @@ Main features:
(define-public python-asdf
(package
(name "python-asdf")
(version "5.2.0")
(version "5.3.0")
(source
(origin
(method git-fetch)
@@ -2143,17 +2143,17 @@ Main features:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00y7hp0iw3ryirkpj053irvc2y7bgckplrw2jjzxf80pp6c9vnsa"))))
(base32 "1pbycdkc9958rjsg6yfi0qs1q46lamrcqf4q4cw104l3ipankdbc"))))
(build-system pyproject-build-system)
(arguments
(list
;; tests: 1999 passed, 1 skipped, 2 xfailed
;; tests: 2145 passed, 1 skipped, 2 xfailed
#:test-flags
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'include-package-data
;; XXX: Check why schemas stoped coppied with setuptools in 5.2.0
;; XXX: Check why schemas stoped coppied with setuptools in 5.3.0
;; version.
(lambda* (#:key inputs outputs #:allow-other-keys)
(copy-recursively "asdf/_jsonschema/schemas"
@@ -2165,7 +2165,8 @@ Main features:
python-pytest-remotedata
python-pytest-xdist
python-setuptools
python-setuptools-scm))
python-setuptools-scm
python-syrupy))
(propagated-inputs
(list python-asdf-standard
python-attrs ;; for vendorized jsonschema