# Maintainer: Richard Neumann aka. schard _pkgbase='mcipc' pkgname="python-${_pkgbase}" pkgver=2.4.2 pkgrel=2 pkgdesc='Python 3 library and scripts for the RCON and Query protocol' arch=('any') url="https://github.com/coNQP/${_pkgbase}" license=('GPLv3') depends=('python' 'python-setuptools' 'python-rcon>=2.3.4') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') source=("${_pkgbase}::git+${url}.git#tag=${pkgver}") md5sums=('SKIP') build() { cd "${srcdir}/${_pkgbase}" python -m build --wheel --no-isolation } package() { cd "${srcdir}/${_pkgbase}" python -m installer --destdir="$pkgdir" dist/*.whl }