try changing to hatchling builds
This commit is contained in:
parent
6226843b5c
commit
74624f2dbb
2 changed files with 6 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,15 +1,15 @@
|
|||
pkgbase = python-schwifty
|
||||
pkgdesc = Validate/generate IBANS and BICS
|
||||
pkgver = 2024.11.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
|
||||
makedepends = python-hatchling
|
||||
makedepends = python-hatch-vcs
|
||||
depends = python>=3.9
|
||||
depends = python-iso3166
|
||||
depends = python-pycountry
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -2,12 +2,12 @@
|
|||
pkgname=python-schwifty
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2024.11.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' 'python-setuptools-scm' 'python-wheel')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling' 'python-hatch-vcs')
|
||||
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)
|
||||
|
@ -21,4 +21,5 @@ build() {
|
|||
package() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
install -Dm644 "${srcdir}/${_name}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue