mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: go-github-com-go-playground-universal-translator: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2f948b8025c39c48a84157fc605027e77978b69f
This commit is contained in:
parent
1d6038eaa1
commit
8d927eee2e
2 changed files with 39 additions and 38 deletions
|
@ -4750,6 +4750,45 @@ (define-public go-github-com-go-playground-locales
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-go-playground-universal-translator
|
||||
(package
|
||||
(name "go-github-com-go-playground-universal-translator")
|
||||
(version "0.18.1")
|
||||
(home-page "https://github.com/go-playground/universal-translator")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lgz9wrkcfx6q3x6i9fprr8rfwnk0c6x61jgzacgikbmzsl7dw6v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/go-playground/universal-translator"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-go-playground-locales))
|
||||
(synopsis "Translator using Unicode CLDR data and pluralization rules")
|
||||
(description
|
||||
"This package offers an Internalization Translator for Go using
|
||||
@uref{http://cldr.unicode.org/, Unicode CLDR Project} data and pluralization
|
||||
rules. Its currently implemented features include
|
||||
|
||||
@itemize
|
||||
@item Rules generated from the CLDR data, v30.0.3
|
||||
@item Contains Cardinal, Ordinal and Range Plural Rules
|
||||
@item Contains Month, Weekday and Timezone translations built in
|
||||
@item Contains Date & Time formatting functions
|
||||
@item Contains Number, Currency, Accounting and Percent formatting functions
|
||||
@item Supports the \"Gregorian\" calendar only
|
||||
@item Support loading translations from files
|
||||
@item Exporting translations to file(s), mainly for getting them
|
||||
professionally translated
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-go-sql-driver-mysql
|
||||
(package
|
||||
(name "go-github-com-go-sql-driver-mysql")
|
||||
|
|
|
@ -2097,44 +2097,6 @@ (define-public go-github-com-leodido-go-urn
|
|||
specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-go-playground-universal-translator
|
||||
(package
|
||||
(name "go-github-com-go-playground-universal-translator")
|
||||
(version "0.18.1")
|
||||
(home-page "https://github.com/go-playground/universal-translator")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1lgz9wrkcfx6q3x6i9fprr8rfwnk0c6x61jgzacgikbmzsl7dw6v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/go-playground/universal-translator"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-go-playground-locales))
|
||||
(synopsis "Translator using Unicode CLDR data and pluralization rules")
|
||||
(description
|
||||
"This package offers an Internalization Translator for Go using
|
||||
@uref{http://cldr.unicode.org/, Unicode CLDR Project} data and pluralization
|
||||
rules. Its currently implemented features include
|
||||
|
||||
@itemize
|
||||
@item Rules generated from the CLDR data, v30.0.3
|
||||
@item Contains Cardinal, Ordinal and Range Plural Rules
|
||||
@item Contains Month, Weekday and Timezone translations built in
|
||||
@item Contains Date & Time formatting functions
|
||||
@item Contains Number, Currency, Accounting and Percent formatting functions
|
||||
@item Supports the \"Gregorian\" calendar only
|
||||
@item Support loading translations from files
|
||||
@item Exporting translations to file(s), mainly for getting them
|
||||
professionally translated
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-nathan-osman-go-sunrise
|
||||
(let ((commit "c8f9f1eb869135f07378e7e3c5ec7a005f806c73")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue