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:
Nicolas Graves 2025-06-17 00:56:33 +02:00 committed by Sharlatan Hellseher
parent 73e653f869
commit 7e793a4536
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -30447,11 +30447,10 @@ on regular expressions.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1kqipkbdaw5s1xg0gi29awm03vp1x8dz24pjidgxagvkvrjpzhi7"))))
(build-system python-build-system)
(propagated-inputs
(list python-six))
(base32 "1kqipkbdaw5s1xg0gi29awm03vp1x8dz24pjidgxagvkvrjpzhi7"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-six))
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/rholder/retrying")
(synopsis "Library for adding retry behavior")
(description "Retrying is a general-purpose retrying library to simplify