diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-03 21:43:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:10 +0700 |
commit | 1f11a0007257d12acebf48d9b1024da45ced6466 (patch) | |
tree | 28287cdd8867f7a4af021c0b1dca9917deea05ef /python/pkginfo/pkginfo.SlackBuild | |
parent | b20bf26f9ce8923e06c46d7d68aac2d0e7e9535f (diff) |
python/pkginfo: Updated for version 1.9.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pkginfo/pkginfo.SlackBuild')
-rw-r--r-- | python/pkginfo/pkginfo.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/python/pkginfo/pkginfo.SlackBuild b/python/pkginfo/pkginfo.SlackBuild index bcd41ac114eb2..9047538c7ecc6 100644 --- a/python/pkginfo/pkginfo.SlackBuild +++ b/python/pkginfo/pkginfo.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pkginfo -VERSION=${VERSION:-1.8.2} +VERSION=${VERSION:-1.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,12 +79,7 @@ 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 - -# Python 3 support. -if $(python3 -c 'import sys' 2>/dev/null); then - python3 setup.py install --root=$PKG -fi +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 |