[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/23: gnu: Add python-zope-location.
From: |
David Thompson |
Subject: |
10/23: gnu: Add python-zope-location. |
Date: |
Fri, 04 Dec 2015 18:19:50 +0000 |
davexunit pushed a commit to branch wip-lets-encrypt
in repository guix.
commit f2a176212a70d71388dcb0835896ef61a4ec6043
Author: Leo Famulari <address@hidden>
Date: Sun Nov 8 22:04:51 2015 -0500
gnu: Add python-zope-location.
* gnu/packages/python.scm (python-zope-location, python2-zope-location):
New variables.
---
gnu/packages/python.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9036682..dfc3082 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6255,3 +6255,27 @@ brokering, etc.) for which the proxy is responsible.")
(define-public python2-zope-proxy
(package-with-python2 python-zope-proxy))
+
+(define-public python-zope-location
+ (package
+ (name "python-zope-location")
+ (version "4.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pypi.python.org/packages/source/z"
+ "/zope.location/zope.location-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1nj9da4ksiyv3h8n2vpzwd0pb03mdsh7zy87hfpx72b6p2zcwg74"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-zope-proxy" ,python-zope-proxy)
+ ("python-zope-schema" ,python-zope-schema)))
+ (home-page "http://pypi.python.org/pypi/zope.location/")
+ (synopsis "Zope Location")
+ (description "Zope Location")
+ (license zpl2.1)))
+
+(define-public python2-zope-location
+ (package-with-python2 python-zope-location))
- 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, 2015/12/04
- 09/23: gnu: Add python-zope-proxy., David Thompson, 2015/12/04
- 10/23: gnu: Add python-zope-location.,
David Thompson <=
- 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
- 17/23: gnu: Add python2-pythondialog., David Thompson, 2015/12/04
- 18/23: gnu: Add python-configargparse., David Thompson, 2015/12/04