# Description: An implementation of JSON Schema validation for Python # URL: https://pypi.org/project/jsonschema/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python3-attrs python3-pyrsistent python3-build python3-setuptools-scm python3-hatch-vcs name=python3-jsonschema version=4.9.1 release=1 source=(https://files.pythonhosted.org/packages/e6/a9/569ad03b90093c956bd396a6b3151c17e6005d8ac139d9419e89339c02df/jsonschema-$version.tar.gz) build() { cd jsonschema-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl }