python/python3-fastjsonschema: Updated for version 2.16.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-02-25 11:32:30 -08:00 committed by Willy Sudiarto Raharjo
parent ae9c0c6578
commit 5d9606d25d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-fastjsonschema
# 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-fastjsonschema
VERSION=${VERSION:-2.16.2}
VERSION=${VERSION:-2.16.3}
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,9 +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 README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="python3-fastjsonschema"
VERSION="2.16.2"
VERSION="2.16.3"
HOMEPAGE="https://github.com/horejsek/python-fastjsonschema"
DOWNLOAD="https://github.com/horejsek/python-fastjsonschema/archive/v2.16.2/python-fastjsonschema-2.16.2.tar.gz"
MD5SUM="87022c96833e0aadf3e3888722559095"
DOWNLOAD="https://github.com/horejsek/python-fastjsonschema/archive/v2.16.3/python-fastjsonschema-2.16.3.tar.gz"
MD5SUM="c3375a838ce15dc1a2a301595fd7defd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""