python/python3-setuptools-opt: Updated for version 70.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-07-09 19:01:47 -06:00 committed by Willy Sudiarto Raharjo
parent b548d5be7f
commit f7213d7112
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-setuptools-opt
SRCNAM=setuptools
VERSION=${VERSION:-70.1.0}
VERSION=${VERSION:-70.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-setuptools-opt"
VERSION="70.1.0"
VERSION="70.3.0"
HOMEPAGE="https://pypi.org/project/setuptools/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-70.1.0.tar.gz"
MD5SUM="5b2697b2e8d8b750e3e5738a6e04a099"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-70.3.0.tar.gz"
MD5SUM="2ba75817d4b434bb6e3d67d48a808457"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"