2007-10-19 21:20:37 +10:00
|
|
|
# Description: Zope3 interface library.
|
2011-04-10 22:13:20 +10:00
|
|
|
# URL: http://pypi.python.org/pypi/zope.interface/
|
|
|
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
2007-10-19 21:20:37 +10:00
|
|
|
# Packager: Lucas Hazel, lucas at die dot net dot au
|
2011-10-01 21:22:00 +10:00
|
|
|
# Depends on: setuptools
|
2007-10-19 21:20:37 +10:00
|
|
|
|
2011-04-10 22:13:20 +10:00
|
|
|
name=zope.interface
|
2011-10-01 21:22:00 +10:00
|
|
|
version=3.8.0
|
2011-04-10 22:13:20 +10:00
|
|
|
release=1
|
|
|
|
source=(http://pypi.python.org/packages/source/z/$name/$name-$version.tar.gz)
|
2007-10-19 21:20:37 +10:00
|
|
|
|
|
|
|
build() {
|
2011-04-10 22:13:20 +10:00
|
|
|
cd $name-$version
|
2007-10-19 21:20:37 +10:00
|
|
|
python setup.py install --root=$PKG --prefix=/usr
|
2007-10-24 15:50:37 +10:00
|
|
|
rm $PKG/usr/lib/python*/site-packages/zope/interface/README{,.ru}.txt
|
2009-01-28 21:16:54 +11:00
|
|
|
find $PKG -name '*egg-info' | xargs rm -rf
|
2007-10-19 21:20:37 +10:00
|
|
|
}
|