[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/23: gnu: Add python-zope-configuration.
From: |
David Thompson |
Subject: |
08/23: gnu: Add python-zope-configuration. |
Date: |
Sat, 05 Dec 2015 14:50:49 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit fbac9b178ea9b7273b7fc8bf99db8ad786ba8669
Author: Leo Famulari <address@hidden>
Date: Sun Nov 8 22:03:53 2015 -0500
gnu: Add python-zope-configuration.
* gnu/packages/python.scm (python-zope-configuration,
python2-zope-configuration): New variables.
---
gnu/packages/python.scm | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 81c10fb..0be8e6f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6201,3 +6201,28 @@ defining data schemas.")
(define-public python2-zope-schema
(package-with-python2 python-zope-schema))
+
+(define-public python-zope-configuration
+ (package
+ (name "python-zope-configuration")
+ (version "4.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://pypi.python.org/packages/source/z"
+ "/zope.configuration/zope.configuration-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
+ ("python-zope-schema" ,python-zope-schema)))
+ (home-page "http://pypi.python.org/pypi/zope.configuration")
+ (synopsis "Zope Configuration Markup Language")
+ (description "Zope.configuration implements ZCML, the Zope Configuration
+Markup Language.")
+ (license zpl2.1)))
+
+(define-public python2-zope-configuration
+ (package-with-python2 python-zope-configuration))
- branch master updated (6bad752 -> 9fd0838), David Thompson, 2015/12/05
- 02/23: gnu: Add python-zope-interface., David Thompson, 2015/12/05
- 01/23: gnu: Add python-zope-event., David Thompson, 2015/12/05
- 03/23: gnu: Add python-zope-exceptions., David Thompson, 2015/12/05
- 05/23: gnu: Add python-zope-testrunner., David Thompson, 2015/12/05
- 04/23: gnu: Add python-zope-testing., David Thompson, 2015/12/05
- 08/23: gnu: Add python-zope-configuration.,
David Thompson <=
- 09/23: gnu: Add python-zope-proxy., David Thompson, 2015/12/05
- 06/23: gnu: Add python-zope-i18nmessageid., David Thompson, 2015/12/05
- 07/23: gnu: Add python-zope-schema., David Thompson, 2015/12/05
- 10/23: gnu: Add python-zope-location., David Thompson, 2015/12/05
- 11/23: gnu: Add python-zope-security., David Thompson, 2015/12/05
- 13/23: gnu: Add python-pyrfc3339., David Thompson, 2015/12/05
- 12/23: gnu: Add python-zope-component., David Thompson, 2015/12/05
- 14/23: gnu: Add python-werkzeug., David Thompson, 2015/12/05
- 16/23: gnu: Add dialog., David Thompson, 2015/12/05
- 17/23: gnu: Add python2-pythondialog., David Thompson, 2015/12/05