void-packages/srcpkgs/python3-openapi-schema-validator/template
2025-03-21 08:15:57 -04:00

20 lines
803 B
Bash

# Template file for 'python3-openapi-schema-validator'
pkgname=python3-openapi-schema-validator
version=0.6.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-jsonschema python3-jsonschema-specifications
python3-rfc3339-validator"
checkdepends="$depends python3-pytest-cov"
short_desc="OpenAPI schema validation for Python"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/python-openapi/openapi-schema-validator"
changelog="https://github.com/python-openapi/openapi-schema-validator/releases"
distfiles="${PYPI_SITE}/o/openapi-schema-validator/openapi_schema_validator-${version}.tar.gz"
checksum=f37bace4fc2a5d96692f4f8b31dc0f8d7400fd04f3a937798eaf880d425de6ee
post_install() {
vlicense LICENSE
}