diff options
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 |
commit | fb796e8e2d81c15736939ae92d59fc8eccc28a99 (patch) | |
tree | 9a22d4c1728f3e59987ab1a8c3786ff04e7ecb49 | |
parent | 17edc0975e55f77fb8f3fe9d5eb31f8e1717c59f (diff) |
python/more-itertools: Updated script & email.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/more-itertools/more-itertools.SlackBuild | 11 | ||||
-rw-r--r-- | python/more-itertools/more-itertools.info | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/python/more-itertools/more-itertools.SlackBuild b/python/more-itertools/more-itertools.SlackBuild index ad2e75c84c4bb..5497caf0534ef 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 diff --git a/python/more-itertools/more-itertools.info b/python/more-itertools/more-itertools.info index e7a5a4d6b15e6..80d50239b50f5 100644 --- a/python/more-itertools/more-itertools.info +++ b/python/more-itertools/more-itertools.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |