GNU bug report logs - #62078
[PATCH] gnu: Add python-redo.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Thu, 9 Mar 2023 16:48:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "jgart" <jgart <at> dismail.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62078: closed ([PATCH] gnu: Add python-redo.)
Date: Wed, 12 Jul 2023 06:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Jul 2023 06:24:41 +0000
with message-id <b9b48f09eca9bbff1f0def2ab447adfa <at> dismail.de>
and subject line [PATCH] gnu: Add python-redo.
has caused the debbugs.gnu.org bug report #62078,
regarding [PATCH] gnu: Add python-redo.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62078: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62078
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-redo.
Date: Fri, 10 Mar 2023 00:47:36 +0800
From f22e04ade259930dc3c3e282d044b7b8b6b1f774 Mon Sep 17 00:00:00 2001
Message-Id: <f22e04ade259930dc3c3e282d044b7b8b6b1f774.1678379861.git.adam.faiz <at> disroot.org>
In-Reply-To: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678379861.git.adam.faiz <at> disroot.org>
References: <f788ce8ebc205a6e05bcc270865d793d94bf51e9.1678379861.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Thu, 9 Mar 2023 21:59:48 +0800
Subject: [PATCH] gnu: Add python-redo.

* gnu/packages/python-xyz.scm (python-redo): New variable.
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4bacd86432..d4f0a83a5d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3595,6 +3595,23 @@ (define-public python-miniupnpc
     (home-page "http://miniupnp.free.fr")
     (license license:bsd-3)))
 
+(define-public python-redo
+  (package
+    (name "python-redo")
+    (version "2.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "redo" version))
+              (sha256
+               (base32
+                "0hx0yyl2mz13v513vyjc3h9lbkkxhyh6bswich73p18w0ianj1l1"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/mozilla-releng/redo")
+    (synopsis "Utilities to retry Python callables")
+    (description "Redo provides various means to add seamless ability to
+retry to any Python callable.")
+    (license license:mpl2.0)))
+
 (define-public python-py
   (package
     (name "python-py")
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: "jgart" <jgart <at> dismail.de>
To: 62078-done <at> debbugs.gnu.org, adam.faiz <at> disroot.org
Cc: control <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-redo.
Date: Wed, 12 Jul 2023 06:24:41 +0000
Hi Adam,

Thanks for the patch. APPLIED.

all best,

jgart


This bug report was last modified 1 year and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.