contrib/zope.interface/Pkgfile

16 lines
449 B
Plaintext
Raw Normal View History

2007-10-19 13:20:37 +02:00
# Description: Zope3 interface library.
# URL: http://pypi.python.org/pypi/zope.interface/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-10-19 13:20:37 +02:00
# Packager: Lucas Hazel, lucas at die dot net dot au
# Depends on: setuptools
2007-10-19 13:20:37 +02:00
name=zope.interface
2013-07-05 12:53:35 +02:00
version=4.0.5
release=1
2013-07-05 12:53:35 +02:00
source=(http://pypi.python.org/packages/source/z/$name/$name-$version.zip)
2007-10-19 13:20:37 +02:00
build() {
cd $name-$version
/usr/bin/python setup.py install --root=$PKG --prefix=/usr
2007-10-19 13:20:37 +02:00
}