From cab5a7eba66c9941e50fd6978c2a50d9989b2264 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 3 Jul 2022 12:01:53 -0700 Subject: python/python3-kiwisolver: Updated for version 1.4.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-kiwisolver/python3-kiwisolver.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'python/python3-kiwisolver/python3-kiwisolver.SlackBuild') diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild index 390af3b7d3..dc508a2611 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild +++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-kiwisolver SRCNAM=kiwisolver -VERSION=${VERSION:-1.4.3} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,9 +68,6 @@ 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 {} \; -# Workaround - ensure egg.info folder is named kiwisolver-1.4.3-py3.9-egg.info -sed -i "/setup(/a \ \ name=\'kiwisolver\'," setup.py - python3 setup.py install --root $PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3