[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: |
Fri, 04 Dec 2015 18:19:49 +0000 |
davexunit pushed a commit to branch wip-lets-encrypt
in repository guix.
commit 177090c9c40640221b5f4aaba1d25d7f2c0933e6
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 7ecb4c0..da7e484 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6203,3 +6203,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 wip-lets-encrypt created (now fdd7a84), David Thompson, 2015/12/04
- 01/23: gnu: Add python-zope-event., David Thompson, 2015/12/04
- 02/23: gnu: Add python-zope-interface., David Thompson, 2015/12/04
- 03/23: gnu: Add python-zope-exceptions., David Thompson, 2015/12/04
- 04/23: gnu: Add python-zope-testing., David Thompson, 2015/12/04
- 06/23: gnu: Add python-zope-i18nmessageid., David Thompson, 2015/12/04
- 07/23: gnu: Add python-zope-schema., David Thompson, 2015/12/04
- 08/23: gnu: Add python-zope-configuration.,
David Thompson <=
- 09/23: gnu: Add python-zope-proxy., David Thompson, 2015/12/04
- 10/23: gnu: Add python-zope-location., David Thompson, 2015/12/04
- 11/23: gnu: Add python-zope-security., David Thompson, 2015/12/04
- 05/23: gnu: Add python-zope-testrunner., David Thompson, 2015/12/04
- 12/23: gnu: Add python-zope-component., David Thompson, 2015/12/04
- 16/23: gnu: Add dialog., David Thompson, 2015/12/04
- 15/23: gnu: Add python-configobj., David Thompson, 2015/12/04
- 13/23: gnu: Add python-pyrfc3339., David Thompson, 2015/12/04
- 19/23: gnu: Add python-ndg-httpsclient., David Thompson, 2015/12/04
- 14/23: gnu: Add python-werkzeug., David Thompson, 2015/12/04