pkgname=python-boolean.py pkgver=4.0 pkgrel=1 pkgdesc="Implements boolean algebra in one module" arch=('x86_64') url="https://github.com/bastikr/boolean.py" license=('BSD-2-Clause') depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=(https://github.com/bastikr/boolean.py/archive/v${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) sha256sums=(18790aa5a233293688483eddc4dd1fa73c7165bc226b00009ed2fa9ce5a06ee6) build() { cd ${pkgname#*-}-${pkgver} python3 -m build --wheel --no-isolation } package() { cd ${pkgname#*-}-${pkgver} python3 -m installer -d ${pkgdir} dist/*.whl }