Browse Source
python/python3-build: Updated for version 1.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
fourtysixandtwo
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-build/python3-build.SlackBuild
-
python/python3-build/python3-build.info
|
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-build |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-1.2.1} |
|
|
|
VERSION=${VERSION:-1.2.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-build" |
|
|
|
VERSION="1.2.1" |
|
|
|
VERSION="1.2.2" |
|
|
|
HOMEPAGE="https://github.com/pypa/build" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-1.2.1.tar.gz" |
|
|
|
MD5SUM="9675d7b278f4533b9b75701e6e87390b" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-1.2.2.tar.gz" |
|
|
|
MD5SUM="f80cc64db8e7fd8f8403a5e8a0562d4d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-pyproject-hooks" |
|
|
|