[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
349/401: gnu: go-github-com-gizak-termui-v3: Move to golang-xyz.
From: |
guix-commits |
Subject: |
349/401: gnu: go-github-com-gizak-termui-v3: Move to golang-xyz. |
Date: |
Thu, 26 Dec 2024 19:31:24 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 3eb4859f3e82495ce844afd702fee3eb57c6dfb7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 24 11:56:38 2024 +0000
gnu: go-github-com-gizak-termui-v3: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-gizak-termui-v3): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I890a7ab5d8fc2089acc290c95806d2e6e98e2ff7
---
gnu/packages/golang-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
gnu/packages/golang.scm | 33 ---------------------------------
2 files changed, 36 insertions(+), 33 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5210c2b68b..b9a079e3a0 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3887,6 +3887,42 @@ also favors portability, and includes support for all
POSIX systems.")
(modify-inputs (package-inputs go-github-com-gdamore-tcell)
(prepend go-golang-org-x-term go-golang-org-x-sys))))))
+(define-public go-github-com-gizak-termui-v3
+ (package
+ (name "go-github-com-gizak-termui-v3")
+ (version "3.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gizak/termui")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1v3k8l5p95kb1v297ra5mw9sxdd59y82y6ibjzya5ma2pry6k5cn"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/gizak/termui/v3"
+ #:unpack-path "github.com/gizak/termui"))
+ (propagated-inputs
+ (list go-github-com-mattn-go-runewidth
+ go-github-com-mitchellh-go-wordwrap
+ go-github.com-nsf-termbox-go))
+ (home-page "https://github.com/gizak/termui")
+ (synopsis "Terminal dashboard widget Go library")
+ (description
+ "The termui Go library draws customizable dashboard widgets in a text
+terminal. It includes several common widgets: lists, trees, tables and tabs,
+but also more complex items such as (stacked) bar and pie charts, scatter
+plots, gauges, and even images and a canvas for drawing `high resolution'
+braille dots.
+
+You can also easily create new custom widgets. Widgets can be coloured and
+styled and positioned absolutely or relatively. They respond to keyboard,
+mouse, and terminal resizing events.")
+ (license license:expat)))
+
(define-public go-github-com-go-errors-errors
(package
(name "go-github-com-go-errors-errors")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a26fba3aa3..dd6669302b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2287,39 +2287,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-gizak-termui-v3
- (package
- (name "go-github-com-gizak-termui-v3")
- (version "3.1.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gizak/termui")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1v3k8l5p95kb1v297ra5mw9sxdd59y82y6ibjzya5ma2pry6k5cn"))))
- (build-system go-build-system)
- (arguments
- '(#:unpack-path "github.com/gizak/termui"
- #:import-path "github.com/gizak/termui/v3"))
- (propagated-inputs
- (list go-github-com-mattn-go-runewidth
- go-github-com-mitchellh-go-wordwrap go-github.com-nsf-termbox-go))
- (home-page "https://github.com/gizak/termui")
- (synopsis "Terminal dashboard widget Go library")
- (description
- "The termui Go library draws customizable dashboard widgets in a text
-terminal. It includes several common widgets: lists, trees, tables and tabs,
-but also more complex items such as (stacked) bar and pie charts, scatter
plots,
-gauges, and even images and a canvas for drawing `high resolution' braille
dots.
-
-You can also easily create new custom widgets. Widgets can be coloured and
-styled and positioned absolutely or relatively. They respond to keyboard,
-mouse, and terminal resizing events.")
- (license license:expat)))
-
(define-public go-github-com-golangplus-fmt
(package
(name "go-github-com-golangplus-fmt")
- 312/401: gnu: go-github-com-hebcal-hebcal-go: Update to 0.9.31., (continued)
- 312/401: gnu: go-github-com-hebcal-hebcal-go: Update to 0.9.31., guix-commits, 2024/12/26
- 344/401: gnu: go-github-com-skratchdot-open-golang: Move to golang-xyz., guix-commits, 2024/12/26
- 327/401: gnu: go-github-com-bits-and-blooms-bitset: Update to 1.20.0., guix-commits, 2024/12/26
- 328/401: gnu: Add go-github-com-gaissmai-bart., guix-commits, 2024/12/26
- 339/401: gnu: go-github-com-quic-go-webtransport-go: Fix tests., guix-commits, 2024/12/26
- 323/401: gnu: go-github-com-jbenet-go-context: Enable tests., guix-commits, 2024/12/26
- 353/401: gnu: packages/time: Remove golang module., guix-commits, 2024/12/26
- 361/401: gnu: go-gopkg-in-yaml-v3: Move to golang-xyz., guix-commits, 2024/12/26
- 359/401: gnu: go-github-com-warpfork-go-wish: Fix tests., guix-commits, 2024/12/26
- 351/401: gnu: go-github-com-charmbracelet-bubbletea: Move to golang-xyz., guix-commits, 2024/12/26
- 349/401: gnu: go-github-com-gizak-termui-v3: Move to golang-xyz.,
guix-commits <=
- 384/401: gnu: Add go-github-com-gofiber-fiber-v2., guix-commits, 2024/12/26
- 385/401: gnu: Add go-github-com-gobwas-pool., guix-commits, 2024/12/26
- 372/401: gnu: Add go-jose-util., guix-commits, 2024/12/26
- 376/401: gnu: Add go-github-com-knz-go-libedit., guix-commits, 2024/12/26
- 381/401: gnu: Add go-github-com-bytedance-sonic., guix-commits, 2024/12/26
- 386/401: gnu: Add go-github-com-gobwas-httphead., guix-commits, 2024/12/26
- 73/401: gnu: Add go-github-com-buildkite-shellwords., guix-commits, 2024/12/26
- 135/401: gnu: Add go-github-com-cockroachdb-apd., guix-commits, 2024/12/26
- 392/401: gnu: Add go-fxlint., guix-commits, 2024/12/26
- 148/401: gnu: Add go-github-com-viant-toolbox., guix-commits, 2024/12/26