aboutsummaryrefslogtreecommitdiff
path: root/python/python-editor/python-editor.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2021-05-03 12:36:19 +0300
committerDimitris Zlatanidis <d.zlatanidis@gmail.com>2021-05-03 12:36:19 +0300
commit6832f8193ce833b21c2a0a41e324f179cfbde467 (patch)
tree32d5d29db2bdd17cd1be1e759c5a8e228831b97b /python/python-editor/python-editor.SlackBuild
parent3b8d7e22335e3c823413b19e906705e983f26fc3 (diff)
python/python-editor: Updated for version 1.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-editor/python-editor.SlackBuild')
-rw-r--r--python/python-editor/python-editor.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python-editor/python-editor.SlackBuild b/python/python-editor/python-editor.SlackBuild
index 5be368fd66..56382da85a 100644
--- a/python/python-editor/python-editor.SlackBuild
+++ b/python/python-editor/python-editor.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-editor
-# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2016-2021 Dimitris Zlatanidis Orestiada, Greece
# 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=python-editor
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python 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