gnu: Add python-translationstring.
* gnu/packages/python-web.scm (python-translationstring): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
a9daf35cb1
commit
c557ae13f9
1 changed files with 18 additions and 0 deletions
|
@ -3881,3 +3881,21 @@ (define-public python-zope-deprecation
|
|||
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)))
|
||||
|
|
Loading…
Reference in a new issue