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

pkgname=python-vatnumber
_pkgname=vatnumber
pkgver=1.2
pkgrel=1
pkgdesc="Python module to validate VAT numbers"
arch=('any')
url="https://pypi.python.org/pypi/vatnumber"
conflicts=('python-vatnumber')
license=('GPL3')
depends=('python')
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
}