diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 21:33:37 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:44 +0700 |
commit | 8e7026f593f37f5af5ad20ac96fb100ffc0ff23a (patch) | |
tree | c0ff3f41e5462815201669f5a2395baf66968079 /python/python-joblib/python-joblib.SlackBuild | |
parent | 9a7eb2a8cdfab0b4900c2efe574460470997b199 (diff) |
python/python-joblib: Updated for version 0.17.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-joblib/python-joblib.SlackBuild')
-rw-r--r-- | python/python-joblib/python-joblib.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 <slackbuilds@jaxartes.net> +# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # 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 \ |