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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46431 in the body.
You can then email your comments to 46431 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#46431
; Package
guix-patches
.
(Wed, 10 Feb 2021 21:55:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 10 Feb 2021 21:55:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Merged 46431 46432.
Request was from
zimoun <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 20 Sep 2021 11:54:02 GMT)
Full text and
rfc822 format available.
Merged 46430 46431 46432.
Request was from
zimoun <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 20 Sep 2021 11:54:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Wed, 16 Apr 2025 11:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
bug acknowledged by developer.
(Wed, 16 Apr 2025 11:33:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 46431-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
The upstream looks abandoned <https://github.com/shazow/rateio>.
Closing as not applied.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Wed, 16 Apr 2025 11:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
bug acknowledged by developer.
(Wed, 16 Apr 2025 11:33:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Wed, 16 Apr 2025 11:33:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Stefan Reichör <stefan <at> xsteve.at>
:
bug acknowledged by developer.
(Wed, 16 Apr 2025 11:33:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 15 May 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.