contrib/python3-zope-interface/Pkgfile

16 lines
465 B
Plaintext
Raw Normal View History

2017-11-05 08:48:14 +01:00
# Description: Zope interface library.
# URL: http://pypi.python.org/pypi/zope.interface
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-setuptools
2017-11-05 09:13:21 +01:00
name=python3-zope-interface
2020-04-11 16:32:26 +02:00
version=5.1.0
2017-11-05 08:48:14 +01:00
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
}