From 22937057fb441a1e3b4ffd585b275d69d0da6399 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 3 Dec 2023 21:52:11 +0200 Subject: python/veryprettytable: Update script. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- python/veryprettytable/veryprettytable.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/veryprettytable') diff --git a/python/veryprettytable/veryprettytable.SlackBuild b/python/veryprettytable/veryprettytable.SlackBuild index a3e8aecaae4ff..82c857bb1f70c 100644 --- a/python/veryprettytable/veryprettytable.SlackBuild +++ b/python/veryprettytable/veryprettytable.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for veryprettytable -# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=veryprettytable VERSION=${VERSION:-0.8.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,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 \ -- cgit v1.2.3