smlinux/base/python-tqdm/python-tqdm.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

27 lines
614 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-tqdm
version=4.60.0
build=1sml
homepage="https://github.com/tqdm/tqdm"
desc="Generate progress meter between loops in python programs"
requires="python-zipp"
prepbuilddir() {
mkandenterbuilddir
rm -rf tqdm-$version
tar xf $srcdir/tqdm-$version.tar.?z*
cd tqdm-$version
fixbuilddirpermissions
}
build() {
python3 setup.py install --root=$pkg
cp LICENCE $pkgdocs/
mkfinalpkg
}
sha512sums="
e76dda97323353725c8e30b254bacfa328b4708d37ba2d21dadd30fd26e76605d8f077f02f2047030c6ab9761710a0e86640153fee0e3a3f972db12266fcfde2 tqdm-4.60.0.tar.gz
"