mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyyaml: Update to 6.0.2.
* gnu/packages/python-xyz.scm (python-pyyaml): Update to 6.0.2. [build-system]: Use pyproject. [native-inputs]: Add python-cython3, python-seuptools, python-pytest, and python-wheel. Change-Id: Ic3d5cdc75650644831ad7192bc17427f9881f2e4
This commit is contained in:
parent
7a739b32e2
commit
3b7f6204f7
1 changed files with 9 additions and 5 deletions
|
@ -7730,17 +7730,21 @@ environments and back.")
|
|||
(define-public python-pyyaml
|
||||
(package
|
||||
(name "python-pyyaml")
|
||||
(version "6.0.1")
|
||||
(version "6.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyYAML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hsa7g6ddynifrwdgadqcx80khhblfy94slzpbr7birn2w5ldpxz"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "0gmwggzm0j0iprx074g5hah91y2f68sfhhldq0f8crddj7ndk16m"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-cython-3
|
||||
python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(inputs
|
||||
(list libyaml python-cython))
|
||||
(list libyaml))
|
||||
(home-page "https://pyyaml.org")
|
||||
(synopsis "YAML parser and emitter for Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue