diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-07 14:21:24 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 10:14:19 +0700 |
commit | f282330ea9a2069564762cd6949669a469ad216d (patch) | |
tree | 9642f80142ff2f180f4e46cb1198bae0434a0a5d /python/python3-build | |
parent | 55a23358bb8bbb181f042a19adfa53da9f7d43ae (diff) |
python/python3-build: Updated for version 1.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-build')
-rw-r--r-- | python/python3-build/python3-build.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-build/python3-build.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-build/python3-build.SlackBuild b/python/python3-build/python3-build.SlackBuild index 7b0c46dffca8..c02fb31527b4 100644 --- a/python/python3-build/python3-build.SlackBuild +++ b/python/python3-build/python3-build.SlackBuild @@ -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="" diff --git a/python/python3-build/python3-build.info b/python/python3-build/python3-build.info index 8cd61853f3c1..bd4cbd542b3f 100644 --- a/python/python3-build/python3-build.info +++ b/python/python3-build/python3-build.info @@ -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" |