contrib/python-zope-interface/Pkgfile
2020-04-12 10:43:23 +10:00

16 lines
461 B
Plaintext

# Description: Zope interface library.
# URL: http://pypi.python.org/pypi/zope.interface
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-setuptools
name=python-zope-interface
version=5.1.0
release=1
source=(https://pypi.io/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
build() {
cd zope.interface-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --prefix=/usr --optimize=1
}