Browse Source
python/python3-threadpoolctl: Updated for version 3.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Jeremy Hansen
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-threadpoolctl/python3-threadpoolctl.SlackBuild
-
python/python3-threadpoolctl/python3-threadpoolctl.info
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for python3-threadpoolctl |
|
|
|
|
|
|
|
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> |
|
|
|
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-threadpoolctl |
|
|
|
SRCNAM=threadpoolctl |
|
|
|
VERSION=${VERSION:-3.2.0} |
|
|
|
VERSION=${VERSION:-3.3.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-threadpoolctl" |
|
|
|
VERSION="3.2.0" |
|
|
|
VERSION="3.3.0" |
|
|
|
HOMEPAGE="https://github.com/joblib/threadpoolctl/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.2.0.tar.gz" |
|
|
|
MD5SUM="b1d5f56e410df7022c38883d51b6a24c" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.3.0.tar.gz" |
|
|
|
MD5SUM="eeb7c4f4807a37ef23c9b4d4ab48bc70" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-build" |
|
|
|
|