aboutsummaryrefslogtreecommitdiff
path: root/libraries/zope.hookable/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2010-08-14 15:27:38 -0500
committerErik Hanson <erik@slackbuilds.org>2010-08-14 19:04:52 -0500
commit8fd56589b5eb6a7ea2f4019591db2d552062f690 (patch)
treef1800aafaaaae5da30c085b3801a006e0ddbb30f /libraries/zope.hookable/README
parent22b8a9aafe59502febcb62f33d063c5b00ad5013 (diff)
downloadslackbuilds-8fd56589b5eb6a7ea2f4019591db2d552062f690.tar.xz
libraries/zope.hookable: Added (Hookable object support)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/zope.hookable/README')
-rw-r--r--libraries/zope.hookable/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/zope.hookable/README b/libraries/zope.hookable/README
new file mode 100644
index 000000000000..37f53eab9483
--- /dev/null
+++ b/libraries/zope.hookable/README
@@ -0,0 +1,7 @@
+zope.hookable (Hookable object support)
+
+Support the efficient creation of hookable objects, which are
+callable objects that are meant to be replaced by other callables,
+at least optionally.
+
+To build, this requires pysetuptools.