From c1a190b250c9e534570ebf0b413f0735ce4ef3d9 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Fri, 16 Feb 2024 22:02:33 +0700 Subject: python/python3-pipx: Updated for version 1.3.1. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pipx/python3-pipx.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/python3-pipx/python3-pipx.SlackBuild') diff --git a/python/python3-pipx/python3-pipx.SlackBuild b/python/python3-pipx/python3-pipx.SlackBuild index a0231c6206..2c3291e3f1 100644 --- a/python/python3-pipx/python3-pipx.SlackBuild +++ b/python/python3-pipx/python3-pipx.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for python3-pipx -# Copyright 2023 Vijay Marcel +# Copyright 2023-2024 Vijay Marcel + # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pipx -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +87,7 @@ python3 -m build --wheel --no-isolation python3 -m installer --destdir "$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 + | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGELOG.md CONTRIBUTING.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3