mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-reretry: Fix tests.
* gnu/packages/python-xyz.scm (python-reretry) [source]: Switch to git-fetch. [native-inputs]: Add python-pytest, python-pytest-asyncio. Remove python-setuptools. Change-Id: I559f5d00d8093fd468a308f3b8588a75c0f75161 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7c156003e8
commit
7c0206ad81
1 changed files with 8 additions and 4 deletions
|
@ -8938,12 +8938,16 @@ Microsoft Word (.docx) documents.")
|
|||
(version "0.11.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "reretry" version))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/leshchenko1979/reretry")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qrjsjzah8gw1bciqn8bhrj80fjjg13qg8jks7qs4bjipv71yygj"))))
|
||||
(base32 "15c6275mcrkrq3zs0gyx06gr3xsg9ldrpyknfy4mbypgwjy6fp38"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs
|
||||
(list python-pytest python-pytest-asyncio python-setuptools))
|
||||
(home-page "https://github.com/leshchenko1979/reretry")
|
||||
(synopsis "Functional decorator for retrying on exceptions")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue