diff options
Diffstat (limited to 'recipes/zope/python-zopeinterface_3.5.1.bb')
-rw-r--r-- | recipes/zope/python-zopeinterface_3.5.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/zope/python-zopeinterface_3.5.1.bb b/recipes/zope/python-zopeinterface_3.5.1.bb new file mode 100644 index 0000000000..85533910ff --- /dev/null +++ b/recipes/zope/python-zopeinterface_3.5.1.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}" |