aboutsummaryrefslogtreecommitdiff
path: root/libraries/pyte/pyte.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-11-17 22:01:38 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:16:07 +0700
commit17c0532f37b2dc5a091487ad5bf187b8d499b6bc (patch)
tree47798daf7f43d9eaf0ed427e7307b53a5ef53d02 /libraries/pyte/pyte.SlackBuild
parentdac87d24e98ba29908b41611f6c3b1c3c09fdea4 (diff)
libraries/pyte: Updated for version 0.8.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyte/pyte.SlackBuild')
-rw-r--r--libraries/pyte/pyte.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/pyte/pyte.SlackBuild b/libraries/pyte/pyte.SlackBuild
index 495c495f7d637..4de67457dcfb1 100644
--- a/libraries/pyte/pyte.SlackBuild
+++ b/libraries/pyte/pyte.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyte
-# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2023 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pyte
-VERSION=${VERSION:-0.8.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.8.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +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 {} \;
-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