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

RPROVIDES_${PN} += " zope-interfaces"

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"