#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>
#Previous packager: Dimitris Jemos <djemos~at~slackel~dot~gr>

pkgname=zope.interface
pkgver=4.0.5
pkgrel=1rl
source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.0.5.zip)
sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/
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/$pkgname-$pkgver || return 1
	python setup.py build || exit 1
	python setup.py install --root=$startdir/pkg || exit 1
}