guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: Add python-translationstring.


From: guix-commits
Subject: 04/08: gnu: Add python-translationstring.
Date: Wed, 20 May 2020 03:40:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c557ae13f901d0f2e74dd2f29612a03c23704cd6
Author: Holger Peters <address@hidden>
AuthorDate: Wed May 20 09:07:06 2020 +0200

    gnu: Add python-translationstring.
    
    * gnu/packages/python-web.scm (python-translationstring): New variable.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/python-web.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index dfdba66..e7b8b3b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3881,3 +3881,21 @@ decorator until a separate scan phase.")
 marking modules, classes, functions, methods and properties as deprecated,
 displaying warnings when usaged in application code.")
     (license license:zpl2.1)))
+
+(define-public python-translationstring
+  (package
+    (name "python-translationstring")
+    (version "1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "translationstring" version))
+              (sha256
+               (base32
+                "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f"))))
+    (build-system python-build-system)
+    (home-page "http://docs.pylonsproject.org/projects/translationstring";)
+    (synopsis "Internationalization tooling for the Pylons project")
+    (description "This package provides a library used by various Pylons
+project packages for internationalization (i18n) duties related to
+translation.")
+    (license license:repoze)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]