aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zope/python-zopeinterface_3.5.1.bb
blob: 85533910ffa604f2f32a89e5fb09d3e930bbe789 (plain)
1
2
3
4
5
6
7
8
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}"