blob: 4dac05d02770608736f7783046dd357449d1f64f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-stdnum
pkgdesc = Handle, parse and validate more than 200 different standard numbers (EAN, IBAN, ISBN, etc.)
pkgver = 2.2
pkgrel = 1
url = https://github.com/arthurdejong/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-zeep: recommended SOAP implementation
optdepends = python-suds: fallback SOAP implementation
source = python-stdnum-2.2.tar.gz::https://github.com/arthurdejong/python-stdnum/archive/refs/tags/2.2.tar.gz
sha256sums = 2fef7597bc2ee7542f22975142922adc77c0cf0f3908879717496708cb7c0f06
pkgname = python-stdnum
|