gnu: python-asdf-standard: Update to 1.4.0.

* gnu/packages/astronomy.scm (python-asdf-standard): Update to 1.4.0.
[native-inputs]: Remove python-astropy-minimal, python-jsonschema,
python-pypa-build, and python-wheel; add python-pytest-asdf-plugin, and
python-pyyaml.

Change-Id: I37840d6c17630ce69312ebf2a755fb9a97edfe15
This commit is contained in:
Sharlatan Hellseher 2025-09-18 13:12:12 +01:00
parent 90f6bdb48f
commit 243e375b74
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2161,26 +2161,23 @@ implementation package such as asdf-astropy.")
(define-public python-asdf-standard
(package
(name "python-asdf-standard")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asdf_standard" version))
(sha256
(base32
"0r7dxbiwngpwwjdbs2vqk94v1vjsgyilswkq180d5slx74grcn2r"))))
(base32 "1p7x5j8ym70c2cmgnv0113i4q465jbrqg8311mwbfz5q1lfi4pqc"))))
(build-system pyproject-build-system)
(native-inputs
(list python-asdf-bootstrap
python-asdf-transform-schemas-bootstrap
python-astropy-minimal
python-jsonschema
python-pypa-build
python-pytest
python-packaging
python-pytest
python-pytest-asdf-plugin
python-pyyaml
python-setuptools-next
python-setuptools-scm
python-wheel))
python-setuptools-scm))
(home-page "https://asdf-standard.readthedocs.io/")
(synopsis "ASDF standard schemas")
(description