GNU bug report logs -
#76835
[PATCH python-team 00/15] Some further python fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Mar 2025 18:51:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-reretry): New variable.
---
gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 540ea1b379..a12edc7ab0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7895,6 +7895,25 @@ (define-public python-repoze-lru
"This package provides a tiny LRU cache implementation and decorator.")
(license license:bsd-4)))
+(define-public python-reretry
+ (package
+ (name "python-reretry")
+ (version "0.11.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "reretry" version))
+ (sha256
+ (base32 "1qrjsjzah8gw1bciqn8bhrj80fjjg13qg8jks7qs4bjipv71yygj"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://github.com/leshchenko1979/reretry")
+ (synopsis "Python decorator for retrying on exceptions")
+ (description
+ "This provides an easy to use, but functional decorator for retrying on
+exceptions.")
+ (license license:asl2.0)))
+
(define-public python-restructuredtext-lint
(package
(name "python-restructuredtext-lint")
--
2.48.1
This bug report was last modified 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.