smlinux/base/python-wheel/python-wheel.SMBuild
2022-09-23 11:42:48 +05:30

25 lines
721 B
Text
Executable file

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"
build() {
mkandenterbuilddir
rm -rf wheel-$version
tar xf $srcdir/wheel-$version.tar.?z*
cd wheel-$version
fixbuilddirpermissions
python3 setup.py install --prefix="" --root=$pkg
cp LICENSE.txt $pkgdocs/
mkfinalpkg
}
sha512sums="
73f5c6e77b8c396163b02e12ce7291e32960d771c732d8e97476971201b29e654d53551b2ce17db1fbde5697ced1908607995cac38fe2b61c63aec6abd4b6aaf wheel-0.36.2.tar.gz
"