summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Vijay Marcel2024-02-16 16:02:33 +0100
committer Willy Sudiarto Raharjo2024-02-16 16:08:17 +0100
commitc1a190b250c9e534570ebf0b413f0735ce4ef3d9 (patch)
tree9a01bcc294df860f5ca3c49314cb67e1bc13f4cb /python
parent36d555ff07dd605b8897c1f15913f9ad1bc73596 (diff)
downloadslackbuilds-c1a190b250c9e534570ebf0b413f0735ce4ef3d9.tar.gz
python/python3-pipx: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pipx/python3-pipx.SlackBuild7
-rw-r--r--python/python3-pipx/python3-pipx.info8
2 files changed, 8 insertions, 7 deletions
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
diff --git a/python/python3-pipx/python3-pipx.info b/python/python3-pipx/python3-pipx.info
index 66c1700452..f36b8ec4d0 100644
--- a/python/python3-pipx/python3-pipx.info
+++ b/python/python3-pipx/python3-pipx.info
@@ -1,10 +1,10 @@
PRGNAM="python3-pipx"
-VERSION="1.1.0"
+VERSION="1.3.1"
HOMEPAGE="https://github.com/pipxproject/pipx"
-DOWNLOAD="https://pypi.io/packages/source/p/pipx/pipx-1.1.0.tar.gz"
-MD5SUM="40528358b11ff6a191d2df232ed2cf4c"
+DOWNLOAD="https://pypi.io/packages/source/p/pipx/pipx-1.3.1.tar.gz"
+MD5SUM="973ac385791b4c51bf44f50f36d16f7b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-argcomplete python3-userpath"
+REQUIRES="python3-hatch_vcs python3-platformdirs python3-argcomplete python3-userpath"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"