summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-08-31 13:46:11 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:39 +0700
commitba3b6f350d88abcafd25f8f345bec89c4e95203d (patch)
tree93525f5a278358104d4f870c89fe33ee7cbdf94b /python
parent3c62384e4437e21eefba58513a066c31d73d3b51 (diff)
downloadslackbuilds-ba3b6f350d88abcafd25f8f345bec89c4e95203d.tar.gz
slackbuilds-ba3b6f350d88abcafd25f8f345bec89c4e95203d.tar.xz
python/python3-trove-classifiers: Updated for version 2023.8.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild5
-rw-r--r--python/python3-trove-classifiers/python3-trove-classifiers.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild
index 645e6d699e..d1cfe34bfa 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.5.24}
+VERSION=${VERSION:-2023.8.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -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 2ef2b81170..0cafa689a1 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.5.24"
+VERSION="2023.8.7"
HOMEPAGE="https://github.com/pypa/trove-classifiers"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.5.24.tar.gz"
-MD5SUM="6fd44a0f5fda3a4d461792a6d34544ef"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-2023.8.7.tar.gz"
+MD5SUM="6ae148c8374d131dd18e28c22275d56a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-calver"