[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 06/23] gnu: Add python-zope-i18nmessageid.
From: |
Leo Famulari |
Subject: |
[PATCH 06/23] gnu: Add python-zope-i18nmessageid. |
Date: |
Tue, 24 Nov 2015 16:02:06 -0500 |
* gnu/packages/python.scm (python-zope-i18nmessageid,
python2-zope-i18nmessageid): New variables.
---
gnu/packages/python.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 59caeaa..0b334e5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6054,3 +6054,28 @@ conforming to a given API or contract.")
(define-public python2-zope-testrunner
(package-with-python2 python-zope-testrunner))
+
+(define-public python-zope-i18nmessageid
+ (package
+ (name "python-zope-i18nmessageid")
+ (version "4.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://pypi.python.org/packages/source/z"
+ "/zope.i18nmessageid/zope.i18nmessageid-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-setuptools" ,python-setuptools)))
+ (home-page "http://pypi.python.org/pypi/zope.i18nmessageid")
+ (synopsis "Message Identifiers for internationalization")
+ (description "Message Identifiers for internationalization")
+ (license zpl2.1)))
+
+(define-public python2-zope-i18nmessageid
+ (package-with-python2 python-zope-i18nmessageid))
--
2.6.2
- [PATCH 00/23] WIP: Add the Let's Encrypt client, Leo Famulari, 2015/11/24
- [PATCH 01/23] gnu: Add python-zope-event., Leo Famulari, 2015/11/24
- [PATCH 09/23] gnu: Add python-zope-proxy., Leo Famulari, 2015/11/24
- [PATCH 04/23] gnu: Add python-zope-testing., Leo Famulari, 2015/11/24
- [PATCH 10/23] gnu: Add python-zope-location., Leo Famulari, 2015/11/24
- [PATCH 08/23] gnu: Add python-zope-configuration., Leo Famulari, 2015/11/24
- [PATCH 05/23] gnu: Add python-zope-testrunner., Leo Famulari, 2015/11/24
- [PATCH 11/23] gnu: Add python-zope-security., Leo Famulari, 2015/11/24
- [PATCH 06/23] gnu: Add python-zope-i18nmessageid.,
Leo Famulari <=
- [PATCH 18/23] WIP: Add python-configargparse., Leo Famulari, 2015/11/24
- [PATCH 17/23] gnu: Add python2-pythondialog., Leo Famulari, 2015/11/24
- [PATCH 13/23] gnu: Add python-pyrfc3339., Leo Famulari, 2015/11/24
- [PATCH 02/23] gnu: Add python-zope-interface., Leo Famulari, 2015/11/24
- [PATCH 07/23] gnu: Add python-zope-schema., Leo Famulari, 2015/11/24
- [PATCH 12/23] gnu: Add python-zope-component., Leo Famulari, 2015/11/24
- [PATCH 03/23] gnu: Add python-zope-exceptions., Leo Famulari, 2015/11/24
- [PATCH 14/23] gnu: Add python-werkzeug., Leo Famulari, 2015/11/24
- [PATCH 16/23] gnu: Add dialog., Leo Famulari, 2015/11/24