New package: python3-openapi-schema-validator-0.4.4
This commit is contained in:
parent
674000f175
commit
3a4d1d5de4
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-openapi-schema-validator/template
Normal file
19
srcpkgs/python3-openapi-schema-validator/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-openapi-schema-validator'
|
||||
pkgname=python3-openapi-schema-validator
|
||||
version=0.4.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-jsonschema"
|
||||
checkdepends="$depends python3-pytest-cov python3-toml"
|
||||
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=c573e2be2c783abae56c5a1486ab716ca96e09d1c3eab56020d1dc680aa57bf8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue