From 59d8a3391b1cdcae782e1112ef750f080ea49d3b Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Mon, 25 Sep 2023 00:20:34 -0600 Subject: python/python3-trove-classifiers: Updated for version 2023.9.19. Signed-off-by: Willy Sudiarto Raharjo --- .../python3-trove-classifiers.SlackBuild | 2 +- .../python3-trove-classifiers.SlackBuild.rej | 12 ++++++++++++ .../python3-trove-classifiers/python3-trove-classifiers.info | 6 +++--- 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild.rej (limited to 'python/python3-trove-classifiers') diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild index d1cfe34bfa..802b19f211 100644 --- a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild +++ b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-trove-classifiers SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2023.8.7} +VERSION=${VERSION:-2023.9.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild.rej b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild.rej new file mode 100644 index 0000000000..a0c8fc33c7 --- /dev/null +++ b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild.rej @@ -0,0 +1,12 @@ +--- /dev/null ++++ /dev/null +@@ -57,6 +57,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-trove-classifiers/python3-trove-classifiers.info b/python/python3-trove-classifiers/python3-trove-classifiers.info index 0cafa689a1..4c1bd82ecf 100644 --- a/python/python3-trove-classifiers/python3-trove-classifiers.info +++ b/python/python3-trove-classifiers/python3-trove-classifiers.info @@ -1,8 +1,8 @@ PRGNAM="python3-trove-classifiers" -VERSION="2023.8.7" +VERSION="2023.9.19" HOMEPAGE="https://github.com/pypa/trove-classifiers" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.8.7.tar.gz" -MD5SUM="6ae148c8374d131dd18e28c22275d56a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.9.19.tar.gz" +MD5SUM="67f30dd13203c89ff7fa5851e76771b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-calver" -- cgit v1.2.3-65-gdbad