# Compiling Time: 0.02 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-boolean.py
pkgver=5.0
pkgrel=1
pkgdesc="Implements boolean algebra in one module"
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="boolean.py"
_F_archive_name=boolean_py
Finclude pypi
sha1sums=('acec3e4de326a52b0c3afadf9ce999e1cd9729dc')

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build -nw || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
