diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-30 13:28:15 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 10:21:19 +0700 |
| commit | cf6c0357dae4b0c7a776f020b7b4602b9350cd01 (patch) | |
| tree | fd04af1a34876e8d8f762ef033faa2769212e398 /python/python3-kiwisolver/python3-kiwisolver.SlackBuild | |
| parent | fe2e47c8abefa3e863c9a7998491ed7eea546124 (diff) | |
python/python3-kiwisolver: Update for 1.4.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-kiwisolver/python3-kiwisolver.SlackBuild')
| -rw-r--r-- | python/python3-kiwisolver/python3-kiwisolver.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |
