mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-urwid-readline: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-urwid-readline) [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Iffbffc78f25c80dc6cbcee5e3105e8051c13edfd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0a75322fe1
commit
336f020391
1 changed files with 2 additions and 9 deletions
|
@ -14822,16 +14822,9 @@ features useful for text console applications.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y9k86p31mlr9rwnrbljvfgl183r5j60yaj0r3scljn1m0mlg8qg"))))
|
"0y9k86p31mlr9rwnrbljvfgl183r5j60yaj0r3scljn1m0mlg8qg"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "pytest" "-vv")))))))
|
|
||||||
(propagated-inputs (list python-urwid))
|
(propagated-inputs (list python-urwid))
|
||||||
(native-inputs (list python-pytest))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(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