# Contributor: sev # Maintainer: sev _pkgname=iso3166 pkgname=py3-$_pkgname pkgver=2.1.1 pkgrel=1 pkgdesc="Self-contained ISO 3166-1 country definitions." url="https://github.com/deactivated/python-iso3166" arch="noarch" license="MIT" depends="python3>=3.6" 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 check() { PYTHONPATH="$builddir"/build/lib py.test } build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums=" b427c58ab44abd21a985b0d2b0ea48576cd0fd0d4383d7c53492961d3649c7829acebff66984ce74a02b4f3315c3cfc57dc29fd033f6d6dd7606aca43bfb6401 iso3166-2.1.1.tar.gz "