diff options
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 |
commit | 6953d8814e29b8c3eabdbbb417a37d65ec34264a (patch) | |
tree | cbfd7bb3cf262f3bcd43f8dfdbcdf4719d6201bb | |
parent | b5868f9d69a5d7d1287664b78c5147e0b985cfc4 (diff) |
python/click-plugins: Updated for version 1.1.1.
-rw-r--r-- | python/click-plugins/click-plugins.SlackBuild | 10 | ||||
-rw-r--r-- | python/click-plugins/click-plugins.info | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/python/click-plugins/click-plugins.SlackBuild b/python/click-plugins/click-plugins.SlackBuild index a0baf607f5b2..13ec4e763d4c 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 diff --git a/python/click-plugins/click-plugins.info b/python/click-plugins/click-plugins.info index e500e00e6814..50547d04c958 100644 --- a/python/click-plugins/click-plugins.info +++ b/python/click-plugins/click-plugins.info @@ -1,10 +1,10 @@ PRGNAM="click-plugins" -VERSION="1.0.4" +VERSION="1.1.1" HOMEPAGE="https://github.com/click-contrib/click-plugins" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-1.0.4.tar.gz" -MD5SUM="3db73ba58271e3d9644be9b9c03a9d8d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-1.1.1.tar.gz" +MD5SUM="969268b5b005b2b56115c66c55013252" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="click" +REQUIRES="click python3" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |