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

pkgname=python3-auditwheel
pkgver=6.4.0
pkgrel=1
pkgdesc="Auditing and relabeling cross-distribution Linux wheels"
depends=('python3-wheel' 'unzip' 'patchelf' 'python3-pyelftools')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-setuptools_scm')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="auditwheel"
Finclude pypi
sha1sums=('d3d734c3746db3cf7bc7d04db1f2271bf52e65c8')
_F_python_version=python3

build() {
        Fcd
        Fexec python -m build --wheel --no-isolation || Fdie
        Fexec python -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}


# optimization OK
