python/click-plugins: Updated for version 1.1.1.

This commit is contained in:
Benjamin Trigona-Harany 2019-04-04 08:59:04 -07:00 committed by Willy Sudiarto Raharjo
parent b5868f9d69
commit 6953d8814e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 10 deletions

View file

@ -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

View file

@ -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"