just in case add setuptools and quote all depends pkgs while we're there
This commit is contained in:
parent
0b5069d996
commit
68a1a04bb1
2 changed files with 5 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,12 +1,13 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2022.9.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://github.com/mdomke/schwifty
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-setuptools-scm
|
||||
makedepends = python-wheel
|
||||
depends = python>=3.7
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,13 +2,13 @@
|
|||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2022.9.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Validate/generate IBANS and BICS"
|
||||
arch=('any')
|
||||
url="http://github.com/mdomke/schwifty"
|
||||
license=('MIT')
|
||||
makedepends=(python-build python-installer python-setuptools-scm python-wheel)
|
||||
depends=('python>=3.7' python-iso3166 python-pycountry)
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
|
||||
depends=('python>=3.7' 'python-iso3166' 'python-pycountry')
|
||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||
sha256sums=('ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue