From 460d32009ec61ae844c12fd32f279540430a0705 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 10:39:30 +0100 Subject: [PATCH 01/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index a87b963..264cc61 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1852,3 +1852,27 @@ your code will behave as you intend.") "Go-difflib is a partial port of python 3 difflib package. Its main goal was to make unified and context diff available in pure Go, mostly for testing purposes.") (license license:bsd-3))) +(define-public go-github-com-davecgh-go-spew-1.1.0 + (package + (name "go-github-com-davecgh-go-spew") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/davecgh/go-spew") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0d4jfmak5p6lb7n2r6yvf5p1zcw0l8j74kn55ghvr7zr7b7axm6c")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/davecgh/go-spew")) + (home-page "https://github.com/davecgh/go-spew") + (synopsis "go-spew") + (description + "Go-spew implements a deep pretty printer for Go data structures to aid in +debugging. A comprehensive suite of tests with 100% test coverage is provided +to ensure proper functionality. See @code{test_coverage.txt} for the gocov +coverage report. Go-spew is licensed under the liberal ISC license, so it may +be used in open source or commercial projects.") + (license license:isc))) From 4aa26bbd0b3c5fd79dc9964bf6a893b7c25a1901 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 10:42:59 +0100 Subject: [PATCH 02/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 264cc61..b3e532f 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1876,3 +1876,24 @@ to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage report. Go-spew is licensed under the liberal ISC license, so it may be used in open source or commercial projects.") (license license:isc))) +(define-public go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405 + (package + (name "go-gopkg-in-check-v1") + (version "0.0.0-20161208181325-20d25e280405") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gopkg.in/check.v1") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0k1m83ji9l1a7ng8a7v40psbymxasmssbrrhpdv2wl4rhs0nc3np")))) + (build-system go-build-system) + (arguments + '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) + (home-page "https://gopkg.in/check.v1") + (synopsis "Instructions") + (description + "Package check is a rich testing extension for Go's testing package.") + (license license:bsd-2))) From ce7bfebc081d960b529e6134b8ee79da3487ce4e Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 10:44:57 +0100 Subject: [PATCH 03/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index b3e532f..a27926a 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1897,3 +1897,30 @@ be used in open source or commercial projects.") (description "Package check is a rich testing extension for Go's testing package.") (license license:bsd-2))) +(define-public go-golang-org-x-crypto-0.0.0-20210322153248-0c34fe9e7dc2 + (package + (name "go-golang-org-x-crypto") + (version "0.0.0-20210322153248-0c34fe9e7dc2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/crypto") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "021szs1czc0xg4chpays7i05dvkax9s8mns314ab01r887kchqxq")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/crypto")) + (propagated-inputs + `(("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" + ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) + ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" + ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68) + ("go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110" + ,go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110))) + (home-page "https://golang.org/x/crypto") + (synopsis "Go Cryptography") + (description + "This repository holds supplementary Go cryptography libraries.") + (license license:bsd-3))) From cb6b2db708b52fcb9c520e1c2bf9b17a32f5c4cd Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 10:47:14 +0100 Subject: [PATCH 04/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index a27926a..5be431b 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1924,3 +1924,27 @@ be used in open source or commercial projects.") (description "This repository holds supplementary Go cryptography libraries.") (license license:bsd-3))) +(define-public go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1 + (package + (name "go-golang-org-x-term") + (version "0.0.0-20201126162022-7de9c90e9dd1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/term") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1ba252xmv6qsvf1w1gcy98mngrj0vd4inbjw0lsklqvva65nljna")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/term")) + (propagated-inputs + `(("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" + ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) + (home-page "https://golang.org/x/term") + (synopsis "Go terminal/console support") + (description + "Package term provides support functions for dealing with terminals, as commonly +found on UNIX systems.") + (license license:bsd-3))) From 4515fcbcee00db3673d7caaa91d5d8ea04e2af72 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 10:54:17 +0100 Subject: [PATCH 05/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5be431b..ab639ee 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1948,3 +1948,24 @@ be used in open source or commercial projects.") "Package term provides support functions for dealing with terminals, as commonly found on UNIX systems.") (license license:bsd-3))) +(define-public go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68 + (package + (name "go-golang-org-x-sys") + (version "0.0.0-20201119102817-f84b799fce68") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/sys") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1dvhqian5byzkcg1bnqzygqa6ccc6krc2q7j12pp1vhl3y7znnsg")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/sys")) + (home-page "https://golang.org/x/sys") + (synopsis "sys") + (description + "This repository holds supplemental Go packages for low-level interactions with +the operating system.") + (license license:bsd-3))) From ae3527ef51810cb15f3e43134ff479c1fe3ef2ff Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 10:59:40 +0100 Subject: [PATCH 06/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index ab639ee..993b3b5 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1969,3 +1969,29 @@ found on UNIX systems.") "This repository holds supplemental Go packages for low-level interactions with the operating system.") (license license:bsd-3))) +(define-public go-golang-org-x-net-0.0.0-20210226172049-e18ecbb05110 + (package + (name "go-golang-org-x-net") + (version "0.0.0-20210226172049-e18ecbb05110") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/net") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1vlq8mdscp7yfaa1lmyv03y5m4c2d67ydg2q1i6smkrxghn3zn3q")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/net")) + (propagated-inputs + `(("go-golang-org-x-text-0.3.3" ,go-golang-org-x-text-0.3.3) + ("go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1" + ,go-golang-org-x-term-0.0.0-20201126162022-7de9c90e9dd1) + ("go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68" + ,go-golang-org-x-sys-0.0.0-20201119102817-f84b799fce68))) + (home-page "https://golang.org/x/net") + (synopsis "Go Networking") + (description + "This repository holds supplementary Go networking libraries.") + (license license:bsd-3))) From 7d3853d0d51128fb22fa4b0f4844b015ffcd3113 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:01:47 +0100 Subject: [PATCH 07/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 993b3b5..31e91c5 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -1995,3 +1995,28 @@ the operating system.") (description "This repository holds supplementary Go networking libraries.") (license license:bsd-3))) +(define-public go-golang-org-x-text-0.3.3 + (package + (name "go-golang-org-x-text") + (version "0.3.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/text") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "19pihqm3phyndmiw6i42pdv6z1rbvlqlsnhsyqf9gsnn0qnmqqlh")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/text")) + (propagated-inputs + `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" + ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) + (home-page "https://golang.org/x/text") + (synopsis "Go Text") + (description + "text is a repository of text-related packages related to internationalization +(i18n) and localization (l10n), such as character encodings, text +transformations, and locale-specific text handling.") + (license license:bsd-3))) From 74703f45629af9bd0fb48b256c860d80c72f3f5b Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:07:14 +0100 Subject: [PATCH 08/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 31e91c5..c851c78 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2020,3 +2020,24 @@ the operating system.") (i18n) and localization (l10n), such as character encodings, text transformations, and locale-specific text handling.") (license license:bsd-3))) +(define-public go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e + (package + (name "go-golang-org-x-tools") + (version "0.0.0-20180917221912-90fa682c2a6e") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/tools") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "03ic2xsy51jw9749wl7gszdbz99iijbd2bckgygl6cm9w5m364ak")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/tools")) + (home-page "https://golang.org/x/tools") + (synopsis "Go Tools") + (description + "This subrepository holds the source for various packages and tools that support +the Go programming language.") + (license license:bsd-3))) From 68284dd1f74d4fc13e402fca69abe79df7753d95 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:09:38 +0100 Subject: [PATCH 09/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index c851c78..c168946 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2041,3 +2041,37 @@ transformations, and locale-specific text handling.") "This subrepository holds the source for various packages and tools that support the Go programming language.") (license license:bsd-3))) +(define-public go-github-com-sirupsen-logrus-1.4.2 + (package + (name "go-github-com-sirupsen-logrus") + (version "1.4.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sirupsen/logrus") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "087k2lxrr9p9dh68yw71d05h5g9p5v26zbwd6j7lghinjfaw334x")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/sirupsen/logrus")) + (propagated-inputs + `(("go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894" + ,go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894) + ("go-github-com-stretchr-testify-1.2.2" + ,go-github-com-stretchr-testify-1.2.2) + ("go-github-com-stretchr-objx-0.1.1" + ,go-github-com-stretchr-objx-0.1.1) + ("go-github-com-pmezard-go-difflib-1.0.0" + ,go-github-com-pmezard-go-difflib-1.0.0) + ("go-github-com-konsorten-go-windows-terminal-sequences-1.0.1" + ,go-github-com-konsorten-go-windows-terminal-sequences-1.0.1) + ("go-github-com-davecgh-go-spew-1.1.1" + ,go-github-com-davecgh-go-spew-1.1.1))) + (home-page "https://github.com/sirupsen/logrus") + (synopsis "Logrus") + (description + "Package logrus is a structured logger for Go, completely API compatible with the +standard library logger.") + (license license:expat))) From 88aed2b242a4936c4663d8af5db87728318c1bee Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:12:08 +0100 Subject: [PATCH 10/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index c168946..2225833 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2075,3 +2075,22 @@ the Go programming language.") "Package logrus is a structured logger for Go, completely API compatible with the standard library logger.") (license license:expat))) +(define-public go-github-com-gorilla-mux-1.7.4 + (package + (name "go-github-com-gorilla-mux") + (version "1.7.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gorilla/mux") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1d0sy1paa055ic84sp3766s9pa24q008hf77dc842vrgvn8p3wmh")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/gorilla/mux")) + (home-page "https://github.com/gorilla/mux") + (synopsis "gorilla/mux") + (description "Package mux implements a request router and dispatcher.") + (license license:bsd-3))) From df349da59465ee27b94044c3ad73a38fb6b7bf77 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:15:34 +0100 Subject: [PATCH 11/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 2225833..8ec75d2 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2094,3 +2094,28 @@ standard library logger.") (synopsis "gorilla/mux") (description "Package mux implements a request router and dispatcher.") (license license:bsd-3))) +(define-public go-github-com-docker-libtrust-0.0.0-20160708172513-aabc10ec26b7 + (package + (name "go-github-com-docker-libtrust") + (version "0.0.0-20160708172513-aabc10ec26b7") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/docker/libtrust") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1lwslbggzc2b0c4wxl5pn6i2nfgz5jz8f7s7vnid9mrlsk59h7s1")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/docker/libtrust")) + (home-page "https://github.com/docker/libtrust") + (synopsis "libtrust") + (description + "Package libtrust provides an interface for managing authentication and +authorization using public key cryptography. Authentication is handled using +the identity attached to the public key and verified through TLS x509 +certificates, a key challenge, or signature. Authorization and access control +is managed through a trust graph distributed between both remote trust servers +and locally cached and managed data.") + (license license:asl2.0))) From d1bf0bf171e4b8a44334afc6d030e6fc4aca8bd4 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:46:18 +0100 Subject: [PATCH 12/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 8ec75d2..9910535 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2119,3 +2119,25 @@ certificates, a key challenge, or signature. Authorization and access control is managed through a trust graph distributed between both remote trust servers and locally cached and managed data.") (license license:asl2.0))) +(define-public go-github-com-docker-distribution-2.7.1+incompatible + (package + (name "go-github-com-docker-distribution") + (version "2.7.1+incompatible") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/distribution/distribution") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/docker/distribution")) + (home-page "https://github.com/docker/distribution") + (synopsis "Distribution") + (description + "Package distribution will define the interfaces for the components of docker +distribution. The goal is to allow users to reliably package, ship and store +content related to docker images.") + (license license:asl2.0))) From f0875428ef363e75991a2488f4f1f968d758b210 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:49:49 +0100 Subject: [PATCH 13/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 9910535..80f0fce 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2141,3 +2141,24 @@ and locally cached and managed data.") distribution. The goal is to allow users to reliably package, ship and store content related to docker images.") (license license:asl2.0))) +(define-public go-golang-org-x-sys-0.0.0-20190422165155-953cdadca894 + (package + (name "go-golang-org-x-sys") + (version "0.0.0-20190422165155-953cdadca894") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/sys") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gkha4whk8xkcv3isigbs250akag99isxnd3v9xmy0kl3g88hxy1")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/sys")) + (home-page "https://golang.org/x/sys") + (synopsis "sys") + (description + "This repository holds supplemental Go packages for low-level interactions with +the operating system.") + (license license:bsd-3))) From 4e9ee0dc2719edfe5031cc34da17a98d7ec84172 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:59:32 +0100 Subject: [PATCH 14/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 80f0fce..b7a2a4c 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2162,3 +2162,26 @@ content related to docker images.") "This repository holds supplemental Go packages for low-level interactions with the operating system.") (license license:bsd-3))) +(define-public go-github-com-stretchr-testify-1.2.2 + (package + (name "go-github-com-stretchr-testify") + (version "1.2.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/stretchr/testify") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dlszlshlxbmmfxj5hlwgv3r22x0y1af45gn1vd198nvvs3pnvfs")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/stretchr/testify")) + (home-page "https://github.com/stretchr/testify") + (synopsis "Testify - Thou Shalt Write Tests") + (description + "** We are working on testify v2 and would love to hear what you'd like to see in +it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** +Package testify is a set of packages that provide many tools for testifying that +your code will behave as you intend.") + (license license:expat))) From 8a982eb6e93194afeed6cc1b8903c9219149fdee Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:14:54 +0100 Subject: [PATCH 15/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index b7a2a4c..9fa3b14 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2185,3 +2185,23 @@ it, have your say here: @url{https://cutt.ly/testify,https://cutt.ly/testify} ** Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend.") (license license:expat))) +(define-public go-github-com-stretchr-objx-0.1.1 + (package + (name "go-github-com-stretchr-objx") + (version "0.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/stretchr/objx") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0iph0qmpyqg4kwv8jsx6a56a7hhqq8swrazv40ycxk9rzr0s8yls")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/stretchr/objx")) + (home-page "https://github.com/stretchr/objx") + (synopsis "Objx") + (description + "Objx - Go package for dealing with maps, slices, JSON and other data.") + (license license:expat))) From a3cd3e33dd0f1cfc1638e8cb9f7eff8047e533ea Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:19:31 +0100 Subject: [PATCH 16/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 9fa3b14..4115b11 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2205,3 +2205,24 @@ your code will behave as you intend.") (description "Objx - Go package for dealing with maps, slices, JSON and other data.") (license license:expat))) +(define-public go-github-com-konsorten-go-windows-terminal-sequences-1.0.1 + (package + (name "go-github-com-konsorten-go-windows-terminal-sequences") + (version "1.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/konsorten/go-windows-terminal-sequences") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1lchgf27n276vma6iyxa0v1xds68n2g8lih5lavqnx5x6q5pw2ip")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/konsorten/go-windows-terminal-sequences")) + (home-page "https://github.com/konsorten/go-windows-terminal-sequences") + (synopsis "Windows Terminal Sequences") + (description + "This library allow for enabling Windows terminal color support for Go.") + (license license:expat))) From d316bbe5d8063219b6272f70bfc58a4fadc2f4d8 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:22:47 +0100 Subject: [PATCH 17/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 4115b11..88c1d85 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2226,3 +2226,27 @@ your code will behave as you intend.") (description "This library allow for enabling Windows terminal color support for Go.") (license license:expat))) +(define-public go-github-com-davecgh-go-spew-1.1.1 + (package + (name "go-github-com-davecgh-go-spew") + (version "1.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/davecgh/go-spew") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/davecgh/go-spew")) + (home-page "https://github.com/davecgh/go-spew") + (synopsis "go-spew") + (description + "Go-spew implements a deep pretty printer for Go data structures to aid in +debugging. A comprehensive suite of tests with 100% test coverage is provided +to ensure proper functionality. See @code{test_coverage.txt} for the gocov +coverage report. Go-spew is licensed under the liberal ISC license, so it may +be used in open source or commercial projects.") + (license license:isc))) From 32dd836edcb30b1146726f5307482ce7f1412ba8 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:45:40 +0100 Subject: [PATCH 18/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 88c1d85..9276694 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2250,3 +2250,26 @@ to ensure proper functionality. See @code{test_coverage.txt} for the gocov coverage report. Go-spew is licensed under the liberal ISC license, so it may be used in open source or commercial projects.") (license license:isc))) +(define-public go-gopkg-in-yaml-v2-2.2.2 + (package + (name "go-gopkg-in-yaml-v2") + (version "2.2.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gopkg.in/yaml.v2") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")))) + (build-system go-build-system) + (arguments + '(#:import-path "gopkg.in/yaml.v2" #:unpack-path "gopkg.in/yaml.v2")) + (propagated-inputs + `(("go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405" + ,go-gopkg-in-check-v1-0.0.0-20161208181325-20d25e280405))) + (home-page "https://gopkg.in/yaml.v2") + (synopsis "YAML support for the Go language") + (description "Package yaml implements YAML support for the Go language.") + (license license:asl2.0))) From 2d5f028046c4d2aa04978759004e8044ddf37afe Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:48:43 +0100 Subject: [PATCH 19/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 9276694..5a1e9ad 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2273,3 +2273,24 @@ be used in open source or commercial projects.") (synopsis "YAML support for the Go language") (description "Package yaml implements YAML support for the Go language.") (license license:asl2.0))) +(define-public go-gopkg-in-check-v1-1.0.0-20190902080502-41f04d3bba15 + (package + (name "go-gopkg-in-check-v1") + (version "1.0.0-20190902080502-41f04d3bba15") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gopkg.in/check.v1") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0vfk9czmlxmp6wndq8k17rhnjxal764mxfhrccza7nwlia760pjy")))) + (build-system go-build-system) + (arguments + '(#:import-path "gopkg.in/check.v1" #:unpack-path "gopkg.in/check.v1")) + (home-page "https://gopkg.in/check.v1") + (synopsis "Instructions") + (description + "Package check is a rich testing extension for Go's testing package.") + (license license:bsd-2))) From 20d036901decf5f0f91e35ba36c44353dbe11b74 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:50:25 +0100 Subject: [PATCH 20/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5a1e9ad..0a2661f 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2294,3 +2294,28 @@ be used in open source or commercial projects.") (description "Package check is a rich testing extension for Go's testing package.") (license license:bsd-2))) +(define-public go-golang-org-x-text-0.3.2 + (package + (name "go-golang-org-x-text") + (version "0.3.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/text") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/text")) + (propagated-inputs + `(("go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e" + ,go-golang-org-x-tools-0.0.0-20180917221912-90fa682c2a6e))) + (home-page "https://golang.org/x/text") + (synopsis "Go Text") + (description + "text is a repository of text-related packages related to internationalization +(i18n) and localization (l10n), such as character encodings, text +transformations, and locale-specific text handling.") + (license license:bsd-3))) From 7906b3eced2a5916785a067737d18abe1364d8b0 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:52:34 +0100 Subject: [PATCH 21/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 0a2661f..3a6a39c 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2319,3 +2319,29 @@ be used in open source or commercial projects.") (i18n) and localization (l10n), such as character encodings, text transformations, and locale-specific text handling.") (license license:bsd-3))) +(define-public go-golang-org-x-net-0.0.0-20190620200207-3b0461eec859 + (package + (name "go-golang-org-x-net") + (version "0.0.0-20190620200207-3b0461eec859") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/net") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0l00c8l0a8xnv6qdpwfzxxsr58jggacgzdrwiprrfx2xqm37b6d5")))) + (build-system go-build-system) + (arguments '(#:import-path "golang.org/x/net")) + (propagated-inputs + `(("go-golang-org-x-text-0.3.0" ,go-golang-org-x-text-0.3.0) + ("go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a" + ,go-golang-org-x-sys-0.0.0-20190215142949-d0b11bdaac8a) + ("go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2" + ,go-golang-org-x-crypto-0.0.0-20190308221718-c2843e01d9a2))) + (home-page "https://golang.org/x/net") + (synopsis "Go Networking") + (description + "This repository holds supplementary Go networking libraries.") + (license license:bsd-3))) From f4b43c2c31abe4e522722fc592aa5966a1801698 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:54:36 +0100 Subject: [PATCH 22/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 3a6a39c..00331ca 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2345,3 +2345,22 @@ transformations, and locale-specific text handling.") (description "This repository holds supplementary Go networking libraries.") (license license:bsd-3))) +(define-public go-github-com-tj-go-spin-1.1.0 + (package + (name "go-github-com-tj-go-spin") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/go-spin") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "11xr67991m5pwsy1dira3iwd0sr55vmn1cyjwmlqziw4bwpym64s")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/go-spin")) + (home-page "https://github.com/tj/go-spin") + (synopsis #f) + (description #f) + (license #f))) From 29d7df9a64b7ee6a9cf3f90e6a23bbfcbadf2ffa Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:57:29 +0100 Subject: [PATCH 23/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 00331ca..7d19885 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2364,3 +2364,24 @@ transformations, and locale-specific text handling.") (synopsis #f) (description #f) (license #f))) +(define-public go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b + (package + (name "go-github-com-tj-go-kinesis") + (version "0.0.0-20171128231115-08b17f58cb1b") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/go-kinesis") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "108c6p5j6rhhc2cnc2v5368yfsw73y6lzlvz02vpvvjph8rhmld4")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/go-kinesis")) + (home-page "https://github.com/tj/go-kinesis") + (synopsis "go-kinesis") + (description + "Package kinesis implements a batch producer built on top of the official AWS +SDK.") + (license license:expat))) From 1cddb6bbeaa7403d1e1107f11de29ba86ac86934 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:59:19 +0100 Subject: [PATCH 24/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 7d19885..b5bc91f 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2385,3 +2385,23 @@ transformations, and locale-specific text handling.") "Package kinesis implements a batch producer built on top of the official AWS SDK.") (license license:expat))) +(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2 + (package + (name "go-github-com-tj-go-elastic") + (version "0.0.0-20171221160941-36157cbbebc2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/go-elastic") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/go-elastic")) + (home-page "https://github.com/tj/go-elastic") + (synopsis "go-elastic") + (description + "Package elastic provides an Elasticsearch client with AWS sigv4 support.") + (license license:expat))) From c76f170a1067ea3fd78235c44396a8c0879712d9 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:01:11 +0100 Subject: [PATCH 25/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index b5bc91f..3ccedf2 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2405,3 +2405,27 @@ SDK.") (description "Package elastic provides an Elasticsearch client with AWS sigv4 support.") (license license:expat))) +(define-public go-github-com-tj-go-buffer-1.1.0 + (package + (name "go-github-com-tj-go-buffer") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/go-buffer") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1qdxpa069pjjbzh217aadpzz1aq1n6h32lhp60yjcpi7hr4q8fxx")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/go-buffer")) + (propagated-inputs + `(("go-github-com-tj-assert-0.0.3" ,go-github-com-tj-assert-0.0.3))) + (home-page "https://github.com/tj/go-buffer") + (synopsis "Buffer") + (description + "Package buffer provides a generic buffer or batching mechanism for flushing +entries at a given size or interval, useful for cases such as batching log +events.") + (license license:expat))) From f84e586087189c3367cef31e1b2f734800a816bf Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:04:07 +0100 Subject: [PATCH 26/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 3ccedf2..e0e68ba 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2429,3 +2429,31 @@ SDK.") entries at a given size or interval, useful for cases such as batching log events.") (license license:expat))) +(define-public go-github-com-tj-assert-0.0.3 + (package + (name "go-github-com-tj-assert") + (version "0.0.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/assert") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1j5swk3fjq1h5fpqkipddz2ccnbidr7qrpm5dpdaflg9q5jnc673")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/assert")) + (propagated-inputs + `(("go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c" + ,go-gopkg-in-yaml-v3-3.0.0-20200605160147-a5ece683394c) + ("go-github-com-stretchr-testify-1.6.1" + ,go-github-com-stretchr-testify-1.6.1) + ("go-github-com-davecgh-go-spew-1.1.1" + ,go-github-com-davecgh-go-spew-1.1.1))) + (home-page "https://github.com/tj/assert") + (synopsis "assert") + (description + "Package assert implements the same assertions as the `assert` package but stops +test execution when a test fails.") + (license license:expat))) From de69af3402284cc9c67db29210a5edea65717cc9 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:06:17 +0100 Subject: [PATCH 27/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index e0e68ba..5efbd9c 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2457,3 +2457,28 @@ events.") "Package assert implements the same assertions as the `assert` package but stops test execution when a test fails.") (license license:expat))) +(define-public go-github-com-smartystreets-gunit-1.0.0 + (package + (name "go-github-com-smartystreets-gunit") + (version "1.0.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/smartystreets/gunit") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "11d09rl5qqpj36a311pjj8w5jkj83d5b8gdcsx8f1zn4j924sm5d")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/smartystreets/gunit")) + (propagated-inputs + `(("go-github-com-smartystreets-assertions-1.0.0" + ,go-github-com-smartystreets-assertions-1.0.0))) + (home-page "https://github.com/smartystreets/gunit") + (synopsis "gunit") + (description + "Package gunit provides \"testing\" package hooks and convenience functions for +writing tests in an xUnit style. See the README file and the examples folder +for examples.") + (license license:expat))) From f57e001017bd1689c8dbbeaf46cfe89736fdd868 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:13:22 +0100 Subject: [PATCH 28/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5efbd9c..5e4fd81 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2482,3 +2482,25 @@ test execution when a test fails.") writing tests in an xUnit style. See the README file and the examples folder for examples.") (license license:expat))) +(define-public go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9 + (package + (name "go-github-com-smartystreets-go-aws-auth") + (version "0.0.0-20180515143844-0c1422d1fdb9") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/smarty-archives/go-aws-auth") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0krfdpgn3gfii1z9fi8ydfw0wwfqyvp6w3rji7w92m528zkjl93d")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/smartystreets/go-aws-auth")) + (home-page "https://github.com/smartystreets/go-aws-auth") + (synopsis "go-aws-auth") + (description + "Package awsauth implements AWS request signing using Signed Signature Version 2, +Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and +STS.") + (license license:expat))) From 1a5b979400d92c3f3500b0ad68c195683d8de2a0 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:21:48 +0100 Subject: [PATCH 29/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5e4fd81..85248c8 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2504,3 +2504,24 @@ for examples.") Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and STS.") (license license:expat))) +(define-public go-github-com-rogpeppe-fastuuid-1.1.0 + (package + (name "go-github-com-rogpeppe-fastuuid") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rogpeppe/fastuuid") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1jlif5pxyz3md02ij93kd2y2j1zz0ajc9k8azvn83vv6l3r5c1zg")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/rogpeppe/fastuuid")) + (home-page "https://github.com/rogpeppe/fastuuid") + (synopsis "fastuuid") + (description + "Package fastuuid provides fast UUID generation of 192 bit universally unique +identifiers.") + (license license:bsd-3))) From d5dd3e93ac3f1f5791307dc857c31e28b5b84511 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:38:04 +0100 Subject: [PATCH 30/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 85248c8..6a75412 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2525,3 +2525,22 @@ STS.") "Package fastuuid provides fast UUID generation of 192 bit universally unique identifiers.") (license license:bsd-3))) +(define-public go-github-com-pkg-errors-0.8.1 + (package + (name "go-github-com-pkg-errors") + (version "0.8.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/pkg/errors") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0g5qcb4d4fd96midz0zdk8b9kz8xkzwfa8kr1cliqbg8sxsy5vd1")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/pkg/errors")) + (home-page "https://github.com/pkg/errors") + (synopsis "errors") + (description "Package errors provides simple error handling primitives.") + (license license:bsd-2))) From 42ae33d9f9afeea136599fa729fb302607ad623d Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:58:21 +0100 Subject: [PATCH 31/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 6a75412..82c84fa 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2544,3 +2544,25 @@ identifiers.") (synopsis "errors") (description "Package errors provides simple error handling primitives.") (license license:bsd-2))) +(define-public go-github-com-mattn-go-colorable-0.1.2 + (package + (name "go-github-com-mattn-go-colorable") + (version "0.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mattn/go-colorable") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0512jm3wmzkkn7d99x9wflyqf48n5ri3npy1fqkq6l6adc5mni3n")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/mattn/go-colorable")) + (propagated-inputs + `(("go-github-com-mattn-go-isatty-0.0.8" + ,go-github-com-mattn-go-isatty-0.0.8))) + (home-page "https://github.com/mattn/go-colorable") + (synopsis "go-colorable") + (description "Colorable writer for windows.") + (license license:expat))) From 6afa6a3340f0346185101017db241695c75a0668 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:00:44 +0100 Subject: [PATCH 32/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 82c84fa..c642edd 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2566,3 +2566,26 @@ identifiers.") (synopsis "go-colorable") (description "Colorable writer for windows.") (license license:expat))) +(define-public go-github-com-kr-pretty-0.2.0 + (package + (name "go-github-com-kr-pretty") + (version "0.2.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/kr/pretty") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/kr/pretty")) + (propagated-inputs + `(("go-github-com-kr-text-0.1.0" ,go-github-com-kr-text-0.1.0))) + (home-page "https://github.com/kr/pretty") + (synopsis #f) + (description + "Package pretty provides pretty-printing for Go values. This is useful during +debugging, to avoid wrapping long output lines in the terminal.") + (license license:expat))) From e20b7c7a43583dac0c38c302a95de512ffa3312a Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:04:03 +0100 Subject: [PATCH 33/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index c642edd..8bbfe47 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2589,3 +2589,23 @@ identifiers.") "Package pretty provides pretty-printing for Go values. This is useful during debugging, to avoid wrapping long output lines in the terminal.") (license license:expat))) +(define-public go-github-com-jpillora-backoff-0.0.0-20180909062703-3050d21c67d7 + (package + (name "go-github-com-jpillora-backoff") + (version "0.0.0-20180909062703-3050d21c67d7") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jpillora/backoff") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1nxapdx9xg5gwiscfhq7m0w14hj4gaxb4avmgf1mx9zd3jnw9jxv")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/jpillora/backoff")) + (home-page "https://github.com/jpillora/backoff") + (synopsis "Backoff") + (description + "Package backoff provides an exponential-backoff implementation.") + (license license:expat))) From fa947fd4f1338d70d41198b5dab1c23b6e41f03e Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:13:58 +0100 Subject: [PATCH 34/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 8bbfe47..3c0714f 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2609,3 +2609,22 @@ debugging, to avoid wrapping long output lines in the terminal.") (description "Package backoff provides an exponential-backoff implementation.") (license license:expat))) +(define-public go-github-com-google-uuid-1.1.1 + (package + (name "go-github-com-google-uuid") + (version "1.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/google/uuid") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0hfxcf9frkb57k6q0rdkrmnfs78ms21r1qfk9fhlqga2yh5xg8zb")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/google/uuid")) + (home-page "https://github.com/google/uuid") + (synopsis "uuid") + (description "Package uuid generates and inspects UUIDs.") + (license license:bsd-3))) From 39f93d3d96ea09c0b6502b328ade7dc307dd2a38 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:18:53 +0100 Subject: [PATCH 35/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 3c0714f..0c9b240 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2628,3 +2628,24 @@ debugging, to avoid wrapping long output lines in the terminal.") (synopsis "uuid") (description "Package uuid generates and inspects UUIDs.") (license license:bsd-3))) +(define-public go-github-com-golang-protobuf-1.3.1 + (package + (name "go-github-com-golang-protobuf") + (version "1.3.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/golang/protobuf") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/golang/protobuf")) + (home-page "https://github.com/golang/protobuf") + (synopsis "Go support for Protocol Buffers") + (description + "This module (@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code +github.com/golang/protobuf)}) contains Go bindings for protocol buffers.") + (license license:bsd-3))) From ed6b22a658f2e0cd0e3597d0db70120f8721f33a Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:20:41 +0100 Subject: [PATCH 36/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 0c9b240..903ddd4 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2649,3 +2649,29 @@ debugging, to avoid wrapping long output lines in the terminal.") "This module (@url{https://pkg.go.dev/mod/github.com/golang/protobuf,(code github.com/golang/protobuf)}) contains Go bindings for protocol buffers.") (license license:bsd-3))) +(define-public go-github-com-go-logfmt-logfmt-0.4.0 + (package + (name "go-github-com-go-logfmt-logfmt") + (version "0.4.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/go-logfmt/logfmt") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/go-logfmt/logfmt")) + (propagated-inputs + `(("go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515" + ,go-github-com-kr-logfmt-0.0.0-20140226030751-b84e30acd515))) + (home-page "https://github.com/go-logfmt/logfmt") + (synopsis "logfmt") + (description + "Package logfmt implements utilities to marshal and unmarshal data in the logfmt +format. The logfmt format records key/value pairs in a way that balances +readability for humans and simplicity of computer parsing. It is most commonly +used as a more human friendly alternative to JSON for structured logging.") + (license license:expat))) From 4de52992dbd8f2d2f0d385d5e7a1ba421c8fbe96 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:24:43 +0100 Subject: [PATCH 37/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 903ddd4..ac5ef1b 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2675,3 +2675,25 @@ format. The logfmt format records key/value pairs in a way that balances readability for humans and simplicity of computer parsing. It is most commonly used as a more human friendly alternative to JSON for structured logging.") (license license:expat))) +(define-public go-github-com-fatih-color-1.7.0 + (package + (name "go-github-com-fatih-color") + (version "1.7.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fatih/color") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0v8msvg38r8d1iiq2i5r4xyfx0invhc941kjrsg5gzwvagv55inv")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/fatih/color")) + (home-page "https://github.com/fatih/color") + (synopsis "color") + (description + "Package color is an ANSI color package to output colorized or SGR defined output +to the standard output. The API can be used in several way, pick one that suits +you.") + (license license:expat))) From 9eaf90af453b66bcbc8ca7310c0cf890c5d4f3b6 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:27:41 +0100 Subject: [PATCH 38/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index ac5ef1b..bcc25d4 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2697,3 +2697,24 @@ used as a more human friendly alternative to JSON for structured logging.") to the standard output. The API can be used in several way, pick one that suits you.") (license license:expat))) +(define-public go-github-com-aybabtme-rgbterm-0.0.0-20170906152045-cc83f3b3ce59 + (package + (name "go-github-com-aybabtme-rgbterm") + (version "0.0.0-20170906152045-cc83f3b3ce59") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aybabtme/rgbterm") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0wvmxvjn64968ikvnxrflb1x8rlcwzpfl53fzbxff2axbx9lq50q")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/aybabtme/rgbterm")) + (home-page "https://github.com/aybabtme/rgbterm") + (synopsis "RGB terminal") + (description + "Package rgbterm colorizes bytes and strings using RGB colors, for a full range +of pretty terminal strings.") + (license unknown-license!))) From 7e56ba86932ef6c21f13d96b2dfcfc1e7bb57f3b Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:29:57 +0100 Subject: [PATCH 39/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index bcc25d4..a747889 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2717,4 +2717,4 @@ you.") (description "Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.") - (license unknown-license!))) + (license license:expat))) From 17165542b81570835461180d4ab46bf57b62004e Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 14:33:06 +0100 Subject: [PATCH 40/40] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index a747889..3ad1e4a 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2718,3 +2718,26 @@ you.") "Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.") (license license:expat))) +(define-public go-github-com-aws-aws-sdk-go-1.20.6 + (package + (name "go-github-com-aws-aws-sdk-go") + (version "1.20.6") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/aws/aws-sdk-go") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "016vy5s9finyfgh08j7rvn2pnwymdgj2ydr59w57pysnri87mdwx")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/aws/aws-sdk-go")) + (propagated-inputs + `(("go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af" + ,go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af))) + (home-page "https://github.com/aws/aws-sdk-go") + (synopsis "AWS SDK for Go") + (description + "Package sdk is the official AWS SDK for the Go programming language.") + (license license:asl2.0)))