From 91e3c4abda743710196b58fb3ce4700389f4d282 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Mon, 4 Sep 2023 05:41:35 -0600 Subject: python/python3-setuptools-rust-opt: Updated for version 1.7.0. Signed-off-by: Willy Sudiarto Raharjo --- .../python3-setuptools-rust-opt.SlackBuild | 5 ++++- python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'python/python3-setuptools-rust-opt') diff --git a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild index 416076ffa7..e34035cd29 100644 --- a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild +++ b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-setuptools-rust-opt SRCNAM=setuptools-rust -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -60,6 +60,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-setuptools-rust-opt/python3-setuptools-rust-opt.info b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info index ee7abbce8e..99c3c8fdd8 100644 --- a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info +++ b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info @@ -1,8 +1,8 @@ PRGNAM="python3-setuptools-rust-opt" -VERSION="1.6.0" +VERSION="1.7.0" HOMEPAGE="https://github.com/PyO3/setuptools-rust/" -DOWNLOAD="https://github.com/PyO3/setuptools-rust/archive/v1.6.0/setuptools-rust-1.6.0.tar.gz" -MD5SUM="5ea540f8e94abcdadb8e70920488958b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools-rust/setuptools-rust-1.7.0.tar.gz" +MD5SUM="5d8c29528d6f99537ff6c186f977f470" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt typing-extensions python3-semantic-version" -- cgit v1.2.3-65-gdbad