mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: python-pyyaml: Reintroduce 5.4.
* gnu/packages/python-xyz.scm (python-pyyaml-5): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ff12cf5e07
commit
bf10421a67
1 changed files with 12 additions and 0 deletions
|
@ -3930,6 +3930,18 @@ provides Python-specific tags that represent an arbitrary Python object.")
|
||||||
(license license:expat)
|
(license license:expat)
|
||||||
(properties `((python2-variant . ,(delay python2-pyyaml))))))
|
(properties `((python2-variant . ,(delay python2-pyyaml))))))
|
||||||
|
|
||||||
|
(define-public python-pyyaml-5
|
||||||
|
(package
|
||||||
|
(inherit python-pyyaml)
|
||||||
|
(version "5.4.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "PyYAML" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))))
|
||||||
|
|
||||||
(define-public python2-pyyaml
|
(define-public python2-pyyaml
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-pyyaml))))
|
(let ((base (package-with-python2 (strip-python2-variant python-pyyaml))))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue