[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz.
From: |
guix-commits |
Subject: |
12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz. |
Date: |
Sun, 24 Nov 2024 16:48:52 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 4ec3657bd28907703e88e79ed3a04fbfc95dbf39
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 20:30:24 2024 +0000
gnu: go-github-com-alsm-ioprogress: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I4efb488eff6d1e72acfce5b172444c1cfe5942b3
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
2 files changed, 26 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fe29a9ae93..aec68c39ff 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -828,6 +828,32 @@ newlines until a non-newline.")
"This library provides unit multipliers and functions for Go.")
(license license:expat))))
+(define-public go-github-com-alsm-ioprogress
+ (package
+ (name "go-github-com-alsm-ioprogress")
+ (version "0.0.0-20170412085706-063c3725f436")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alsm/ioprogress")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/alsm/ioprogress"))
+ (home-page "https://github.com/alsm/ioprogress")
+ (synopsis "Textual progress bars in Go")
+ (description
+ "@code{ioprogress} is a Go library with implementations of
+@code{io.Reader} and @code{io.Writer} that draws progress bars. The primary
+use case for these are for command-line applications but alternate progress
+bar writers can be supplied for alternate environments.")
+ (license license:expat)))
+
(define-public go-github-com-andreasbriese-bbloom
(package
(name "go-github-com-andreasbriese-bbloom")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e9ec19a758..a6485eeb14 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2412,30 +2412,6 @@ for speed on short messages.")
your Go binary to be later served from an http.FileSystem.")
(license license:asl2.0)))
-(define-public go-github-com-alsm-ioprogress
- (package
- (name "go-github-com-alsm-ioprogress")
- (version "0.0.0-20170412085706-063c3725f436")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/alsm/ioprogress")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/alsm/ioprogress"))
- (synopsis "Textual progress bars in Go")
- (description "@code{ioprogress} is a Go library with implementations of
-@code{io.Reader} and @code{io.Writer} that draws progress bars. The primary
use
-case for these are for command-line applications but alternate progress bar
-writers can be supplied for alternate environments.")
- (home-page "https://github.com/alsm/ioprogress")
- (license license:expat)))
-
(define-public go-github-com-gizak-termui
(package
(name "go-github-com-gizak-termui")
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package., (continued)
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/11/24
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/11/24
- 16/20: gnu: lf: Update to 33., guix-commits, 2024/11/24
- 12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz.,
guix-commits <=
- 15/20: gnu: Add go-github-com-xuanwo-go-locale., guix-commits, 2024/11/24
- 14/20: gnu: packages/curl: Remove golang module., guix-commits, 2024/11/24
- 17/20: gnu: go-github-com-gdamore-tcell: Update to 1.4.0., guix-commits, 2024/11/24