From 50d6b49fe57c929253d8d5c90f8b4261d025719f Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Mon, 12 Sep 2022 22:22:47 +0100 Subject: python/python3-more-itertools: Updated for version 8.14.0. Signed-off-by: bedlam --- python/python3-more-itertools/python3-more-itertools.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python/python3-more-itertools/python3-more-itertools.SlackBuild') diff --git a/python/python3-more-itertools/python3-more-itertools.SlackBuild b/python/python3-more-itertools/python3-more-itertools.SlackBuild index 5e581d2869..9ec6a0a57a 100644 --- a/python/python3-more-itertools/python3-more-itertools.SlackBuild +++ b/python/python3-more-itertools/python3-more-itertools.SlackBuild @@ -22,11 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220908 46and2: Updated version, added DEPS. +# -build process changed + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-more-itertools SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-8.12.0} +VERSION=${VERSION:-8.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +83,8 @@ 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 {} \; -python3 setup.py install --root=$PKG +python3 -m build --no-isolation +python3 -m installer -d "$PKG" dist/*.whl 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 -- cgit v1.2.3