me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-pyyaml.

* gnu/packages/python-xyz.scm (python2-pyyaml): Delete variable.
(python-jsonschema)[properties]: Delete field.
Maxim Cournoyer 2022-05-13 15:10:52 -04:00
parent cfa04b1c6c
commit 88739a96be
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 15 deletions

View File

@ -3746,8 +3746,7 @@ environments and back.")
complete YAML 1.1 parser, Unicode support, pickle support, capable extension complete YAML 1.1 parser, Unicode support, pickle support, capable extension
API, and sensible error messages. PyYAML supports standard YAML tags and API, and sensible error messages. PyYAML supports standard YAML tags and
provides Python-specific tags that represent an arbitrary Python object.") provides Python-specific tags that represent an arbitrary Python object.")
(license license:expat) (license license:expat)))
(properties `((python2-variant . ,(delay python2-pyyaml))))))
(define-public python-pyyaml-5 (define-public python-pyyaml-5
(package (package
@ -3761,19 +3760,6 @@ provides Python-specific tags that represent an arbitrary Python object.")
(base32 (base32
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0")))))) "0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0"))))))
(define-public python2-pyyaml
(let ((base (package-with-python2 (strip-python2-variant python-pyyaml))))
(package
(inherit base)
(version "5.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyYAML" version))
(sha256
(base32
"0pm440pmpvgv5rbbnm8hk4qga5a292kvlm1bh3x2nwr8pb5p8xv0")))))))
(define-public python-vine (define-public python-vine
(package (package
(name "python-vine") (name "python-vine")