summaryrefslogtreecommitdiff
path: root/recipes/zope/zope-interfaces_3.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zope/zope-interfaces_3.3.0.bb')
-rw-r--r--recipes/zope/zope-interfaces_3.3.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/zope/zope-interfaces_3.3.0.bb b/recipes/zope/zope-interfaces_3.3.0.bb
new file mode 100644
index 0000000000..85533910ff
--- /dev/null
+++ b/recipes/zope/zope-interfaces_3.3.0.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "Interface definitions for Zope products"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "ZPL"
+
+inherit distutils
+
+SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz"
+S = "${WORKDIR}/zope.interface-${PV}"