17 lines
741 B
Bash
17 lines
741 B
Bash
# Template file for 'python3-openapi-spec-validator'
|
|
pkgname=python3-openapi-spec-validator
|
|
version=0.7.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-jsonschema-path python3-lazy-object-proxy
|
|
python3-openapi-schema-validator"
|
|
checkdepends="$depends python3-pytest-cov"
|
|
short_desc="OpenAPI spec validator"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/python-openapi/openapi-spec-validator"
|
|
changelog="https://github.com/python-openapi/openapi-spec-validator/releases"
|
|
distfiles="${PYPI_SITE}/o/openapi-spec-validator/openapi_spec_validator-${version}.tar.gz"
|
|
checksum=8577b85a8268685da6f8aa30990b83b7960d4d1117e901d451b5d572605e5ec7
|