# Contributor: Natanael Copa # Maintainer: zlg pkgname=py3-zope-interface _pkgname=zope.interface pkgver=4.5.0 pkgrel=0 pkgdesc="Separate distribution of the zope.interface package used in Zope" url="https://zopeinterface.readthedocs.io" arch="all" license="ZPL-2.1" depends="python3 py3-zope-event" makedepends="python3-dev" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" python3 setup.py build } check() { cd "$builddir" python3 setup.py test } package() { cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="d3a256723901bf505e4caa0f9988814cd583aefa1adced7ea9ce0a9130e67909f8d6b5dd20d986182a34ea216d63aec1aa4513fc76110e6d96a43a49f1719ee1 zope.interface-4.5.0.tar.gz"