summaryrefslogtreecommitdiff
path: root/python3-jsonschema/Pkgfile
blob: a4dafe24e80e1448be11b3a9aaac3f95b7d5e73b (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 python3-hatch-fancy-pypi-readme
    5 
    6 name=python3-jsonschema
    7 version=4.16.0
    8 release=1
    9 source=(https://pypi.python.org/packages/source/j/jsonschema/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