# Contributor: zlg # Maintainer: pkgname=py3-zope-hookable _pkgname=zope.hookable pkgver=5.1.0 pkgrel=0 pkgdesc="A library that provides an interface for hookable functions" url="https://github.com/zopefoundation/zope.hookable" arch="all" # Certified net clean license="ZPL-2.1" depends="python3" makedepends="python3-dev" subpackages="" source="$_pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="cfcd9fc698fc165317ab1b89a1a82b1c1e08d4dbea6c4f8a2459736150bfb0d82eda4d6c448ac966f2853fe12ec714a782a5947f1c5bc3cd89a573889db564fb zope.hookable-5.1.0.tar.gz"