# Description: Fastest Python implementation of JSON schema # URL: https://github.com/horejsek/python-fastjsonschema # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-fastjsonschema version=2.22.2 release=1 source=(https://pypi.org/packages/source/f/fastjsonschema/fastjsonschema-$version.tar.gz) build() { cd fastjsonschema-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }