all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 69654@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#69654] [PATCH 2/3] gnu: Add go-github-com-jbenet-go-temp-err-catcher.
Date: Fri,  8 Mar 2024 21:23:26 +0300	[thread overview]
Message-ID: <55a8d1f5c009cb85b432735a0c228eb49b2eff55.1709921226.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1709921226.git.poptsov.artyom@gmail.com>

* gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-temp-err-catcher): New
  variable.

Change-Id: Ic92f036cb9f45a8f55872a218aa42e18716cc2b9
---
 gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7e71dca14c..979e964a03 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -987,6 +987,29 @@ (define-public go-github-com-hhrutter-tiff
 @end itemize")
     (license license:bsd-3)))
 
+(define-public go-github-com-jbenet-go-temp-err-catcher
+  (package
+    (name "go-github-com-jbenet-go-temp-err-catcher")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jbenet/go-temp-err-catcher")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0n482jhh6jwq43jj21xkq8grqzx78hjh7f44p0q3n01zp1dsh97r"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/jbenet/go-temp-err-catcher"))
+    (home-page "https://github.com/jbenet/go-temp-err-catcher")
+    (synopsis "Error handling helper library")
+    (description "Package @code{temperrcatcher} provides a @code{TempErrCatcher}
+object, which implements simple error-retrying functionality.")
+    (license license:expat)))
+
 (define-public go-github-com-jbenet-goprocess
   (package
     (name "go-github-com-jbenet-goprocess")
-- 
2.41.0





  parent reply	other threads:[~2024-03-08 18:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 18:20 [bug#69654] [PATCH 0/3] Add go-github-com-jbenet packages Artyom V. Poptsov
2024-03-08 18:23 ` [bug#69654] [PATCH 1/3] gnu: Add go-github-com-jbenet-goprocess Artyom V. Poptsov
2024-03-08 18:23 ` Artyom V. Poptsov [this message]
2024-03-08 18:23 ` [bug#69654] [PATCH 3/3] gnu: Add go-github-com-jbenet-go-random Artyom V. Poptsov
2024-03-17  0:13 ` bug#69654: [PATCH 0/3] Add go-github-com-jbenet packages Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55a8d1f5c009cb85b432735a0c228eb49b2eff55.1709921226.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=69654@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.