mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-timeout-decorator: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-timeout-decorator) [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I127bede0db33284ff69fa569f1a0d7289a5884ac Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7e793a4536
commit
f3db5b160d
1 changed files with 2 additions and 1 deletions
|
@ -16851,7 +16851,8 @@ blocks or callables with two context managers and two decorators.")
|
|||
(sha256
|
||||
(base32
|
||||
"1mxk2qyydhzncm93z08kvj5ssxq3fr2n7pkrrji28nqwvdc2ybva"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/pnpnpn/timeout-decorator")
|
||||
(synopsis "Timeout decorator")
|
||||
(description "This package provides a decorator that raises an error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue