[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/32: gnu: go-github-com-spf13-cast: Move to golang-xyz.
From: |
guix-commits |
Subject: |
14/32: gnu: go-github-com-spf13-cast: Move to golang-xyz. |
Date: |
Sun, 24 Nov 2024 07:50:52 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 6925e5af101873a2135d0720e2853d404dfc68db
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 fc17222cbe..eb5185f72f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6898,6 +6898,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 9eef14efad..9ef6bb1349 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 00fda872d0), guix-commits, 2024/11/24
- 01/32: gnu: Remove go-github-com-calmh-xdr., guix-commits, 2024/11/24
- 07/32: gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4., guix-commits, 2024/11/24
- 05/32: gnu: go-github-com-kylelemons-godebug: Improve style., guix-commits, 2024/11/24
- 06/32: gnu: go-github-com-kylelemons-godebug: Move to golang-xyz., guix-commits, 2024/11/24
- 11/32: gnu: go-github-com-spf13-viper: Update to 1.8.1., guix-commits, 2024/11/24
- 08/32: gnu: go-github-com-spf13-afero: Update to 1.6.0., guix-commits, 2024/11/24
- 09/32: gnu: go-github-com-spf13-cast: Update to 1.7.0., guix-commits, 2024/11/24
- 14/32: gnu: go-github-com-spf13-cast: Move to golang-xyz.,
guix-commits <=
- 17/32: gnu: go-github-com-spf13-pflag: Move to golang-xyz., guix-commits, 2024/11/24
- 19/32: gnu: go-github-com-nxadm-tail: Update to 1.4.11., guix-commits, 2024/11/24
- 32/32: gnu: packages/textutils: Remove golang module., guix-commits, 2024/11/24
- 13/32: gnu: go-github-com-spf13-afero: Run all tests., guix-commits, 2024/11/24
- 02/32: gnu: Remove go-github-com-dustin-gojson., guix-commits, 2024/11/24
- 10/32: gnu: go-github-com-spf13-pflag: Add a maintenance note., guix-commits, 2024/11/24
- 12/32: gnu: go-github-com-spf13-afero: Move to golang-xyz., guix-commits, 2024/11/24
- 20/32: gnu: go-github-com-nxadm-tail: Move to golang-xyz., guix-commits, 2024/11/24
- 21/32: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., guix-commits, 2024/11/24
- 22/32: gnu: go-github-com-twpayne-go-vfs: Move to golang-xyz., guix-commits, 2024/11/24