mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-tenacity: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-tenacity)[build-system]: Use pyproject-build-system. [arguments]: Remove.
This commit is contained in:
parent
46fc4c01a0
commit
77d6d5783b
1 changed files with 1 additions and 6 deletions
|
@ -1342,15 +1342,10 @@ (define-public python-tenacity
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bwkvjpjfyi9dgszzad9aww2vc00w3bczjnbifi92cp7wch2l923"))))
|
"0bwkvjpjfyi9dgszzad9aww2vc00w3bczjnbifi92cp7wch2l923"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-scm python-tornado-6 python-typeguard
|
(list python-setuptools-scm python-tornado-6 python-typeguard
|
||||||
python-pytest))
|
python-pytest))
|
||||||
(arguments
|
|
||||||
(list #:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _ (invoke "pytest" "-vv"))))))
|
|
||||||
(home-page "https://github.com/jd/tenacity")
|
(home-page "https://github.com/jd/tenacity")
|
||||||
(synopsis "Retrying library for python")
|
(synopsis "Retrying library for python")
|
||||||
(description "Tenacity is a general-purpose python library to simplify the
|
(description "Tenacity is a general-purpose python library to simplify the
|
||||||
|
|
Loading…
Reference in a new issue