aboutsummaryrefslogtreecommitdiffstats
path: root/packages/zope/zope-interface_3.3.0.bb
blob: e856863ff765a5e57b60ba24e01d8c55e3f9f437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "zope.interface is provides Zope 3-styled interface definitions \
for python"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"
LICENSE = "ZPL"
SRCNAME = "zope.interface"

SRC_URI = "http://www.zope.org/Products/ZopeInterface/${PV}/${SRCNAME}-${PV}.tar.gz"

S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils