# Contributor: Francesco Colista # Maintainer: Fabian Affolter pkgname=py3-pycountry _pkgname=pycountry pkgver=19.7.15 pkgrel=0 pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" url="https://pypi.org/project/pycountry" arch="noarch" license="LGPL-2.1-only" depends="python3" makedepends="py3-setuptools" checkdepends="py3-pytest" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-pycountry" # for backwards compatibility provides="py-pycountry=$pkgver-r$pkgrel" # for backwards compatibility build() { python3 setup.py build } check() { PYTHONPATH="$builddir/build/lib" py.test-3 -v } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="504ddf66747817a0bf7f9420e541c5589e3dacf818095af0b9de7ffdb66040345445900009349d5564647d33ec6941090aadbdc5931160314f621935d2556d99 pycountry-19.7.15.tar.gz"