libraries/python3-plumbum: Updated for version 1.8.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-09-04 05:56:28 -06:00 committed by Willy Sudiarto Raharjo
parent 39cb1b5a43
commit 7cbba46e80
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-plumbum
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.8.1}
VERSION=${VERSION:-1.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -59,6 +59,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View file

@ -1,8 +1,8 @@
PRGNAM="python3-plumbum"
VERSION="1.8.1"
VERSION="1.8.2"
HOMEPAGE="http://plumbum.readthedocs.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.8.1.tar.gz"
MD5SUM="1502525f84a9b3f4b1f286dc35a08480"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.8.2.tar.gz"
MD5SUM="9484ac142c2a637e5d397040a22a6907"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatch_vcs"