16 lines
461 B
Plaintext
Raw Normal View History

# Description: Zope interface library.
# URL: http://pypi.python.org/pypi/zope.interface
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
name=python-zope-interface
2020-04-12 00:32:14 +10:00
version=5.1.0
release=1
2017-11-04 13:11:07 +11:00
source=(https://pypi.io/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
2007-10-19 21:20:37 +10:00
build() {
cd zope.interface-$version
2017-11-04 13:11:07 +11:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --prefix=/usr --optimize=1
2007-10-19 21:20:37 +10:00
}