GNU bug report logs -
#46431
[PATCH 2/3] gnu: Add go-github-com-shazow-rateio.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#46431: [PATCH 2/3] gnu: Add go-github-com-shazow-rateio.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 46431 <at> debbugs.gnu.org.
--
46431: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46431
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi,
The upstream looks abandoned <https://github.com/shazow/rateio>.
Closing as not applied.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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.