GNU bug report logs -
#59356
[PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 11:45:02 UTC
Severity: normal
Tags: patch
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 59356 in the body.
You can then email your comments to 59356 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#59356
; Package
guix-patches
.
(Fri, 18 Nov 2022 11:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Adam Faiz <adam.faiz <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 18 Nov 2022 11:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 66d7d381f376168c385b2e8808e50e3b7f8b17d7 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 19:36:24 +0800
Subject: [PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
*** BLURB HERE ***
AwesomeAdam54321 (1):
gnu: Add go-github-com-makeworld-the-better-one-gemget.
gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59356
; Package
guix-patches
.
(Fri, 18 Nov 2022 11:48:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 59356 <at> debbugs.gnu.org (full text, mbox):
From 2a2bca6bb46620ed85f1da5b920418f935dbbd4a Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 08:58:08 +0800
Subject: [PATCH] gnu: Add go-github-com-k0kubun-go-ansi.
* gnu/packages/golang.scm (go-github-com-k0kubun-go-ansi): New variable.
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b3df51ed5f..062af7a8e0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1193,6 +1193,28 @@ (define-public go-github-com-kataras-pio
terminals.")
(license license:bsd-3)))
+(define-public go-github-com-k0kubun-go-ansi
+ (package
+ (name "go-github-com-k0kubun-go-ansi")
+ (version "0.0.0-20180517002512-3bf9e2903213")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/k0kubun/go-ansi")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "117afax4l268rbswf02icbgxncmd1pk2abkz7cv26iyszi8l26dq"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/k0kubun/go-ansi"))
+ (home-page "https://github.com/k0kubun/go-ansi")
+ (synopsis "Windows-portable ANSI escape sequence utility for Go
language")
+ (description
+ "Go-ANSI converts ANSI escape sequences to Windows API calls on
Windows environment.")
+ (license license:expat)))
+
(define-public go-github-com-kortschak-utter
(package
(name "go-github-com-kortschak-utter")
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59356
; Package
guix-patches
.
(Fri, 18 Nov 2022 11:50:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 59356 <at> debbugs.gnu.org (full text, mbox):
From fa36cef177596c302a35c4a7cbad04ac26ba08c7 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 09:02:06 +0800
Subject: [PATCH] gnu: Add go-github-com-mitchellh-colorstring.
* gnu/packages/golang.scm (go-github-com-mitchellh-colorstring): New
variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 062af7a8e0..71aa2ec972 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5330,6 +5330,29 @@ (define-public go-github-com-mitchellh-reflectwalk
unknown structures such as those decoded from JSON.")
(license license:expat)))
+(define-public go-github-com-mitchellh-colorstring
+ (package
+ (name "go-github-com-mitchellh-colorstring")
+ (version "0.0.0-20190213212951-d06e56a500db")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mitchellh/colorstring")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1d2mi5ziszfzdgaz8dg4b6sxa63nw1jnsvffacqxky6yz9m623kn"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/mitchellh/colorstring"))
+ (home-page "https://github.com/mitchellh/colorstring")
+ (synopsis "Go (golang) library for colorizing strings for terminal
output")
+ (description
+ "colorstring is a Go library for outputting colored strings to a
console
+using a simple inline syntax in your string to specify the color to
print as.")
+ (license license:expat)))
+
(define-public go-github-com-mitchellh-copystructure
(package
(name "go-github-com-mitchellh-copystructure")
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59356
; Package
guix-patches
.
(Fri, 18 Nov 2022 11:52:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 59356 <at> debbugs.gnu.org (full text, mbox):
From d2b2741b0b800e1371b53d0f0a72cd69a35838ab Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 09:03:42 +0800
Subject: [PATCH] gnu: Add go-github-com-schollz-progressbar.
* gnu/packages/golang.scm (go-github-com-schollz-progressbar): New variable.
---
gnu/packages/golang.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 71aa2ec972..c988b50574 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1287,6 +1287,41 @@ (define-public go-github-com-schachmat-ingo
configuration file.")
(license license:isc)))
+(define-public go-github-com-schollz-progressbar
+ (package
+ (name "go-github-com-schollz-progressbar")
+ (version "3.12.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/schollz/progressbar")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xf6vrrvimrhb6hrkcax0ig6f0zy3skiapxjhfqc1n0lmvbxwqyf"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:tests? #f ;TestReaderToBuffer panic: runtime error:
+ ;invalid memory address or nil pointer
dereference [recovered]
+ #:import-path "github.com/schollz/progressbar/v3"))
+ (propagated-inputs
+ (list go-golang-org-x-term
+ go-golang-org-x-sys
+ go-github-com-stretchr-testify
+ go-github-com-rivo-uniseg
+ go-github-com-mitchellh-colorstring
+ go-github-com-mattn-go-runewidth
+ go-github-com-mattn-go-isatty
+ go-github-com-k0kubun-go-ansi
+ go-github-com-davecgh-go-spew))
+ (home-page "https://github.com/schollz/progressbar")
+ (synopsis "Basic thread-safe progress bar for Golang applications")
+ (description
+ "schollz-progressbar provides a very simple thread-safe progress
bar which should work
+on every OS without problems.")
+ (license license:expat)))
+
(define-public go-github-com-savsgio-gotils
(let ((commit "52f3993e8d6d2629f18e7b7383b7f54a3d3f1d1f")
(revision "0"))
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59356
; Package
guix-patches
.
(Fri, 18 Nov 2022 11:54:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 59356 <at> debbugs.gnu.org (full text, mbox):
From 55e469d785c75f85898ce2f413ff5e61b89e1354 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 09:15:48 +0800
Subject: [PATCH] gnu: Add
go-github-com-makeworld-the-better-one-go-gemini.
* gnu/packages/golang.scm
(go-github-com-makeworld-the-better-one-go-gemini): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c988b50574..97c73abd9f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8009,6 +8009,32 @@ (define-public go-gopkg-in-warnings
errors (warnings).")
(license license:bsd-2)))
+(define-public go-github-com-makeworld-the-better-one-go-gemini
+ (package
+ (name "go-github-com-makeworld-the-better-one-go-gemini")
+ (version "0.13.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/makeworld-the-better-one/go-gemini")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vywbn8sh2spqa35zpk9jkkqaipm915nfb9l1v78pjfman61m6v0"))))
+ (build-system go-build-system)
+ (inputs
+ (list go-github-com-google-go-cmp-cmp
+ go-golang-org-x-net go-golang-org-x-text))
+ (arguments
+ (list #:import-path "github.com/makeworld-the-better-one/go-gemini"))
+ (synopsis "Client library for the Gemini protocol, in Go")
+ (description
+ "go-gemini is a library that provides an easy interface to create
clients
+that speak the Gemini protocol.")
+ (home-page "https://github.com/makeworld-the-better-one/go-gemini")
+ (license license:isc)))
+
(define-public go-github-com-go-git-gcfg
(package
(name "go-github-com-go-git-gcfg")
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59356
; Package
guix-patches
.
(Fri, 18 Nov 2022 11:55:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 59356 <at> debbugs.gnu.org (full text, mbox):
From 66d7d381f376168c385b2e8808e50e3b7f8b17d7 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 09:17:41 +0800
Subject: [PATCH] gnu: Add go-github-com-makeworld-the-better-one-gemget.
* gnu/packages/web.scm (go-github-com-makeworld-the-better-one-gemget):
New variable.
---
gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d2c406915c..b1762ee9f3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7400,6 +7400,36 @@ (define-public perl-html-tidy
in Perl but is not nearly as capable as @code{HTML::Tidy}.")
(license license:artistic2.0)))
+(define-public go-github-com-makeworld-the-better-one-gemget
+ (package
+ (name "go-github-com-makeworld-the-better-one-gemget")
+ (version "1.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/makeworld-the-better-one/gemget")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ma07wlki4pgmw19yk4dzyxa6blk8ciz3wb46ipbfz7k361lhsry"))))
+ (build-system go-build-system)
+ (inputs
+ (list go-github-com-dustin-go-humanize
+ go-github-com-spf13-pflag
+ go-github-com-makeworld-the-better-one-go-gemini
+ go-golang-org-x-net
+ go-golang-org-x-text
+ go-github-com-schollz-progressbar))
+ (arguments
+ (list #:import-path "github.com/makeworld-the-better-one/gemget"))
+ (synopsis "Command line downloader for the Gemini protocol")
+ (description
+ "Gemget is a command line downloader for the Gemini protocol.
+It works well with streams and can print headers for debugging as well.")
+ (home-page "https://github.com/makeworld-the-better-one/gemget")
+ (license license:expat)))
+
(define-public geomyidae
(package
(name "geomyidae")
--
2.38.0
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Sun, 23 Jun 2024 20:07:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Adam Faiz <adam.faiz <at> disroot.org>
:
bug acknowledged by developer.
(Sun, 23 Jun 2024 20:07:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 59356-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Pushed as f9e9c6fac0..12e6ad0816 to master with some modifications:
- patches [4/5]
- [X] [PATCH] gnu: Add go-github-com-k0kubun-go-ansi.
- Was present
- [ ] Re: [PATCH 2/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
go-github-com-mitchellh-colorstring
- Was present
- [X] [PATCH 3/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
- go-github-com-schollz-progressbar
- Was present
- [X] [PATCH] gnu: Add go-github-com-makeworld-the-better-one-go-gemini.
- Move go golang-web
- Fix lint warning
- Update to v0.13.1
- [X] Re: [PATCH 5/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
- go-github-com-makeworld-the-better-one-gemget
- Update to 1.9.0
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 22 Jul 2024 11:24:22 GMT)
Full text and
rfc822 format available.
This bug report was last modified 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.