# Maintainer: Sebastiaan Lokhorst # Contributor: M0Rf30 # Contributor: Gour pkgname=python-vatnumber _pkgname=vatnumber pkgver=1.2 pkgrel=2 pkgdesc="Python module to validate VAT numbers" arch=('any') url="https://pypi.org/project/vatnumber/" license=('GPL3') depends=('python' 'python-stdnum') makedepends=('python-setuptools') optdepends=("python-suds: SOAP client for European Union's Vat information exchange service") source=("https://files.pythonhosted.org/packages/d7/7c/869b59cd9cb6ed1057372cb704a3b86688ae8c12cfc7fcaedbc1424f5e7f/$_pkgname-$pkgver.tar.gz") md5sums=('3b1541be3834a865f6f7bcce809ffb25') package() { cd $srcdir/$_pkgname-$pkgver python setup.py install --root=$pkgdir }