16 lines
462 B
Plaintext
Raw Normal View History

2017-11-05 18:48:14 +11: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 19:13:21 +11:00
name=python3-zope-interface
2023-04-01 14:55:07 +02:00
version=6.0
2017-11-05 18:48:14 +11:00
release=1
source=(https://pypi.io/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
2020-10-01 07:52:58 +00:00
2017-11-05 18:48:14 +11:00
build() {
cd zope.interface-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --prefix=/usr --optimize=1
}