mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-ujson: Updated for version 5.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
299d3c8c37
commit
c799c45b29
2 changed files with 7 additions and 4 deletions
|
@ -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=""
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue