diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-03 00:34:12 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:28 +0700 |
commit | c31c06396d22e83a0baeff06fdf222898c0bf3bf (patch) | |
tree | 7885f931aee996c5be93760f1ee05a959a7f3977 /python | |
parent | a14137555d6ee3a5a88aff37bdb309ab0a860399 (diff) |
python/python3-json5: Updated for version 0.9.11.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-json5/python3-json5.SlackBuild | 9 | ||||
-rw-r--r-- | python/python3-json5/python3-json5.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild index 16525161ff1f..61624545c2c5 100644 --- a/python/python3-json5/python3-json5.SlackBuild +++ b/python/python3-json5/python3-json5.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-json5 -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-json5 -VERSION=${VERSION:-0.9.10} +VERSION=${VERSION:-0.9.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,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 @@ -87,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-json5/python3-json5.info b/python/python3-json5/python3-json5.info index 86ee4276d52c..2edb8009e82d 100644 --- a/python/python3-json5/python3-json5.info +++ b/python/python3-json5/python3-json5.info @@ -1,8 +1,8 @@ PRGNAM="python3-json5" -VERSION="0.9.10" +VERSION="0.9.11" HOMEPAGE="https://pypi.org/project/json5/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.10.tar.gz" -MD5SUM="95c75345b807228c26d8e7bc274e159f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/json5/json5-0.9.11.tar.gz" +MD5SUM="97226c235f31da0226a2d26fb69e39da" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |