summaryrefslogtreecommitdiffstats
path: root/python/veryprettytable
diff options
context:
space:
mode:
author Dimitris Zlatanidis2023-12-03 20:52:11 +0100
committer Willy Sudiarto Raharjo2023-12-09 01:49:06 +0100
commit22937057fb441a1e3b4ffd585b275d69d0da6399 (patch)
treea536d6904a709c1fb20235588cf0680ebb8047a7 /python/veryprettytable
parentf781e701d9e4e3c8d0222abd874fbd77aaae829a (diff)
downloadslackbuilds-22937057fb441a1e3b4ffd585b275d69d0da6399.tar.gz
python/veryprettytable: Update script.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/veryprettytable')
-rw-r--r--python/veryprettytable/veryprettytable.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/veryprettytable/veryprettytable.SlackBuild b/python/veryprettytable/veryprettytable.SlackBuild
index a3e8aecaae..82c857bb1f 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 \