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

Generated by cgit