diff options
| author | wrobell <wrobell@riseup.net> | 2025-06-27 17:55:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:38 +0100 |
| commit | c34f002892cc4630543ab9c7be6d85b2b6d3a413 (patch) | |
| tree | 0aa826df3ce2002266d524ebb5a8f501c77d0053 /gnu/packages/python-xyz.scm | |
| parent | 941edd29f46547f6eb1b5b5ce36510e3fe9eb708 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cc6bbb631b..6b8c96d667 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7706,17 +7706,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 |
