GNU bug report logs - #46431
[PATCH 2/3] gnu: Add go-github-com-shazow-rateio.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Wed, 10 Feb 2021 21:55:02 UTC

Severity: normal

Tags: patch

Merged with 46430, 46432

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Reichör <stefan <at> xsteve.at>
To: 46431 <at> debbugs.gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [bug#46431] [PATCH 2/3] gnu: Add go-github-com-shazow-rateio.
Date: Wed, 10 Feb 2021 22:54:03 +0100
* gnu/packages/golang.scm (go-github-com-shazow-rateio): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 7c0d373a8b..897a5d0d35 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1926,6 +1926,30 @@ applications as well as a program to generate applications and command files.")
       (description "Several logging packages for Go")
       (license license:expat))))
 
+(define-public go-github-com-shazow-rateio
+  (let ((commit "4461efc8bdc4508e5ec6ac78fa2ff26d062ae678")
+        (revision "0"))
+    (package
+      (name "go-github-com-shazow-rateio")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/shazow/rateio")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1isy75cmm71q18mvs6xaizgdjqnn6pllkj4yvd42brfgfj84qz0w"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/shazow/rateio"))
+      (home-page "https://github.com/shazow/rateio")
+      (synopsis "Ratelimiting for io-style interfaces in Go")
+      (description "Ratelimiting for io-style interfaces in Go")
+      (license license:expat))))
+
 (define-public go-github-com-spf13-pflag
   (package
     (name "go-github-com-spf13-pflag")
-- 
2.25.1





This bug report was last modified 34 days ago.

Previous Next


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