# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-zope-configuration _pkgname=zope.configuration pkgver=4.3.1 pkgrel=2 pkgdesc="Zope Configuration Markup Language" url="http://pypi.python.org/pypi/zope.configuration" arch="noarch" license="ZPL-2.1" depends="python3 py3-zope-interface py3-setuptools py3-zope-schema py3-zope-i18nmessageid" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-zope-configuration" # Backwards compatibility provides="py-zope-configuration=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="bc8edf84a391cab4f664ea3a4d24b65cb9db351c972b6118e69fe3c726bbe3337121ff59d687dddf463b3672ed6996f21d4437941c81dc456a4e5d837e0945d2 zope.configuration-4.3.1.tar.gz"