diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-05 17:39:20 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-06 09:41:52 +0700 |
| commit | 1ae687df69c900debb0b9b8f3a5dcc29417a0556 (patch) | |
| tree | 10904bc79d52980738b4f47420e09b76718cb2fe /python/python3-kiwisolver | |
| parent | 89e704a71bd400d86b4ec95b20d20046fd4fad8b (diff) | |
python/python3-kiwisolver: Version bump to 1.4.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-kiwisolver')
| -rw-r--r-- | python/python3-kiwisolver/python3-kiwisolver.SlackBuild | 12 | ||||
| -rw-r--r-- | python/python3-kiwisolver/python3-kiwisolver.info | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild index 53c78d794e..48245ab098 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild +++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2018 Serban Udrea <s.udrea@gsi.de> # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-kiwisolver -SRCNAM=kiwisolver -VERSION=${VERSION:-1.4.5} +SRCNAM=kiwi +VERSION=${VERSION:-1.4.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -71,6 +71,8 @@ find -L . \ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])') export PYTHONPATH=/opt/python$PYVER/site-packages +export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION + python3 -m build --wheel --no-isolation python3 -m installer --destdir "$PKG" dist/*.whl @@ -78,7 +80,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE PKG-INFO README.rst releasenotes.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + LICENSE README.rst releasenotes.rst \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-kiwisolver/python3-kiwisolver.info b/python/python3-kiwisolver/python3-kiwisolver.info index f54bac9c1f..a817039754 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.5" +VERSION="1.4.7" HOMEPAGE="https://github.com/nucleic/kiwi" -DOWNLOAD="https://github.com/nucleic/kiwi/releases/download/1.4.5/kiwisolver-1.4.5.tar.gz" -MD5SUM="20dea6992699d6be8a563995d7fe0309" +DOWNLOAD="https://github.com/nucleic/kiwi/archive/refs/tags/1.4.7/kiwi-1.4.7.tar.gz" +MD5SUM="2f90662eebcf7ce9a11c0dccb941ae6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cppy" |
