Archived
1
0
Fork 0

gnu: Rename go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful.

* gnu/packages/golang.scm (go-golang-org-colorful): Deprecate and rename to...
(go-github-com-lucasb-eyer-go-colorful): ...this.
(go-github-com-gdamore-tcell)[inputs]: Rename go-golang-org-colorful to
go-github-com-lucasb-eyer-go-colorful.
(go-github-com-muesli-termenv)[inputs]: Likewise.
(go-github-com-charmbracelet-glamour)[inputs]: Likewise.
(go-github-com-charmbracelet-bubbletea)[inputs]: Likewise.
* gnu/packages/configuration-management.scm (chezmoi)[native-inputs]: Rename
go-golang-org-colorful to go-github-com-lucasb-eyer-go-colorful.
* gnu/packages/image-viewers.scm (pixterm)[inputs]: Likewise.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
This commit is contained in:
(unmatched-parenthesis 2022-10-21 22:11:04 +01:00 committed by Raghav Gururajan
parent 35cbf0c04a
commit ae90aaa60c
No known key found for this signature in database
GPG key ID: 5F5816647F8BE551
3 changed files with 24 additions and 17 deletions

View file

@ -76,7 +76,7 @@
go-github-com-muesli-reflow-padding go-github-com-muesli-reflow-padding
go-github-com-muesli-termenv go-github-com-muesli-termenv
go-github-com-google-goterm go-github-com-google-goterm
go-golang-org-colorful go-github-com-lucasb-eyer-go-colorful
go-github-com-mattn-go-isatty go-github-com-mattn-go-isatty
go-github.com-mattn-go-runewidth go-github.com-mattn-go-runewidth
go-github-com-olekukonko-tablewriter go-github-com-olekukonko-tablewriter

View file

@ -5894,9 +5894,9 @@ without requiring a real database connection.")
golang's database/sql package.") golang's database/sql package.")
(license license:mpl2.0))) (license license:mpl2.0)))
(define-public go-golang-org-colorful (define-public go-github-com-lucasb-eyer-go-colorful
(package (package
(name "go-golang-org-colorful") (name "go-github-com-lucasb-eyer-go-colorful")
(version "1.2.0") (version "1.2.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -5908,17 +5908,20 @@ golang's database/sql package.")
(base32 (base32
"08c3fkf27r16izjjd4w94xd1z7w1r4mdalbl53ms2ka2j465s3qs")))) "08c3fkf27r16izjjd4w94xd1z7w1r4mdalbl53ms2ka2j465s3qs"))))
(build-system go-build-system) (build-system go-build-system)
(propagated-inputs (list go-golang-org-x-image))
(arguments (arguments
'(#:import-path "github.com/lucasb-eyer/go-colorful")) (list #:import-path "github.com/lucasb-eyer/go-colorful"))
(native-inputs
(list go-golang-org-sql-mock))
(synopsis "Convert between colorspaces and generate colors")
(description "This package implements Go's @code{color.Color} interface
and provides a means of converting colors stored as RGB to various
colorspaces.")
(home-page "https://github.com/lucasb-eyer/go-colorful") (home-page "https://github.com/lucasb-eyer/go-colorful")
(synopsis "Library for playing with colors in Go")
(description
"The colorful package provides a library for using colors in Go.
It stores colors in RGB and provides methods for converting these to
various color spaces.")
(license license:expat))) (license license:expat)))
(define-public go-golang-org-colorful
(deprecated-package "go-golang-org-colorful" go-github-com-lucasb-eyer-go-colorful))
(define-public go-github-com-gdamore-encoding (define-public go-github-com-gdamore-encoding
(package (package
(name "go-github-com-gdamore-encoding") (name "go-github-com-gdamore-encoding")
@ -5966,8 +5969,10 @@ non-UTF-friendly sources.")
(arguments (arguments
`(#:import-path "github.com/gdamore/tcell")) `(#:import-path "github.com/gdamore/tcell"))
(inputs (inputs
(list go-github.com-mattn-go-runewidth go-golang-org-colorful (list go-github.com-mattn-go-runewidth
go-golang-org-x-text go-github-com-gdamore-encoding)) go-github-com-lucasb-eyer-go-colorful
go-golang-org-x-text
go-github-com-gdamore-encoding))
(home-page "https://github.com/gdamore/tcell") (home-page "https://github.com/gdamore/tcell")
(synopsis "Provide a cell-based view for text terminals") (synopsis "Provide a cell-based view for text terminals")
(description "This package includes a full parser and expander for (description "This package includes a full parser and expander for
@ -7716,8 +7721,10 @@ io.Writers helping you to transform blocks of text.")
(arguments (arguments
`(#:import-path "github.com/muesli/termenv")) `(#:import-path "github.com/muesli/termenv"))
(native-inputs (native-inputs
(list go-github-com-google-goterm go-golang-org-colorful (list go-github-com-google-goterm
go-github-com-mattn-go-isatty go-github.com-mattn-go-runewidth)) go-github-com-lucasb-eyer-go-colorful
go-github-com-mattn-go-isatty
go-github.com-mattn-go-runewidth))
(home-page "https://github.com/muesli/termenv/") (home-page "https://github.com/muesli/termenv/")
(synopsis "Advanced styling options on the terminal") (synopsis "Advanced styling options on the terminal")
(description "termenv lets you safely use advanced styling options on the (description "termenv lets you safely use advanced styling options on the
@ -7846,7 +7853,7 @@ which produce colorized output using github.com/fatih/color.")
go-github.com-mattn-go-runewidth go-github.com-mattn-go-runewidth
go-github-com-muesli-termenv go-github-com-muesli-termenv
go-github-com-google-goterm go-github-com-google-goterm
go-golang-org-colorful go-github-com-lucasb-eyer-go-colorful
go-github-com-mattn-go-isatty go-github-com-mattn-go-isatty
go-github-com-olekukonko-tablewriter go-github-com-olekukonko-tablewriter
go-github-com-yuin-goldmark go-github-com-yuin-goldmark
@ -9693,7 +9700,7 @@ string.")
("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth) ("github.com/mattn/go-runewidth" ,go-github.com-mattn-go-runewidth)
("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent) ("go-github-com-muesli-reflow-indent" ,go-github-com-muesli-reflow-indent)
("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi) ("go-github-com-muesli-reflow-ansi" ,go-github-com-muesli-reflow-ansi)
("go-golang-org-colorful" ,go-golang-org-colorful) ("go-github-com-lucasb-eyer-go-colorful" ,go-github-com-lucasb-eyer-go-colorful)
("github.com/containerd/console" ,go-github-com-containerd-console) ("github.com/containerd/console" ,go-github-com-containerd-console)
("go-github-com-muesli-reflow-truncate" ,go-github-com-muesli-reflow-truncate) ("go-github-com-muesli-reflow-truncate" ,go-github-com-muesli-reflow-truncate)
("go-golang-org-x-crypto" ,go-golang-org-x-crypto) ("go-golang-org-x-crypto" ,go-golang-org-x-crypto)

View file

@ -532,7 +532,7 @@ It supports JPEG, PNG and GIF formats.")
'(#:import-path "github.com/eliukblau/pixterm/cmd/pixterm" '(#:import-path "github.com/eliukblau/pixterm/cmd/pixterm"
#:unpack-path "github.com/eliukblau/pixterm")) #:unpack-path "github.com/eliukblau/pixterm"))
(inputs (list go-github-com-disintegration-imaging (inputs (list go-github-com-disintegration-imaging
go-golang-org-colorful go-github-com-lucasb-eyer-go-colorful
go-golang-org-x-crypto go-golang-org-x-crypto
go-golang-org-x-image)) go-golang-org-x-image))
(home-page "https://github.com/eliukblau/pixterm") (home-page "https://github.com/eliukblau/pixterm")