contrib/python-zope-interface/Pkgfile
2018-11-02 23:07:58 +11: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=4.6.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
}