python/python3-build: Updated for version 1.0.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-09-07 14:21:24 -06:00 committed by Willy Sudiarto Raharjo
parent 55a23358bb
commit f282330ea9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View File

@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-build
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.10.0}
VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -61,6 +61,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View File

@ -1,10 +1,10 @@
PRGNAM="python3-build"
VERSION="0.10.0"
VERSION="1.0.3"
HOMEPAGE="https://github.com/pypa/build"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-0.10.0.tar.gz"
MD5SUM="742e7cd0a67455c1df90061b42088bd2"
DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-1.0.3.tar.gz"
MD5SUM="45f216f02135c6acb486ba325e8f8da3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pyproject-hooks"
REQUIRES="python3-pyproject-hooks python-importlib_metadata"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"