[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/88: gnu: go-github-com-spf13-cast: Move to golang-xyz.
From: |
guix-commits |
Subject: |
14/88: gnu: go-github-com-spf13-cast: Move to golang-xyz. |
Date: |
Fri, 6 Dec 2024 16:17:19 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 01aaedf23aea884d2d74d4cc415c68dfe81f7fbe
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 11:31:46 2024 +0000
gnu: go-github-com-spf13-cast: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-spf13-cast): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Iba26cf7fc5c85c32b78d1ee0d9eb4e1117c62c12
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
gnu/packages/golang.scm | 24 ------------------------
2 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f4e9538ad7..9f2619f99a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7241,6 +7241,31 @@ Use waterutil with it to work with TUN/TAP
packets/frames.")
"This package provides a file system abstraction for Go.")
(license license:asl2.0)))
+(define-public go-github-com-spf13-cast
+ (package
+ (name "go-github-com-spf13-cast")
+ (version "1.7.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spf13/cast")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1l39v7zd8i8vvwls2frfxc583im5nj5x5lrdss4pcc36cd5a9vf4"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/spf13/cast"))
+ (native-inputs
+ (list go-github-com-frankban-quicktest))
+ (home-page "https://github.com/spf13/cast")
+ (synopsis "Safe and easy casting from one type to another in Go")
+ (description
+ "Safe and easy casting from one type to another in Go.")
+ (license license:expat)))
+
(define-public go-github-com-spf13-cobra
(package
(name "go-github-com-spf13-cobra")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e0434fea8c..649cc6c5f8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3178,30 +3178,6 @@ information about the resource usage and performance
characteristics of running
containers.")
(license license:asl2.0))))
-(define-public go-github-com-spf13-cast
- (package
- (name "go-github-com-spf13-cast")
- (version "1.7.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/spf13/cast")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1l39v7zd8i8vvwls2frfxc583im5nj5x5lrdss4pcc36cd5a9vf4"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/spf13/cast"))
- (native-inputs
- (list go-github-com-frankban-quicktest))
- (home-page "https://github.com/spf13/cast")
- (synopsis "Safe and easy casting from one type to another in Go")
- (description "Safe and easy casting from one type to another in Go")
- (license license:expat)))
-
(define-public go-github-com-spf13-jwalterweatherman
(package
(name "go-github-com-spf13-jwalterweatherman")
- branch go-team created (now 6f0c1a439b), guix-commits, 2024/12/06
- 06/88: gnu: go-github-com-kylelemons-godebug: Move to golang-xyz., guix-commits, 2024/12/06
- 03/88: gnu: go-github-com-russross-blackfriday: Move to golang-xyz., guix-commits, 2024/12/06
- 05/88: gnu: go-github-com-kylelemons-godebug: Improve style., guix-commits, 2024/12/06
- 01/88: gnu: Remove go-github-com-calmh-xdr., guix-commits, 2024/12/06
- 09/88: gnu: go-github-com-spf13-cast: Update to 1.7.0., guix-commits, 2024/12/06
- 10/88: gnu: go-github-com-spf13-pflag: Add a maintenance note., guix-commits, 2024/12/06
- 14/88: gnu: go-github-com-spf13-cast: Move to golang-xyz.,
guix-commits <=
- 18/88: gnu: go-github-com-spf13-viper: Move to golang-xyz., guix-commits, 2024/12/06
- 20/88: gnu: go-github-com-nxadm-tail: Move to golang-xyz., guix-commits, 2024/12/06
- 21/88: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., guix-commits, 2024/12/06
- 25/88: gnu: go-github-com-bmatcuk-doublestar-v3: Enable tests., guix-commits, 2024/12/06
- 12/88: gnu: go-github-com-spf13-afero: Move to golang-xyz., guix-commits, 2024/12/06
- 19/88: gnu: go-github-com-nxadm-tail: Update to 1.4.11., guix-commits, 2024/12/06
- 22/88: gnu: go-github-com-twpayne-go-vfs: Move to golang-xyz., guix-commits, 2024/12/06
- 32/88: gnu: packages/textutils: Remove golang module., guix-commits, 2024/12/06
- 30/88: gnu: go-github-com-olekukonko-tablewriter: Move to golang-xyz., guix-commits, 2024/12/06
- 42/88: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/12/06