summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-09-01 02:44:20 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 10:14:15 +0700
commitc799c45b2966cb746f30e046307af359e5540c73 (patch)
tree46ee80606d2ff987c9e597050fca437f239b85c4 /python
parent299d3c8c37e40a28d16297f25089177ba72ae0b2 (diff)
downloadslackbuilds-c799c45b2966cb746f30e046307af359e5540c73.tar.gz
slackbuilds-c799c45b2966cb746f30e046307af359e5540c73.tar.xz
python/python3-ujson: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-ujson/python3-ujson.SlackBuild5
-rw-r--r--python/python3-ujson/python3-ujson.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-ujson/python3-ujson.SlackBuild b/python/python3-ujson/python3-ujson.SlackBuild
index 484e2591cb..1ccdbb90c6 100644
--- a/python/python3-ujson/python3-ujson.SlackBuild
+++ b/python/python3-ujson/python3-ujson.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ujson
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-5.7.0}
+VERSION=${VERSION:-5.8.0}
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-ujson/python3-ujson.info b/python/python3-ujson/python3-ujson.info
index 0ce5636a88..e66ba80350 100644
--- a/python/python3-ujson/python3-ujson.info
+++ b/python/python3-ujson/python3-ujson.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ujson"
-VERSION="5.7.0"
+VERSION="5.8.0"
HOMEPAGE="https://github.com/ultrajson/ultrajson"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/u/ujson/ujson-5.7.0.tar.gz"
-MD5SUM="f93bd7aa33e3e6ed41c9e3782abe7b48"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/u/ujson/ujson-5.8.0.tar.gz"
+MD5SUM="abbe10d7b5a03c4fd8061b1f3ce5d2c1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"