aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pipx/python3-pipx.SlackBuild
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2025-10-24 21:33:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-10-24 22:00:40 +0700
commit8d03567a7b5e94242ff2ff45a352ff01f07747a0 (patch)
treecc4fbf9b2601dd7ea09567fa9dd7d35f022345e3 /python/python3-pipx/python3-pipx.SlackBuild
parent7940b36b08f85ab43df8393ebd4cbe7af0a9054a (diff)
python/python3-pipx: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pipx/python3-pipx.SlackBuild')
-rw-r--r--python/python3-pipx/python3-pipx.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/python/python3-pipx/python3-pipx.SlackBuild b/python/python3-pipx/python3-pipx.SlackBuild
index c4421db773..4d9f6b4800 100644
--- a/python/python3-pipx/python3-pipx.SlackBuild
+++ b/python/python3-pipx/python3-pipx.SlackBuild
@@ -26,13 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pipx
-VERSION=${VERSION:-1.7.1}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=${SRCNAM:-pipx}
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@@ -79,9 +78,9 @@ cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages