python/python3-pipx: Updated for version 1.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-02-16 22:02:33 +07:00 committed by Willy Sudiarto Raharjo
parent 36d555ff07
commit c1a190b250
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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"