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
|
pkgbase = python-schwifty
|
||||||
pkgdesc = Validate/generate IBANS and BICS
|
pkgdesc = Validate/generate IBANS and BICS
|
||||||
pkgver = 2022.9.0
|
pkgver = 2022.9.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://github.com/mdomke/schwifty
|
url = http://github.com/mdomke/schwifty
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = python-build
|
makedepends = python-build
|
||||||
makedepends = python-installer
|
makedepends = python-installer
|
||||||
|
makedepends = python-setuptools
|
||||||
makedepends = python-setuptools-scm
|
makedepends = python-setuptools-scm
|
||||||
makedepends = python-wheel
|
makedepends = python-wheel
|
||||||
depends = python>=3.7
|
depends = python>=3.7
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,13 +2,13 @@
|
||||||
pkgname=python-schwifty
|
pkgname=python-schwifty
|
||||||
_name=${pkgname#python-}
|
_name=${pkgname#python-}
|
||||||
pkgver=2022.9.0
|
pkgver=2022.9.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Validate/generate IBANS and BICS"
|
pkgdesc="Validate/generate IBANS and BICS"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://github.com/mdomke/schwifty"
|
url="http://github.com/mdomke/schwifty"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=(python-build python-installer python-setuptools-scm python-wheel)
|
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
|
||||||
depends=('python>=3.7' python-iso3166 python-pycountry)
|
depends=('python>=3.7' 'python-iso3166' 'python-pycountry')
|
||||||
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
|
||||||
sha256sums=('ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620')
|
sha256sums=('ff3c4ad2951f8391b9c3d13e401b751f5d8b77981673e59a91074d5513121620')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue