contrib/python3-zope-hookable/Pkgfile

16 lines
490 B
Plaintext

# Description: Represents the core of the Zope hookable Architecture
# URL: https://github.com/zopefoundation/zope.hookable
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
name=python3-zope-hookable
version=6.0
release=1
source=(https://github.com/zopefoundation/zope.hookable/archive/$version/$name-$version.tar.gz)
build() {
cd zope.hookable-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}