[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v5 48/55] gnu: Add python-l18n.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v5 48/55] gnu: Add python-l18n. |
Date: |
Sun, 25 Jun 2023 18:57:49 +0200 |
* gnu/packages/python-xyz.scm (python-l18n): New variable.
---
gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4510a853e4..cb29cc3311 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1802,6 +1802,26 @@ (define-public python-shortuuid
module and then similar looking characters are removed.")
(license license:bsd-3)))
+(define-public python-l18n
+ (package
+ (name "python-l18n")
+ (version "2021.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "l18n" version))
+ (sha256
+ (base32 "0j6q89d1mk03snvj4v1600fbrxjlq59k5490rhsp3lbkss8fhmhr"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-wheel))
+ (propagated-inputs (list python-pytz python-six))
+ (home-page "https://github.com/tkhyn/l18n")
+ (synopsis "Internationalization for timezones and territories")
+ (description
+ "This package provides internationalization for @code{python-pytz}
+timezones and territories.")
+ (license license:expat)))
+
(define-public python-logwrap
(package
(name "python-logwrap")
--
2.40.1
- [bug#55474] [PATCH v5 39/55] gnu: python-django-filter: Update to 22.1., (continued)
- [bug#55474] [PATCH v5 39/55] gnu: python-django-filter: Update to 22.1., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 40/55] gnu: Add python-django-modelcluster., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 43/55] gnu: Add python-jinjalint., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 36/55] gnu: python-django-rest-framework: Update to 3.14.0., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 41/55] gnu: Add python-django-treebeard., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 44/55] gnu: Add python-willow., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 45/55] gnu: Add python-django-request., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 46/55] gnu: Add python-django-environ., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 42/55] gnu: Add python-parsy., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 49/55] gnu: Add python-anyascii., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 48/55] gnu: Add python-l18n.,
Nicolas Graves <=
- [bug#55474] [PATCH v5 47/55] gnu: Add python-draftjs-exporter., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 50/55] gnu: Add python-telepath., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 51/55] gnu: Add python-django-permissionedforms., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 54/55] gnu: Add python-wagtail-factories., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 55/55] gnu: Add python-wagtail-localize., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 53/55] gnu: Add python-wagtail., Nicolas Graves, 2023/06/25
- [bug#55474] [PATCH v5 52/55] gnu: python-openpyxl: Update to 3.1.2., Nicolas Graves, 2023/06/25