contrib/zope.interface/Pkgfile

16 lines
435 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/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
2007-10-19 13:20:37 +02:00
name=zope.interface
2017-11-04 03:11:07 +01:00
version=4.4.3
release=1
2017-11-04 03:11:07 +01:00
source=(https://pypi.io/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
2007-10-19 13:20:37 +02:00
build() {
cd $name-$version
2017-11-04 03:11:07 +01:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --prefix=/usr
2007-10-19 13:20:37 +02:00
}