python/jsonpointer: Update for 2.4

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-01-05 21:37:25 -08:00 committed by Willy Sudiarto Raharjo
parent e62baf8808
commit e778e41f2f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for jsonpointer
# Copyright 2020 Alan Aversa <alan_avNOersa@lSPAMavabit.com>
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jsonpointer
VERSION=${VERSION:-2.3}
VERSION=${VERSION:-2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View File

@ -1,8 +1,8 @@
PRGNAM="jsonpointer"
VERSION="2.3"
VERSION="2.4"
HOMEPAGE="https://pypi.org/project/jsonpointer/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jsonpointer/jsonpointer-2.3.tar.gz"
MD5SUM="57fd6581e61d56960d8c2027ff33f5c0"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jsonpointer/jsonpointer-2.4.tar.gz"
MD5SUM="16d785130e5ff235e4ae336eaa611e13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""