summaryrefslogtreecommitdiffstats
path: root/python/click-plugins/click-plugins.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-04-04 08:59:04 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-04-06 07:02:59 +0700
commit6953d8814e29b8c3eabdbbb417a37d65ec34264a (patch)
treecbfd7bb3cf262f3bcd43f8dfdbcdf4719d6201bb /python/click-plugins/click-plugins.SlackBuild
parentb5868f9d69a5d7d1287664b78c5147e0b985cfc4 (diff)
downloadslackbuilds-6953d8814e29b8c3eabdbbb417a37d65ec34264a.tar.gz
slackbuilds-6953d8814e29b8c3eabdbbb417a37d65ec34264a.tar.xz
python/click-plugins: Updated for version 1.1.1.
Diffstat (limited to 'python/click-plugins/click-plugins.SlackBuild')
-rw-r--r--python/click-plugins/click-plugins.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/python/click-plugins/click-plugins.SlackBuild b/python/click-plugins/click-plugins.SlackBuild
index a0baf607f5..13ec4e763d 100644
--- a/python/click-plugins/click-plugins.SlackBuild
+++ b/python/click-plugins/click-plugins.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for click-plugins
-# Copyright 2015 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2019 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=click-plugins
-VERSION=${VERSION:-1.0.4}
+VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,10 +69,8 @@ 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 {} \;
-python setup.py install --root=$PKG
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
+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 \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true