gnu: python-curtsies: Update to 0.4.0.
* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.0. [propagated-inputs]: Replace python-blessings with python-blessed. [native-inputs]: Remove python-mock.
This commit is contained in:
parent
fea40a0ceb
commit
c585582fc1
1 changed files with 4 additions and 5 deletions
|
@ -1097,14 +1097,13 @@ than a terminal.")
|
||||||
(define-public python-curtsies
|
(define-public python-curtsies
|
||||||
(package
|
(package
|
||||||
(name "python-curtsies")
|
(name "python-curtsies")
|
||||||
(version "0.3.5")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "curtsies" version))
|
(uri (pypi-uri "curtsies" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1zj284kacv0d10ab3amkkx37hcciylkqympsksi9bwzy6g7fyafb"))))
|
||||||
"1g8dwafx4vx06isjkn28r3cwb0hw1bv67lgygaz34yk66lrzz1x5"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1113,9 +1112,9 @@ than a terminal.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "nosetests" "-v"))))))
|
(invoke "nosetests" "-v"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-blessings python-cwcwidth))
|
(list python-blessed python-cwcwidth))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-pyte python-nose))
|
(list python-pyte python-nose))
|
||||||
(home-page "https://github.com/bpython/curtsies")
|
(home-page "https://github.com/bpython/curtsies")
|
||||||
(synopsis "Library for curses-like terminal interaction with colored
|
(synopsis "Library for curses-like terminal interaction with colored
|
||||||
strings")
|
strings")
|
||||||
|
|
Reference in a new issue