me
/
guix
Archived
1
0
Fork 0

gnu: python-clikit: Update to 0.6.2.

* gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2.
[arguments] Explicitly disable tests.
[propagated-inputs]: Add python-crashtest.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Tanguy Le Carrour 2020-07-28 11:28:17 +02:00 committed by Oleg Pykhalov
parent 74e9c31a10
commit fbbd536c5b
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 5 additions and 3 deletions

View File

@ -12292,17 +12292,19 @@ more, possibly remote, memcached servers.")
(define-public python-clikit (define-public python-clikit
(package (package
(name "python-clikit") (name "python-clikit")
(version "0.4.2") (version "0.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "clikit" version)) (uri (pypi-uri "clikit" version))
(sha256 (sha256
(base32 (base32
"1jnnr21hvzx4i29nbph1z96ympv0njiwyvngjq48w1q05133cwzn")))) "0ngdkmb73gkp5y00q7r9k1cdlfn0wyzws2wrqlshc4hlkbdyabj4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ; no test in the PyPI tarball
(propagated-inputs (propagated-inputs
`(("python-pastel" ,python-pastel) `(("python-crashtest" ,python-crashtest)
("python-pastel" ,python-pastel)
("python-pylev" ,python-pylev))) ("python-pylev" ,python-pylev)))
(home-page "https://github.com/sdispater/clikit") (home-page "https://github.com/sdispater/clikit")
(synopsis "Group of utilities to build command line interfaces") (synopsis "Group of utilities to build command line interfaces")