# Description: Python functions as pipeline jobs # URL: https://github.com/joblib/joblib/releases # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: python3-wheel name=python3-joblib version=1.5.3 release=1 source=(https://github.com/joblib/joblib/releases/download/${version}/joblib-$version.tar.gz) build() { cd ${name#*-}-$version /usr/bin/pip3 install --isolate --root="$PKG" --ignore-installed --no-deps . find $PKG \( -iname "README*" -o \ -iname INSTALLER -o \ -iname REQUESTED -o \ -iname "LICENSE" \) -delete chmod -R g-w $PKG }