summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2023-09-07 22:21:24 +0200
committer Willy Sudiarto Raharjo2023-09-09 05:14:19 +0200
commitf282330ea9a2069564762cd6949669a469ad216d (patch)
tree9642f80142ff2f180f4e46cb1198bae0434a0a5d /python
parent55a23358bb8bbb181f042a19adfa53da9f7d43ae (diff)
downloadslackbuilds-f282330ea9a2069564762cd6949669a469ad216d.tar.gz
python/python3-build: Updated for version 1.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-build/python3-build.SlackBuild5
-rw-r--r--python/python3-build/python3-build.info8
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-build/python3-build.SlackBuild b/python/python3-build/python3-build.SlackBuild
index 7b0c46dffc..c02fb31527 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 8cd61853f3..bd4cbd542b 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"