[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/23: gnu: Add python-zope-security.
From: |
David Thompson |
Subject: |
11/23: gnu: Add python-zope-security. |
Date: |
Sat, 05 Dec 2015 14:50:50 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit d4b77f3662fd903be432a268f5076191cd0da777
Author: Leo Famulari <address@hidden>
Date: Sun Nov 8 22:05:29 2015 -0500
gnu: Add python-zope-security.
* gnu/packages/python.scm (python-zope-security,
python2-zope-security): New variables.
---
gnu/packages/python.scm | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9ba4388..41ac5be 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6278,3 +6278,33 @@ Zope3, which are are special objects that have a
structural location.")
(define-public python2-zope-location
(package-with-python2 python-zope-location))
+
+(define-public python-zope-security
+ (package
+ (name "python-zope-security")
+ (version "4.0.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pypi.python.org/packages/source/z"
+ "/zope.security/zope.security-" version ".tar.gz"))
+ (sha256
+ (base32
+ "14zmf684amc0x32kq05yxnhfqd1cmyhafkw05gn81rn90zjv6ssy"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
+ ("python-zope-component" ,python-zope-component)
+ ("python-zope-location" ,python-zope-location)
+ ("python-zope-proxy" ,python-zope-proxy)
+ ("python-zope-schema" ,python-zope-schema)
+ ("python-zope-testrunner" ,python-zope-testrunner)
+ ("python-zope-testing" ,python-zope-testing)))
+ (home-page "http://pypi.python.org/pypi/zope.security")
+ (synopsis "Zope security framework")
+ (description "Zope.security provides a generic mechanism to implement
+security policies on Python objects.")
+ (license zpl2.1)))
+
+(define-public python2-zope-security
+ (package-with-python2 python-zope-security))
- 02/23: gnu: Add python-zope-interface., (continued)
- 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, 2015/12/05
- 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 <=
- 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
- 21/23: gnu: Add python2-parsedatetime., David Thompson, 2015/12/05
- 20/23: gnu: python-parsedatetime: Update to 1.5., David Thompson, 2015/12/05
- 15/23: gnu: Add python-configobj., David Thompson, 2015/12/05
- 18/23: gnu: Add python-configargparse., David Thompson, 2015/12/05
- 19/23: gnu: Add python-ndg-httpsclient., David Thompson, 2015/12/05