contrib/python3-zope-interface/Pkgfile

19 lines
478 B
Plaintext
Raw Normal View History

2017-11-05 08:48:14 +01: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 08:48:14 +01:00
# Depends on: python3-setuptools
2017-11-05 09:13:21 +01:00
name=python3-zope-interface
2023-10-05 22:48:15 +02:00
version=6.1
2017-11-05 08:48:14 +01:00
release=1
source=(https://pypi.io/packages/source/z/zope.interface/zope.interface-$version.tar.gz)
2020-10-01 09:52:58 +02:00
2017-11-05 08:48:14 +01:00
build() {
2023-08-06 21:25:15 +02:00
cd zope.interface-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
2017-11-05 08:48:14 +01:00
}