me
/
guix
Archived
1
0
Fork 0

gnu: python-asdf: Update to 3.3.0.

* gnu/packages/astronomy.scm (python-asdf): Update to 3.3.0.
[native-inputs]: Remove python-pytest; add python-pytest-8.

Change-Id: Ia2d284156553741dea8cd5481840a79bb18d5f8e
master
Sharlatan Hellseher 2024-07-17 23:00:32 +01:00
parent ef84b88b20
commit 4e51c1d35f
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 6 additions and 4 deletions

View File

@ -740,18 +740,18 @@ Main features:
(define-public python-asdf (define-public python-asdf
(package (package
(name "python-asdf") (name "python-asdf")
(version "3.2.0") (version "3.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "asdf" version)) (uri (pypi-uri "asdf" version))
(sha256 (sha256
(base32 "1wj556g15gwp6ir5hg083l15sifdsf23giqkx0jbn4lgdwjffbgr")))) (base32 "0pwy8p3idz40a1z07d0lvvd0mwwya8g52wrp72frgpagjkvj3ska"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
#:test-flags #:test-flags
#~(list "-n" "auto" "-p" "no:legacypath") #~(list "-p" "no:legacypath")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-pypojrect-toml (add-after 'unpack 'patch-pypojrect-toml
@ -767,7 +767,9 @@ Main features:
(list python-fsspec (list python-fsspec
python-packaging python-packaging
python-psutil python-psutil
python-pytest ;; 3.3.0+ requries newer version of pytest, see
;; <https://github.com/asdf-format/asdf/issues/1804>.
python-pytest-8
python-pytest-doctestplus python-pytest-doctestplus
python-pytest-remotedata python-pytest-remotedata
python-pytest-xdist python-pytest-xdist