[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55474] [PATCH v2 12/17] gnu: Add python-l18n.
From: |
Nicolas Graves |
Subject: |
[bug#55474] [PATCH v2 12/17] gnu: Add python-l18n. |
Date: |
Tue, 9 Aug 2022 19:13:27 +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 f7c77acbbf..a2b64fe3ed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1247,6 +1247,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 python-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.37.1
- [bug#55474] [PATCH v2 01/17] gnu: python-django-taggit: Update to 2.1.0., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 02/17] gnu: python-django-filter: Update to 21.1., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 08/17] gnu: Add python-django-environ., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 03/17] gnu: Add python-django-modelcluster., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 04/17] gnu: Add python-django-treebeard., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 07/17] gnu: Add python-django-request., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 09/17] gnu: Add python-psycopg2-2.8., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 05/17] gnu: Add python-jinjalint., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 06/17] gnu: Add python-willow., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 10/17] gnu: Add python-beautifulsoup4-4.8., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 12/17] gnu: Add python-l18n.,
Nicolas Graves <=
- [bug#55474] [PATCH v2 11/17] gnu: Add python-draftjs-exporter., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 13/17] gnu: Add python-parsy., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 14/17] gnu: Add python-anyascii., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 17/17] gnu: Add python-wagtail-localize., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 16/17] gnu: Add python-wagtail., Nicolas Graves, 2022/08/09
- [bug#55474] [PATCH v2 15/17] gnu: Add python-telepath., Nicolas Graves, 2022/08/09