mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-retrying: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-retrying) [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I73881fcb944e49309c491916e08a9874552f0ca9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
73e653f869
commit
7e793a4536
1 changed files with 4 additions and 5 deletions
|
@ -30447,11 +30447,10 @@ on regular expressions.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1kqipkbdaw5s1xg0gi29awm03vp1x8dz24pjidgxagvkvrjpzhi7"))))
|
||||||
"1kqipkbdaw5s1xg0gi29awm03vp1x8dz24pjidgxagvkvrjpzhi7"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(propagated-inputs (list python-six))
|
||||||
(propagated-inputs
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(list python-six))
|
|
||||||
(home-page "https://github.com/rholder/retrying")
|
(home-page "https://github.com/rholder/retrying")
|
||||||
(synopsis "Library for adding retry behavior")
|
(synopsis "Library for adding retry behavior")
|
||||||
(description "Retrying is a general-purpose retrying library to simplify
|
(description "Retrying is a general-purpose retrying library to simplify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue