[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/28: gnu: go-github-com-go-playground-universal-translator: Move to go
From: |
guix-commits |
Subject: |
03/28: gnu: go-github-com-go-playground-universal-translator: Move to golang-xyz. |
Date: |
Thu, 2 Jan 2025 12:14:57 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 829c7152c95d442a3b155c27713906bdff7dae4d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jan 1 14:53:59 2025 +0000
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
---
gnu/packages/golang-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++++
gnu/packages/golang.scm | 38 --------------------------------------
2 files changed, 39 insertions(+), 38 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a1669ed31e..e77e9f45db 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4750,6 +4750,45 @@ implemented features include
@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")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b850eced26..993ed6f109 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2097,44 +2097,6 @@ Under Windows, the console APIs are used. Otherwise,
ANSI texts are output.")
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"))
- branch go-team updated (9c95446eb3 -> ebddd5c8cf), guix-commits, 2025/01/02
- 01/28: gnu: Add go-modernc-org-ccorpus2., guix-commits, 2025/01/02
- 02/28: gnu: go-github-com-pmezard-go-difflib: Move to golang-xyz., guix-commits, 2025/01/02
- 04/28: gnu: go-github-com-leodido-go-urn: Move to golang-xyz., guix-commits, 2025/01/02
- 07/28: gnu: Add go-github-com-ettle-strcase., guix-commits, 2025/01/02
- 03/28: gnu: go-github-com-go-playground-universal-translator: Move to golang-xyz.,
guix-commits <=
- 12/28: gnu: go-github-com-saracen-walker: Update to 0.1.4., guix-commits, 2025/01/02
- 11/28: gnu: go-github-com-urfave-cli-v2: Delete submodule., guix-commits, 2025/01/02
- 20/28: gnu: Add go-github-com-bool64-dev., guix-commits, 2025/01/02
- 24/28: gnu: Add go-github-com-yudai-golcs., guix-commits, 2025/01/02
- 17/28: gnu: Add go-github-com-jmattheis-goverter., guix-commits, 2025/01/02
- 13/28: gnu: Add go-github-com-creasty-defaults., guix-commits, 2025/01/02
- 18/28: gnu: Add go-github-com-vburenin-ifacemaker., guix-commits, 2025/01/02
- 27/28: gnu: Add go-github-com-hetznercloud-hcloud-go-v2., guix-commits, 2025/01/02
- 10/28: gnu: go-github-com-golangplus-testing: Fix tests., guix-commits, 2025/01/02
- 25/28: gnu: Add go-github-com-yudai-gojsondiff., guix-commits, 2025/01/02