mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: python-urwid-readline: Update to 0.13.
* gnu/packages/python-xyz.scm (python-urwid-readline): Update to 0.13. Re-indent propagated-inputs and native-inputs. [phases]: Delete trailing #t. {check}: Invoke pytest directly, with increased verbosity.
This commit is contained in:
parent
99c6813546
commit
6d398096e2
1 changed files with 5 additions and 8 deletions
|
@ -9150,7 +9150,7 @@ features useful for text console applications.")
|
||||||
(define-public python-urwid-readline
|
(define-public python-urwid-readline
|
||||||
(package
|
(package
|
||||||
(name "python-urwid-readline")
|
(name "python-urwid-readline")
|
||||||
(version "0.12")
|
(version "0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9160,7 +9160,7 @@ features useful for text console applications.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sq5qgxj7gcfww3ww7idr87isnmp0hi36n241b3q395x1zafdv22"))))
|
"0y9k86p31mlr9rwnrbljvfgl183r5j60yaj0r3scljn1m0mlg8qg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -9168,12 +9168,9 @@ features useful for text console applications.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "python" "-m" "pytest"))
|
(invoke "pytest" "-vv")))))))
|
||||||
#t)))))
|
(propagated-inputs (list python-urwid))
|
||||||
(propagated-inputs
|
(native-inputs (list python-pytest))
|
||||||
(list python-urwid))
|
|
||||||
(native-inputs
|
|
||||||
(list python-pytest))
|
|
||||||
(home-page "https://github.com/rr-/urwid_readline")
|
(home-page "https://github.com/rr-/urwid_readline")
|
||||||
(synopsis "Text input widget for urwid that supports readline shortcuts")
|
(synopsis "Text input widget for urwid that supports readline shortcuts")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue