aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zope/python-zopeinterface_3.5.1.bb
blob: c09ebbc3bbcd14531871988dd9c4f5598e54563b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Interface definitions for Zope products"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "ZPL"

inherit distutils

PR = "r1"

SRC_URI = "http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${PV}.tar.gz"
S = "${WORKDIR}/zope.interface-${PV}"

FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"