smlinux/base/python-joblib/python-joblib.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
625 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=python-joblib
version=1.0.1
build=1sml
homepage="https://joblib.readthedocs.io"
desc="Set of python tools to provide lightweight pipelining"
requires="python-regex"
prepbuilddir() {
mkandenterbuilddir
rm -rf joblib-$version
tar xf $srcdir/joblib-$version.tar.?z*
cd joblib-$version
fixbuilddirpermissions
}
build() {
python3 setup.py install --root=$pkg
cp LICENSE.txt $pkgdocs/
mkfinalpkg
}
sha512sums="
e985982d9f4fb1abf5f9a55008e4666a06fe7d39324877a89823e9acd7edd447dc342c264a21d4546eb29f285b1b735f25b3064e5c0361be4dbf723860e4fdbe joblib-1.0.1.tar.gz
"