Only build wheel + fix dependencies

This commit is contained in:
Fabrice Mouhartem 2023-12-28 21:49:08 +01:00
parent 3e1b3f0d5c
commit 2415a573fb

View File

@ -4,19 +4,19 @@
# (https://aur.archlinux.org/packages/fanficfare-git)
_pkgname=kalamine
pkgname=kalamine-git
pkgver=r76.489249f
pkgver=r76.b566115
pkgrel=1
pkgdesc="A text-based, cross-platform Keyboard Layout Maker."
arch=('any')
url="https://github.com/fabi1cazenave/${_pkgname}"
license=('MIT')
groups=()
deps=(
'click',
'pyyaml',
'setuptools',
'tomli',
'lxml',
_deps=(
'click'
'pyyaml'
'setuptools'
'tomli'
'lxml'
)
depends=("${_deps[@]/#/python-}")
makedepends=('git')
@ -35,7 +35,7 @@ pkgver() {
build() {
cd "$srcdir/${_pkgname}"
python -m build
python -m build --wheel --no-isolation
}
package() {