gnu: python-ruamel.yaml: Update to 0.16.13.

* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.16.13.
[propagated-inputs]: Add python-ruamel.yaml.clib.
[home-page]: Update to new home-page.
(python2-ruamel.yaml): Remove variable.
This commit is contained in:
Efraim Flashner 2021-08-09 12:03:14 +03:00
parent a852a6d168
commit e4514f51c7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -532,21 +532,23 @@ it is comparable to protobuf.")
(define-public python-ruamel.yaml (define-public python-ruamel.yaml
(package (package
(name "python-ruamel.yaml") (name "python-ruamel.yaml")
(version "0.15.83") (version "0.16.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "ruamel.yaml" version)) (uri (pypi-uri "ruamel.yaml" version))
(sha256 (sha256
(base32 (base32
"0p4i8ad28cbbbjja8b9274irkhnphhvhap3aym6yb8xfp1d72kpw")))) "0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-pytest" ,python-pytest))) `(("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-ruamel.yaml.clib" ,python-ruamel.yaml.clib)))
(arguments (arguments
`(;; TODO: Tests require packaging "ruamel.std.pathlib". `(;; TODO: Tests require packaging "ruamel.std.pathlib".
#:tests? #f)) #:tests? #f))
(home-page "https://bitbucket.org/ruamel/yaml") (home-page "https://sourceforge.net/projects/ruamel-yaml/")
(synopsis "YAML 1.2 parser/emitter") (synopsis "YAML 1.2 parser/emitter")
(description (description
"This package provides YAML parser/emitter that supports roundtrip "This package provides YAML parser/emitter that supports roundtrip
@ -556,9 +558,6 @@ and has round-trip loaders and dumpers. It supports comments. Block
style and key ordering are kept, so you can diff the source.") style and key ordering are kept, so you can diff the source.")
(license license:expat))) (license license:expat)))
(define-public python2-ruamel.yaml
(package-with-python2 python-ruamel.yaml))
(define-public python-ruamel.yaml.clib (define-public python-ruamel.yaml.clib
(package (package
(name "python-ruamel.yaml.clib") (name "python-ruamel.yaml.clib")