summaryrefslogtreecommitdiffstats
path: root/libraries/zope.security/README
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-08-14 15:37:25 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-08-14 19:04:53 -0500
commit8341c8dc96db747bc3e789c36294156855273e4c (patch)
tree1b53d653c9cdc0a3ea958aebdb9b391ae7e44116 /libraries/zope.security/README
parentd970547cd90e3d7b5f0e2f05406893dbd82cbcf7 (diff)
downloadslackbuilds-8341c8dc96db747bc3e789c36294156855273e4c.tar.gz
slackbuilds-8341c8dc96db747bc3e789c36294156855273e4c.tar.xz
libraries/zope.security: Added (Zope Security Framework)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zope.security/README')
-rw-r--r--libraries/zope.security/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/zope.security/README b/libraries/zope.security/README
new file mode 100644
index 0000000000..5ad588a58b
--- /dev/null
+++ b/libraries/zope.security/README
@@ -0,0 +1,9 @@
+zope.security (Zope Security Framework)
+
+The Security framework provides a generic mechanism to implement
+security policies on Python objects.
+
+This requires zope.i18nmessageid, zope.interface, zope.proxy,
+zope.schema, zope.configuration, zope.component and zope.location.
+
+To build, this requires pysetuptools.