From 8e7026f593f37f5af5ad20ac96fb100ffc0ff23a Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 30 Oct 2020 21:33:37 -0700 Subject: python/python-joblib: Updated for version 0.17.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python-joblib/python-joblib.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/python-joblib/python-joblib.SlackBuild') diff --git a/python/python-joblib/python-joblib.SlackBuild b/python/python-joblib/python-joblib.SlackBuild index 4fa95f58c7..22d7d95afc 100644 --- a/python/python-joblib/python-joblib.SlackBuild +++ b/python/python-joblib/python-joblib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-joblib -# Copyright 2019 Benjamin Trigona-Harany +# Copyright 2019-2020 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-joblib -VERSION=${VERSION:-0.14.1} +VERSION=${VERSION:-0.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3