GNU bug report logs -
#31625
[PATCH 1/6] gnu: Add go-github-com-urfave-cli.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31625 in the body.
You can then email your comments to 31625 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#31625
; Package
guix-patches
.
(Mon, 28 May 2018 15:01:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 28 May 2018 15:01:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-urfave-cli): New variable.
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ba180d1b3..e7fcfa379 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1472,3 +1472,30 @@ Features include:
(description "This package is atomic boolean library for Go code,
optimized for performance yet simple to use.")
(license license:expat))))
+
+(define-public go-github-com-urfave-cli
+ (let ((commit "cfb38830724cc34fedffe9a2a29fb54fa9169cd1")
+ (revision "0"))
+ (package
+ (name "go-github-com-urfave-cli")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/urfave/cli.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0y6f4sbzkiiwrxbl15biivj8c7qwxnvm3zl2dd3mw4wzg4x10ygj"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/urfave/cli"))
+ (home-page "https://github.com/urfave/cli")
+ (synopsis "This package is library for building command line apps in
+Go")
+ (description "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))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31625
; Package
guix-patches
.
(Mon, 28 May 2018 15:03:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 31625 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-blang-semver): New variable.
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e7fcfa379..d232e3040 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1499,3 +1499,30 @@ Go")
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-blang-semver
+ (let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
+ (revision "0"))
+ (package
+ (name "go-github-com-blang-semver")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blang/semver.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "19pli07y5592g4dyjyj0jq5rn548vc3fz0qg3624vm1j5828p1c2"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/blang/semver"))
+ (home-page "https://github.com/blang/semver")
+ (synopsis "This package is a Semantic Versioning library written in
+golang")
+ (description "Semver is library form Semantic Versioning in written
+golang.")
+ (license license:expat))))
+
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31625
; Package
guix-patches
.
(Mon, 28 May 2018 15:03:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 31625 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d232e3040..ee460c030 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1526,3 +1526,27 @@ golang")
golang.")
(license license:expat))))
+(define-public go-github-com-emicklei-go-restful
+ (let ((commit "89ef8af493ab468a45a42bb0d89a06fccdd2fb22")
+ (revision "0"))
+ (package
+ (name "go-github-com-emicklei-go-restful")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emicklei/go-restful.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0rrlfcfq80fkxifpih6bq31vavb5mf4530xz51pp9pq1mn2fzjfh"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/emicklei/go-restful"))
+ (home-page "https://github.com/emicklei/go-restful")
+ (synopsis "Package for building rest-style web services using Golang")
+ (description "Rest asks developpers to use @code{http} methods
+explicitly and in a way that's consistent with the protocol definition.")
+ (license license:expat))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31625
; Package
guix-patches
.
(Mon, 28 May 2018 15:04:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 31625 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-google-cadvisor): New varaible.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ee460c030..81a494584 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1550,3 +1550,29 @@ golang.")
(description "Rest asks developpers to use @code{http} methods
explicitly and in a way that's consistent with the protocol definition.")
(license license:expat))))
+
+(define-public go-github-com-google-cadvisor
+ (let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")
+ (revision "0"))
+ (package
+ (name "go-github-com-google-cadvisor")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/cadvisor.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1w8p345z5j0gk3yiq5ah0znd5lfh348p2s624k5r10drz04p3f55"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/cadvisor"))
+ (home-page "https://github.com/google/cadvisor")
+ (synopsis "This package is resource usage analyzes for running
+containers")
+ (description "Cadvisor provides information about the resource usage and
+preformance characteristics of running contrainers.")
+ (license license:asl2.0))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31625
; Package
guix-patches
.
(Mon, 28 May 2018 15:04:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 31625 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-google-gofuzz): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 81a494584..6ace45890 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1576,3 +1576,28 @@ containers")
(description "Cadvisor provides information about the resource usage and
preformance characteristics of running contrainers.")
(license license:asl2.0))))
+
+(define-public go-github-com-google-gofuzz
+ (let ((commit "fd52762d25a41827db7ef64c43756fd4b9f7e382")
+ (revision "0"))
+ (package
+ (name "go-github-com-google-gofuzz")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/gofuzz.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1yxmmr73h0lq7ryf3q9a7pcm2x5xrg4d5bxkq8n5pxwxwyq26kw8"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/gofuzz"))
+ (home-page "https://github.com/google/gofuzz")
+ (synopsis "This package is fuzz testing library for go")
+ (description "Gofuzz is a library for populationg go objects with random
+values.")
+ (license license:asl2.0))))
--
2.17.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#31625
; Package
guix-patches
.
(Mon, 28 May 2018 15:05:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 31625 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-gorilla-context): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6ace45890..cad6e5a60 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1601,3 +1601,28 @@ preformance characteristics of running contrainers.")
(description "Gofuzz is a library for populationg go objects with random
values.")
(license license:asl2.0))))
+
+(define-public go-github-com-gorilla-context
+ (let ((commit "08b5f424b9271eedf6f9f0ce86cb9396ed337a42")
+ (revision "0"))
+ (package
+ (name "go-github-com-gorilla-context")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gorilla/context.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "03p4hn87vcmfih0p9w663qbx9lpsf7i7j3lc7yl7n84la3yz63m4"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/gorilla/context"))
+ (home-page "https://github.com/gorilla/context")
+ (synopsis "This packages is registry for request variables")
+ (description "Gorilla/context is a general purpose registry for global
+request variables.")
+ (license license:bsd-3))))
--
2.17.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Tue, 29 May 2018 22:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
:
bug acknowledged by developer.
(Tue, 29 May 2018 22:41:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 31625-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon, May 28, 2018 at 04:59:39PM +0200, Rouby Pierre-Antoine wrote:
> * gnu/packages/golang.scm (go-github-com-urfave-cli): New variable.
Thanks! I edited the synopses and descriptions and pushed the whole
series as 9cf879a5739eec505119e2dfca59490d81f5ac99.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 27 Jun 2018 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.