#Packager: Dimitris Jemos pkgname=python-zope.interface pkgver=4.1.3 pkgrel=1dj source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/djemos/salix/14.2/$pkgname docs=("README" "LICENSE" "Changelog" "DEPENDS" "docs") url=http://www.zope.org/Products/ZopeInterface slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "zope.interface (Open source web application server)" "This is a separate distribution of the zope.interface package" "used in Zope 3, along with the packages it depends on." ) build() { cd $startdir/src/zope.interface-$pkgver || return 1 python setup.py build || exit 1 python setup.py install --root=$startdir/pkg || exit 1 }