mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-masterminds-sprig: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-masterminds-sprig): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I424ea6887286bdaee67b3f367024c6d7982bcbd2
This commit is contained in:
parent
f9a3d7a3d7
commit
8cf6d28329
2 changed files with 37 additions and 34 deletions
|
@ -2343,6 +2343,43 @@ implementing features like:
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public go-github-com-masterminds-sprig
|
||||||
|
(package
|
||||||
|
(name "go-github-com-masterminds-sprig")
|
||||||
|
(version "3.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/Masterminds/sprig")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wwi8n2adjc5jlga25lqq0hrz4jcgd5vpll68y2dfji034caaq18"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f ;network tests only
|
||||||
|
#:import-path "github.com/Masterminds/sprig"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-google-uuid
|
||||||
|
go-github-com-huandu-xstrings
|
||||||
|
go-github-com-imdario-mergo
|
||||||
|
go-github-com-masterminds-goutils
|
||||||
|
go-github-com-masterminds-semver
|
||||||
|
go-github-com-mitchellh-copystructure
|
||||||
|
go-github-com-mitchellh-reflectwalk
|
||||||
|
go-github-com-spf13-cast
|
||||||
|
go-golang-org-x-crypto))
|
||||||
|
(home-page "https://github.com/Masterminds/sprig/")
|
||||||
|
(synopsis "Template functions for Go templates")
|
||||||
|
(description
|
||||||
|
"Sprig is a library that provides more than 100 commonly used template
|
||||||
|
functions.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-matryer-try
|
(define-public go-github-com-matryer-try
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-matryer-try")
|
(name "go-github-com-matryer-try")
|
||||||
|
|
|
@ -6804,40 +6804,6 @@ maps (because they are not addressable using Go reflection).")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-gopkg-in-yaml-v3))))
|
(list go-gopkg-in-yaml-v3))))
|
||||||
|
|
||||||
(define-public go-github-com-masterminds-sprig
|
|
||||||
(package
|
|
||||||
(name "go-github-com-masterminds-sprig")
|
|
||||||
(version "3.1.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/Masterminds/sprig")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0wwi8n2adjc5jlga25lqq0hrz4jcgd5vpll68y2dfji034caaq18"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ;network tests only
|
|
||||||
#:import-path "github.com/Masterminds/sprig"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-masterminds-goutils
|
|
||||||
go-github-com-masterminds-semver
|
|
||||||
go-github-com-google-uuid
|
|
||||||
go-github-com-huandu-xstrings
|
|
||||||
go-github-com-imdario-mergo
|
|
||||||
go-github-com-mitchellh-reflectwalk
|
|
||||||
go-github-com-mitchellh-copystructure
|
|
||||||
go-github-com-spf13-cast
|
|
||||||
go-golang-org-x-crypto
|
|
||||||
go-github-com-stretchr-testify))
|
|
||||||
(home-page "https://github.com/Masterminds/sprig/")
|
|
||||||
(synopsis "Template functions for Go templates")
|
|
||||||
(description "Sprig is a library that provides more than 100 commonly used
|
|
||||||
template functions.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-bmatcuk-doublestar
|
(define-public go-github-com-bmatcuk-doublestar
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-bmatcuk-doublestar")
|
(name "go-github-com-bmatcuk-doublestar")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue