contrib/zope.interface/Pkgfile

18 lines
554 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: python
name=zope.interface
version=3.6.1
release=1
source=(http://pypi.python.org/packages/source/z/$name/$name-$version.tar.gz)
2007-10-19 13:20:37 +02:00
build() {
cd $name-$version
2007-10-19 13:20:37 +02:00
python setup.py install --root=$PKG --prefix=/usr
2007-10-24 07:50:37 +02:00
rm $PKG/usr/lib/python*/site-packages/zope/interface/README{,.ru}.txt
find $PKG -name '*egg-info' | xargs rm -rf
2007-10-19 13:20:37 +02:00
}