python/python3-jaraco.classes: Updated for version 3.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-31 11:33:44 -06:00 committed by Willy Sudiarto Raharjo
parent 5467290138
commit c1e7848d34
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View File

@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.classes
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-3.3.1}
VERSION=${VERSION:-3.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -68,7 +68,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
export PYTHONPATH=/opt/python3.9/site-packages/
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.classes"
VERSION="3.3.1"
VERSION="3.4.0"
HOMEPAGE="https://github.com/jaraco/jaraco.classes"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-3.3.1.tar.gz"
MD5SUM="63098c1bdebec27cd97921a2829fad32"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-3.4.0.tar.gz"
MD5SUM="994fb3f2ce9bb538ca6e8abf6ebbdf9c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-more-itertools python3-setuptools-opt"