diff options
Diffstat (limited to 'python')
-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 7b0c46dffca8a..c02fb31527b45 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 8cd61853f3c1f..bd4cbd542b3f1 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" |