contrib/python3-zope-interface/Pkgfile
2018-11-02 23:08:19 +11:00

16 lines
465 B
Plaintext

# Description: Zope interface library.
# URL: http://pypi.python.org/pypi/zope.interface
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
name=python3-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/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --prefix=/usr --optimize=1
}