20 lines
768 B
Bash
20 lines
768 B
Bash
# Template file for 'python3-openapi-schema-validator'
|
|
pkgname=python3-openapi-schema-validator
|
|
version=0.6.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-jsonschema 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=11a95c9c9017912964e3e5f2545a5b11c3814880681fcacfb73b1759bb4f2804
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|