abinfo "Building python module"
(
        cd "$SRCDIR/py"
        python3 -m build --wheel --no-isolation
        python3 -m installer --destdir="${PKGDIR}" dist/*.whl
)
