smlinux/base/python-wheel/python-wheel.SMBuild
PktSurf fd5cb987b4 Renamed and repacked python tarball in base
Removed executable bit from some python package build files in base
2024-10-29 15:46:43 +05:30

28 lines
771 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-wheel
version=0.37.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() {
python3 setup.py install --root=$pkg
cp LICENSE.txt $pkgdocs/
mkfinalpkg
}
sha512sums="
265bcd195acc382f605c3be303e2fa220b32e99f3715836ed4491dd23e6972e09f8aa818110323e38e1e1ff8747e8495caf2ec0fe23656205a642cd0b64e6406 wheel-0.37.1.tar.lz
"