python/python3-ujson: Updated for version 5.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-09-01 02:44:20 -06:00 committed by Willy Sudiarto Raharjo
parent 299d3c8c37
commit c799c45b29
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -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=""

View file

@ -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"