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.1
|
|
revision=2
|
|
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=b8b25e2cb600a0ed18452e675b5dd8cbb99009909c2641c973a4b02c93e33ca2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|