diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-31 11:33:44 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-05 15:18:19 +0700 |
commit | c1e7848d340e209f83b1bc8a82ab4c3f5fbe7dce (patch) | |
tree | fb11b0c8be34e099a01f5bc842df34afec0b2964 | |
parent | 54672901385fe5a93e94a02ea41b73750b86d4f9 (diff) |
python/python3-jaraco.classes: Updated for version 3.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-jaraco.classes/python3-jaraco.classes.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-jaraco.classes/python3-jaraco.classes.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/python/python3-jaraco.classes/python3-jaraco.classes.SlackBuild b/python/python3-jaraco.classes/python3-jaraco.classes.SlackBuild index 2cd06f3ae9ae3..2c7c6d9661219 100644 --- a/python/python3-jaraco.classes/python3-jaraco.classes.SlackBuild +++ b/python/python3-jaraco.classes/python3-jaraco.classes.SlackBuild @@ -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 diff --git a/python/python3-jaraco.classes/python3-jaraco.classes.info b/python/python3-jaraco.classes/python3-jaraco.classes.info index 5ec4eff729241..95a842a6c4c2b 100644 --- a/python/python3-jaraco.classes/python3-jaraco.classes.info +++ b/python/python3-jaraco.classes/python3-jaraco.classes.info @@ -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" |