# Contributor: Kaarle Ritvanen # Maintainer: Kaarle Ritvanen pkgname=py3-phonenumbers _pkgname=phonenumbers pkgver=8.11.1 pkgrel=0 pkgdesc="International phone number library for Python" url="https://github.com/daviddrysdale/python-phonenumbers" arch="noarch" license="Apache-2.0" depends="python3" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces="py-phonenumbers" # Backwards compatibility provides="py-phonenumbers=$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="24e32176f45871c80f4c74ccf248742441422a61935f1ac3fe21acbece4a85d8a2f264f24e7f77d5ac31eae52ff0d598c50c882aec50f22733da3b4e70a5ee02 phonenumbers-8.11.1.tar.gz"