blob: 512832879fd7f6beb9df64fbe1e1b45560158041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-stdnum
pkgdesc = Handle, parse and validate more than 200 different standard numbers (EAN, IBAN, ISBN, etc.)
pkgver = 1.20
pkgrel = 4
url = https://arthurdejong.org/python-stdnum
arch = any
license = LGPL-2.1-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-lxml
depends = python-requests
depends = python-setuptools
optdepends = python-pysimplesoap: fallback SOAP implementation
optdepends = python-suds: second recommended SOAP implementation
optdepends = python-zeep: recommended SOAP implementation
source = https://arthurdejong.org/python-stdnum/python-stdnum-1.20.tar.gz
sha256sums = ad2a2cf2eb025de408210235f36b4ae31252de3186240ccaa8126e117cb82690
pkgname = python-stdnum
|