mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-asdf: Update to 5.0.0.
* gnu/packages/astronomy.scm (python-asdf): Update to 5.0.0. [native-inputs]: Remove python-pytest-doctestplus, and python-wheel. Change-Id: I45e2315744846358aa51c3853ae529283be68dcf
This commit is contained in:
parent
47d0816bd4
commit
ce9adae752
1 changed files with 7 additions and 8 deletions
|
@ -1958,13 +1958,13 @@ Main features:
|
||||||
(define-public python-asdf
|
(define-public python-asdf
|
||||||
(package
|
(package
|
||||||
(name "python-asdf")
|
(name "python-asdf")
|
||||||
(version "4.4.0")
|
(version "5.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "asdf" version))
|
(uri (pypi-uri "asdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gincjs1vn6wxryazbkgmxy45cn1azb2yphj7nwg05yjwccn257p"))))
|
(base32 "1405fmv0f8dxr949njfw368bkm7w8cnqr5w6nqlxr68vvc1pghx7"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1973,24 +1973,23 @@ Main features:
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-psutil
|
(list python-psutil
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-doctestplus
|
|
||||||
python-pytest-remotedata
|
python-pytest-remotedata
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-asdf-standard
|
(list python-asdf-standard
|
||||||
python-asdf-transform-schemas
|
python-asdf-transform-schemas
|
||||||
python-attrs ;; for vendorized jsonschema
|
python-attrs ;; for vendorized jsonschema
|
||||||
python-fsspec
|
|
||||||
python-importlib-metadata
|
python-importlib-metadata
|
||||||
python-jmespath
|
python-jmespath
|
||||||
python-lz4
|
|
||||||
python-numpy
|
python-numpy
|
||||||
python-packaging
|
python-packaging
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
python-semantic-version))
|
python-semantic-version
|
||||||
|
;; [optional]
|
||||||
|
python-fsspec
|
||||||
|
python-lz4))
|
||||||
(home-page "https://github.com/asdf-format/asdf")
|
(home-page "https://github.com/asdf-format/asdf")
|
||||||
(synopsis "Python tools to handle ASDF files")
|
(synopsis "Python tools to handle ASDF files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue