aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pipx
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
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')
-rw-r--r--python/python3-pipx/python3-pipx.SlackBuild7
-rw-r--r--python/python3-pipx/python3-pipx.info6
2 files changed, 6 insertions, 7 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
diff --git a/python/python3-pipx/python3-pipx.info b/python/python3-pipx/python3-pipx.info
index 0689ed4c90..c4550bbb9a 100644
--- a/python/python3-pipx/python3-pipx.info
+++ b/python/python3-pipx/python3-pipx.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pipx"
-VERSION="1.7.1"
+VERSION="1.8.0"
HOMEPAGE="https://github.com/pipxproject/pipx"
-DOWNLOAD="https://pypi.io/packages/source/p/pipx/pipx-1.7.1.tar.gz"
-MD5SUM="7b2bd7c1397e74e7e7beb04b121702c4"
+DOWNLOAD="https://pypi.io/packages/source/p/pipx/pipx-1.8.0.tar.gz"
+MD5SUM="db083ad1bda9f45e40bc3399c85cc1a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_vcs python3-platformdirs python3-argcomplete python3-userpath"