summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-09-04 06:04:28 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 10:14:18 +0700
commit827640606a5c26b9a4bda4db26b5f75536ad192d (patch)
treea9a5cbda78b41955241b2f431f0fac05c8b9f6c7 /python
parent0e0881790c025a1abb51c483358b9daf55d4c8fa (diff)
downloadslackbuilds-827640606a5c26b9a4bda4db26b5f75536ad192d.tar.gz
slackbuilds-827640606a5c26b9a4bda4db26b5f75536ad192d.tar.xz
python/python3-jaraco.collections: Updated for version 4.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild5
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
index 9cf8e52cb1..093b8c8eaf 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.collections
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-4.1.0}
+VERSION=${VERSION:-4.3.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-jaraco.collections/python3-jaraco.collections.info b/python/python3-jaraco.collections/python3-jaraco.collections.info
index 79a1eec88b..84592eaf3e 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.info
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.info
@@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.collections"
-VERSION="4.1.0"
+VERSION="4.3.0"
HOMEPAGE="https://github.com/jaraco/jaraco.collections"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-4.1.0.tar.gz"
-MD5SUM="a836c21ac4bc20a78674a9a1d663b1a5"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-4.3.0.tar.gz"
+MD5SUM="c05762bb591cdd334270416c01619a26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.classes python3-jaraco.text"