add missing dependencies
This commit is contained in:
parent
c7e94a8d07
commit
6226843b5c
2 changed files with 6 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2024.11.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
license = MIT
|
||||
|
@ -13,6 +13,8 @@ pkgbase = python-schwifty
|
|||
depends = python>=3.9
|
||||
depends = python-iso3166
|
||||
depends = python-pycountry
|
||||
depends = python-rstr
|
||||
optdepends = python-pydantic>=2.0: data validation
|
||||
source = https://files.pythonhosted.org/packages/source/s/schwifty/schwifty-2024.11.0.tar.gz
|
||||
sha256sums = d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a
|
||||
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -2,13 +2,14 @@
|
|||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2024.11.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
license=('MIT')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
|
||||
depends=('python>=3.9' 'python-iso3166' 'python-pycountry')
|
||||
optdepends=('python-pydantic>=2.0: data validation')
|
||||
depends=('python>=3.9' 'python-iso3166' 'python-pycountry' 'python-rstr')
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||
sha256sums=('d0aaed03168403b433de515d663df09516941ae70152850da3afe3c242255f6a')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue