pkgname=zoner pkgver=1 pkgrel=1 arch=(any) makedepends=(python-build python-installer python-wheel) depends=(python-requests) source=(pyproject.toml zoner.py) sha256sums=(SKIP SKIP) license=(MIT) build() { python -m build --wheel --no-isolation } package() { python -m installer --destdir="$pkgdir" "$srcdir"/dist/*.whl }