summaryrefslogtreecommitdiffstats
path: root/python/more-itertools/more-itertools.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-05-14 18:26:43 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-18 06:55:36 +0700
commitfb796e8e2d81c15736939ae92d59fc8eccc28a99 (patch)
tree9a22d4c1728f3e59987ab1a8c3786ff04e7ecb49 /python/more-itertools/more-itertools.SlackBuild
parent17edc0975e55f77fb8f3fe9d5eb31f8e1717c59f (diff)
downloadslackbuilds-fb796e8e2d81c15736939ae92d59fc8eccc28a99.tar.gz
slackbuilds-fb796e8e2d81c15736939ae92d59fc8eccc28a99.tar.xz
python/more-itertools: Updated script & email.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/more-itertools/more-itertools.SlackBuild')
-rw-r--r--python/more-itertools/more-itertools.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/python/more-itertools/more-itertools.SlackBuild b/python/more-itertools/more-itertools.SlackBuild
index ad2e75c84c..5497caf053 100644
--- a/python/more-itertools/more-itertools.SlackBuild
+++ b/python/more-itertools/more-itertools.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for more-itertools
-# Copyright 2018 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2018-2024 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=more-itertools
VERSION=${VERSION:-4.1.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
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
+python2 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