gnu: python-mando: Update to 0.6.4.
* gnu/packages/python.scm (python-mando): Update to 0.6.4. [propagated-inputs]: Add PYTHON-SIX. [native-inputs]: Remove PYTHON-SPHINX and PYTHON-PARAMUNITTEST. Add PYTHON-PYTEST.
This commit is contained in:
parent
3cbddeec39
commit
2aa33bf41b
|
@ -10827,20 +10827,20 @@ in other versions.")
|
||||||
(define-public python-mando
|
(define-public python-mando
|
||||||
(package
|
(package
|
||||||
(name "python-mando")
|
(name "python-mando")
|
||||||
(version "0.5")
|
(version "0.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mando" version))
|
(uri (pypi-uri "mando" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q05h66439gqdmlk4jqm6xrwrzfdgs4mwk70barxhr2y83qbbdc0"))))
|
"0q6rl085q1hw1wic52pqfndr0x3nirbxnhqj9akdm5zhq2fv3zkr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-rst2ansi" ,python-rst2ansi)))
|
`(("python-rst2ansi" ,python-rst2ansi)
|
||||||
|
("python-six" ,python-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx-1.5.3)
|
`(("python-pytest" ,python-pytest)))
|
||||||
("python-paramunittest" ,python-paramunittest)))
|
|
||||||
(home-page "https://mando.readthedocs.org/")
|
(home-page "https://mando.readthedocs.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Wrapper around argparse, allowing creation of complete CLI applications")
|
"Wrapper around argparse, allowing creation of complete CLI applications")
|
||||||
|
|
Loading…
Reference in New Issue