19 lines
480 B
Plaintext
Raw Normal View History

2017-11-05 18:48:14 +11:00
# Description: Zope interface library.
2023-08-06 21:25:15 +02:00
# URL: https://pypi.python.org/pypi/zope.interface
# Maintainer: Tim Biermann, tbier at posteo dot de
2017-11-05 18:48:14 +11:00
# Depends on: python3-setuptools
2017-11-05 19:13:21 +11:00
name=python3-zope-interface
2024-08-28 06:46:57 +02:00
version=7.0.3
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
2023-08-06 21:25:15 +02:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
2017-11-05 18:48:14 +11:00
}