summaryrefslogtreecommitdiffstats
path: root/python/colored/colored.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-11-11 18:46:51 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:33:10 +0700
commit36b363cb35226a9f488e5b73cb67778f608886b9 (patch)
tree2be9f6931b4f2e55a22732b244a438cab2f0452f /python/colored/colored.SlackBuild
parent8a3d26d4ccc9454f5f9c8ff1561b1ce3f3e4ca8c (diff)
downloadslackbuilds-36b363cb35226a9f488e5b73cb67778f608886b9.tar.gz
slackbuilds-36b363cb35226a9f488e5b73cb67778f608886b9.tar.xz
python/colored: Updated for version 1.4.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/colored/colored.SlackBuild')
-rw-r--r--python/colored/colored.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/python/colored/colored.SlackBuild b/python/colored/colored.SlackBuild
index 1d757c4681..bb24ba73e6 100644
--- a/python/colored/colored.SlackBuild
+++ b/python/colored/colored.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for colored
-# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=colored
-VERSION=${VERSION:-1.4.3}
+VERSION=${VERSION:-1.4.4}
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