# Maintainer: PktSurf app=python-wheel version=0.45.1 build=1sml homepage="https://pypi.org/project/wheel/" download="https://files.pythonhosted.org/packages/c0/6c/9f840c2e55b67b90745af06a540964b73589256cb10cc10057c87ac78fc2/wheel-$version.tar.gz" desc="Python implementation of the python wheel packaging standard" requires="python-click" prepbuilddir() { mkandenterbuilddir rm -rf wheel-$version tar xf $srcdir/wheel-$version.tar.?z* cd wheel-$version fixbuilddirpermissions } build() { unshare -n python3 -m build --wheel --no-isolation python3 -m installer --destdir "$pkg" dist/*.whl mkfinalpkg } sha512sums=" a3adaf9d04f7d18c29349e88a567d94209f6ef1e41215f3106da21ea8c51a158a288bb8a5928bef24cc999a89e6354f529263e2d5ce7cedb3dfad5251433743c wheel-0.45.1.tar.lz "