# Description: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
# URL: https://pypi.org/project/jsonschema-specifications/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python3-referencing

name=python3-jsonschema-specifications
version=2025.9.1
release=1
source=(https://pypi.python.org/packages/source/j/jsonschema-specifications/jsonschema_specifications-$version.tar.gz)

build() {
    cd jsonschema_specifications-$version
    /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
    /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}

# vim: set ts=4 et:
