summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 89c0b6fee4096bc3b630e96910ef01241decc772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Sebastiaan Lokhorst <sebastiaanlokhorst@gmail.com>
# Contributor: M0Rf30
# Contributor: Gour <gour@gour-nitai.com>

pkgname=python-vatnumber
_pkgname=vatnumber
pkgver=1.2
pkgrel=2
pkgdesc="Python module to validate VAT numbers"
arch=('any')
url="https://pypi.python.org/pypi/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://pypi.python.org/packages/d7/7c/869b59cd9cb6ed1057372cb704a3b86688ae8c12cfc7fcaedbc1424f5e7f/$_pkgname-$pkgver.tar.gz")
md5sums=('3b1541be3834a865f6f7bcce809ffb25')

package() {
  cd $srcdir/$_pkgname-$pkgver
  python setup.py install --root=$pkgdir
}