mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
a852a6d168
commit
e4514f51c7
1 changed files with 5 additions and 6 deletions
|
@ -532,21 +532,23 @@ (define-public libbson
|
|||
(define-public python-ruamel.yaml
|
||||
(package
|
||||
(name "python-ruamel.yaml")
|
||||
(version "0.15.83")
|
||||
(version "0.16.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ruamel.yaml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p4i8ad28cbbbjja8b9274irkhnphhvhap3aym6yb8xfp1d72kpw"))))
|
||||
"0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
`(("python-ruamel.yaml.clib" ,python-ruamel.yaml.clib)))
|
||||
(arguments
|
||||
`(;; TODO: Tests require packaging "ruamel.std.pathlib".
|
||||
#:tests? #f))
|
||||
(home-page "https://bitbucket.org/ruamel/yaml")
|
||||
(home-page "https://sourceforge.net/projects/ruamel-yaml/")
|
||||
(synopsis "YAML 1.2 parser/emitter")
|
||||
(description
|
||||
"This package provides YAML parser/emitter that supports roundtrip
|
||||
|
@ -556,9 +558,6 @@ (define-public python-ruamel.yaml
|
|||
style and key ordering are kept, so you can diff the source.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-ruamel.yaml
|
||||
(package-with-python2 python-ruamel.yaml))
|
||||
|
||||
(define-public python-ruamel.yaml.clib
|
||||
(package
|
||||
(name "python-ruamel.yaml.clib")
|
||||
|
|
Loading…
Reference in a new issue