[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/46: gnu: Add python-flufl-i18n.
From: |
guix-commits |
Subject: |
21/46: gnu: Add python-flufl-i18n. |
Date: |
Tue, 21 Jul 2020 08:49:39 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2bf21531533a22a666a5309d80c045f1dc61fd12
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 21 11:30:49 2020 +0300
gnu: Add python-flufl-i18n.
* gnu/packages/python-xyz.scm (python-flufl-i18n): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7361fa7..1046aad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20716,6 +20716,32 @@ to minimize duplication of information across files.
The format supports schema
validation.")
(license license:lgpl3)))
+(define-public python-flufl-i18n
+ (package
+ (name "python-flufl-i18n")
+ (version "3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "flufl.i18n" version))
+ (sha256
+ (base32
+ "1flwpn1xhgc957zj3zxw92dhdjh0lsy0hdvzq32dzqpsajfsvq1r"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-atpublic" ,python-atpublic)))
+ (home-page "https://flufli18n.readthedocs.io")
+ (synopsis "API for Python internationalization")
+ (description
+ "This package provides a high level, convenient API for managing
+internationalization translation contexts in Python application. There is a
+simple API for single-context applications, such as command line scripts which
+only need to translate into one language during the entire course of thei
+execution. There is a more flexible, but still convenient API for
multi-context
+applications, such as servers, which may need to switch language contexts for
+different tasks.")
+ (license license:asl2.0)))
+
(define-public python-flufl-lock
(package
(name "python-flufl-lock")
- 02/46: gnu: Add python-authres., (continued)
- 02/46: gnu: Add python-authres., guix-commits, 2020/07/21
- 07/46: gnu: Add python-pytest-aiohttp., guix-commits, 2020/07/21
- 18/46: gnu: Add python-lazr-delegates., guix-commits, 2020/07/21
- 25/46: gnu: Add python-rjsmin., guix-commits, 2020/07/21
- 27/46: gnu: Add python-robot-detection., guix-commits, 2020/07/21
- 04/46: gnu: Add python-dkimpy., guix-commits, 2020/07/21
- 05/46: gnu: Add python-pytest-services., guix-commits, 2020/07/21
- 10/46: gnu: Add python-geographiclib., guix-commits, 2020/07/21
- 09/46: gnu: Add python-blessed., guix-commits, 2020/07/21
- 20/46: gnu: Add python-flufl-lock., guix-commits, 2020/07/21
- 21/46: gnu: Add python-flufl-i18n.,
guix-commits <=
- 14/46: gnu: Add python-zope-deferredimport., guix-commits, 2020/07/21
- 19/46: gnu: Add python-lazr-config., guix-commits, 2020/07/21
- 36/46: gnu: python-django-rq: Fix test suite., guix-commits, 2020/07/21
- 39/46: gnu: Add python-django-sekizai., guix-commits, 2020/07/21
- 08/46: gnu: Add python-jinxed., guix-commits, 2020/07/21
- 32/46: gnu: Add python-django-q., guix-commits, 2020/07/21
- 33/46: gnu: Add python-django-haystack., guix-commits, 2020/07/21
- 34/46: gnu: Add python-django-classy-tags., guix-commits, 2020/07/21
- 13/46: gnu: Add python-zope-hookable., guix-commits, 2020/07/21
- 15/46: gnu: python-zope-component: Update to 4.6.2., guix-commits, 2020/07/21