[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz.
From: |
guix-commits |
Subject: |
04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz. |
Date: |
Sun, 24 Nov 2024 16:48:50 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 6f9e91d35bec16f4982ba2cbadbcfcb864df144b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 18:26:33 2024 +0000
gnu: go-github-com-urfave-cli: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-urfave-cli,
go-github-com-urfave-cli-v2): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/curl.scm: Add golang-xyz module.
Change-Id: Ic6fc7a312c0c7bccb47451ec2b9500c8ab1927de
---
gnu/packages/curl.scm | 1 +
gnu/packages/golang-xyz.scm | 52 +++++++++++++++++++++++++++++++++++++++++++++
gnu/packages/golang.scm | 51 --------------------------------------------
3 files changed, 53 insertions(+), 51 deletions(-)
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index e5e3342b6d..ecc13a04e5 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -51,6 +51,7 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages golang)
#:use-module (gnu packages golang-build)
+ #:use-module (gnu packages golang-xyz)
#:use-module (gnu packages guile)
#:use-module (gnu packages kerberos)
#:use-module (gnu packages logging)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f34e6b39e4..a63799f173 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7764,6 +7764,58 @@ supported by the time package
@code{ioutil} packages that is easy to test.")
(license license:expat)))
+(define-public go-github-com-urfave-cli
+ (package
+ (name "go-github-com-urfave-cli")
+ (version "1.22.16")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/urfave/cli")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "022abbjwr3g2vbyfbdc1hg09d753hfba21b69n2nkrx168ag5ahd"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/urfave/cli"))
+ (native-inputs
+ (list go-github-com-stretchr-testify))
+ (propagated-inputs
+ (list go-github-com-go-md2man))
+ (home-page "https://github.com/urfave/cli")
+ (synopsis "Simple, fast, and fun package for building command line apps in
Go")
+ (description
+ "@command{cli} is a simple, fast, and fun package for building command
+line apps in Go. The goal is to enable developers to write fast and
+distributable command line applications in an expressive way.")
+ (license license:expat)))
+
+(define-public go-github-com-urfave-cli-v2
+ (package
+ (inherit go-github-com-urfave-cli)
+ (name "go-github-com-urfave-cli-v2")
+ (version "2.27.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/urfave/cli")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "03237hi2jqvms9cif4varyap3j1dhzcf1mr809dm7ncvzk7gxg83"))))
+ (arguments
+ (list #:import-path "github.com/urfave/cli/v2"))
+ (propagated-inputs
+ (list go-github-com-burntsushi-toml
+ go-github-com-go-md2man
+ go-github-com-xrash-smetrics
+ go-gopkg-in-yaml-v3))))
+
+
(define-public go-github-com-vitrun-qart
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")
(revision "0"))
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8be31d8f3b..a21c458a1c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4208,57 +4208,6 @@ references.")
(description "A @command{.gitignore} parser for Go.")
(license license:expat))))
-(define-public go-github-com-urfave-cli
- (package
- (name "go-github-com-urfave-cli")
- (version "1.22.16")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/urfave/cli")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "022abbjwr3g2vbyfbdc1hg09d753hfba21b69n2nkrx168ag5ahd"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/urfave/cli"))
- (native-inputs
- (list go-github-com-stretchr-testify))
- (propagated-inputs
- (list go-github-com-go-md2man))
- (home-page "https://github.com/urfave/cli")
- (synopsis "Simple, fast, and fun package for building command line apps in
Go")
- (description "@command{cli} is a simple, fast, and fun package for
-building command line apps in Go. The goal is to enable developers to write
-fast and distributable command line applications in an expressive way.")
- (license license:expat)))
-
-(define-public go-github-com-urfave-cli-v2
- (package
- (inherit go-github-com-urfave-cli)
- (name "go-github-com-urfave-cli-v2")
- (version "2.27.5")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/urfave/cli")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "03237hi2jqvms9cif4varyap3j1dhzcf1mr809dm7ncvzk7gxg83"))))
- (arguments
- '(#:import-path "github.com/urfave/cli/v2"))
- (propagated-inputs
- (list go-github-com-burntsushi-toml
- go-github-com-go-md2man
- go-github-com-xrash-smetrics
- go-gopkg-in-yaml-v3))))
-
(define-public go-github-com-go-md2man
(package
(name "go-github-com-go-md2man")
- branch go-team updated (00fda872d0 -> b9afd0ae5e), guix-commits, 2024/11/24
- 02/20: gnu: go-github-com-urfave-cli: Update to 1.22.16., guix-commits, 2024/11/24
- 05/20: gnu: go-github-com-xdg-go-scram: Update to 1.1.2., guix-commits, 2024/11/24
- 07/20: gnu: go-github-com-miolini-datacounter: Move to golang-xyz., guix-commits, 2024/11/24
- 19/20: gnu: go-github-com-gdamore-tcell: Move to golang-xyz., guix-commits, 2024/11/24
- 04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz.,
guix-commits <=
- 06/20: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/11/24
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/11/24
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/11/24