python3-jsonschema: add rfc3339 and rfc3986 validators.

This commit is contained in:
Gonzalo Tornaría 2023-05-25 18:34:09 -03:00 committed by Andrew J. Hesford
parent a34765baae
commit 471e831d3b
2 changed files with 4 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'python3-jsonschema'
pkgname=python3-jsonschema
version=4.17.3
revision=1
revision=2
build_style=python3-pep517
make_check_args="--deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug"
hostmakedepends="hatchling hatch-vcs"
depends="python3-attrs python3-pyrsistent"
depends="python3-attrs python3-idna python3-jsonpointer python3-pyrsistent
python3-rfc3339-validator python3-rfc3986-validator"
checkdepends="${depends} python3-pytest python3-pip"
short_desc="Implementation of JSON Schema for Python3"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
@ -15,10 +15,6 @@ changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
checksum=0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d
pre_build() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
}
post_install() {
vlicense COPYING LICENSE
}

View File

@ -1 +1 @@
ignore="*a[1-9]"
ignore="*a[1-9]*"