sharlatan pushed a commit to branch go-team
in repository guix.
commit d0a804efb021362be89d8449e56256a0de764d4f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 24 08:03:46 2025 +0000
gnu: Remove go-github-com-alecthomas-kingpin.
go-github-com-alecthomas-kingpin-v2 is a successor of this package.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kingpin): Delete
variable.
(go-gopkg-in-alecthomas-kingpin-v2): Inherit from
go-github-com-alecthomas-kingpin-v2.
Change-Id: I9225a40c5cc7a1a5510f680abff031d867fbeb34
---
gnu/packages/golang-xyz.scm | 30 +-----------------------------
1 file changed, 1 insertion(+), 29 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b0460c55f2..3e479d7da1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -900,34 +900,6 @@ strings or other files). If stdout is not a terminal,
colour formatting will
be stripped.")
(license license:expat)))
-(define-public go-github-com-alecthomas-kingpin
- (package
- (name "go-github-com-alecthomas-kingpin")
- (version "2.2.6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/alecthomas/kingpin")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/alecthomas/kingpin"))
- (native-inputs
- (list go-github-com-stretchr-testify))
- (propagated-inputs
- (list go-github-com-alecthomas-template
- go-github-com-alecthomas-units))
- (home-page "https://github.com/alecthomas/kingpin")
- (synopsis "Go library provides utilities for building command line
interfaces")
- (description
- "Go library provides utilities for building command line interfaces.")
- (license license:expat)))
-
(define-public go-github-com-alecthomas-kingpin-v2
(package
(name "go-github-com-alecthomas-kingpin-v2")
@@ -18122,7 +18094,7 @@ their ASCII approximations.")
(define-public go-gopkg-in-alecthomas-kingpin-v2
(package
- (inherit go-github-com-alecthomas-kingpin)
+ (inherit go-github-com-alecthomas-kingpin-v2)
(name "go-gopkg-in-alecthomas-kingpin-v2")
(arguments
(list