python3-fastjsonschema: update to 2.17.1.

This commit is contained in:
Gonzalo Tornaría 2023-05-23 10:28:43 -03:00 committed by Andrew J. Hesford
parent 0813241a37
commit e7cfce233c

View file

@ -1,19 +1,18 @@
# Template file for 'python3-fastjsonschema' # Template file for 'python3-fastjsonschema'
pkgname=python3-fastjsonschema pkgname=python3-fastjsonschema
version=2.16.3 version=2.17.1
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
make_check_args="--deselect tests/benchmarks/test_benchmark.py" hostmakedepends="python3-setuptools python3-wheel"
hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-pytest" checkdepends="python3-pytest-benchmark"
short_desc="Fastest Python implementation of JSON schema" short_desc="Fastest Python implementation of JSON schema"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/horejsek/python-fastjsonschema" homepage="https://github.com/horejsek/python-fastjsonschema"
changelog="https://raw.githubusercontent.com/horejsek/python-fastjsonschema/master/CHANGELOG.txt" changelog="https://raw.githubusercontent.com/horejsek/python-fastjsonschema/master/CHANGELOG.txt"
distfiles="https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v${version}.tar.gz"
checksum=f9834e4994830942d58949043820024261dc22e2640bcf787391deb607cc91c6 checksum=9295090b468152cea7a53c651a46d6a1afb83f0124f86c9a64da43fd3453a9f4
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE