From cf6c0357dae4b0c7a776f020b7b4602b9350cd01 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 30 Jun 2022 13:28:15 -0700 Subject: python/python3-kiwisolver: Update for 1.4.3 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-kiwisolver/python3-kiwisolver.SlackBuild | 5 ++++- python/python3-kiwisolver/python3-kiwisolver.info | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'python') diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild index 001aa556b0..390af3b7d3 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.2} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,6 +68,9 @@ 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 \ diff --git a/python/python3-kiwisolver/python3-kiwisolver.info b/python/python3-kiwisolver/python3-kiwisolver.info index ced94d7c74..9d67f3b53c 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.info +++ b/python/python3-kiwisolver/python3-kiwisolver.info @@ -1,8 +1,8 @@ PRGNAM="python3-kiwisolver" -VERSION="1.4.2" +VERSION="1.4.3" HOMEPAGE="https://github.com/nucleic/kiwi" -DOWNLOAD="https://github.com/nucleic/kiwi/releases/download/1.4.2/kiwisolver-1.4.2.tar.gz" -MD5SUM="7c13323bbb476d95c259032d39d133f3" +DOWNLOAD="https://github.com/nucleic/kiwi/releases/download/1.4.3/kiwisolver-1.4.3.tar.gz" +MD5SUM="73a4e57c33ded99dbe9a5cabca5be04b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cppy" -- cgit v1.2.3