summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-25 11:32:30 -0800
committer bedlam <dave@slackbuilds.org>2023-03-04 05:42:18 +0000
commit3fc3c158f545db7b0db0c306b4172a41149829cd (patch)
tree6076392cbffb5538bc0ad003c1b43eaa05b5c5ce
parent68e97733abf236b0771da66a0f29e691f1776878 (diff)
downloadslackbuilds-3fc3c158f545db7b0db0c306b4172a41149829cd.tar.gz
slackbuilds-3fc3c158f545db7b0db0c306b4172a41149829cd.tar.xz
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>
-rw-r--r--python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild11
-rw-r--r--python/python3-fastjsonschema/python3-fastjsonschema.info6
2 files changed, 6 insertions, 11 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
index 43a33e9218..7e86ef5003 100644
--- a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
+++ b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
@@ -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
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.info b/python/python3-fastjsonschema/python3-fastjsonschema.info
index aabce1cbf3..0cf299f2d2 100644
--- a/python/python3-fastjsonschema/python3-fastjsonschema.info
+++ b/python/python3-fastjsonschema/python3-fastjsonschema.info
@@ -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=""