GNU bug report logs - #59356
[PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Fri, 18 Nov 2022 11:45:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 59356 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


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: Adam Faiz <adam.faiz <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:44:41 +0800
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: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add go-github-com-k0kubun-go-ansi.
Date: Fri, 18 Nov 2022 19:47:01 +0800
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: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: Re: [PATCH 2/5] gnu: Add
 go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:49:22 +0800
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: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: [PATCH 3/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:51:24 +0800
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: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: Re: [PATCH 3/5] gnu: Add
 go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:53:16 +0800
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: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: Re: [PATCH 5/5] gnu: Add
 go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:54:42 +0800
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




This bug report was last modified 1 year and 157 days ago.

Previous Next


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