diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 2bd69459933..c458dfb7b28 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -1,22 +1,22 @@ # Template file for 'python3-jsonschema' pkgname=python3-jsonschema -version=4.16.0 -revision=2 +version=4.17.0 +revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" depends="python3-attrs python3-pyrsistent" -checkdepends="${depends} python3-pytest" +checkdepends="${depends} python3-pytest python3-pip" short_desc="Implementation of JSON Schema for Python3" maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/Julian/jsonschema" changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz" -checksum=165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23 +checksum=5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d do_check() { rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run - pip install --no-deps --target tmp ./jsonschema-$version-py3-none-any.whl + pip install --no-deps --target tmp ./dist/jsonschema-$version-py3-none-any.whl rm tmp/jsonschema/tests -rf mv tmp/*.dist-info . PYTHONPATH=. pytest --deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug