New package: python3-openapi-core-0.17.1

This commit is contained in:
Gonzalo Tornaría 2023-05-27 01:38:55 -03:00 committed by Andrew J. Hesford
parent 13cf4789d6
commit 387db3380a

View file

@ -0,0 +1,28 @@
# Template file for 'python3-openapi-core'
pkgname=python3-openapi-core
version=0.17.1
revision=1
build_style=python3-pep517
# disable tests requiring unpackaged dependencies
make_check_args="
--ignore=tests/unit/contrib/django
--ignore=tests/integration/contrib/django
--ignore=tests/integration/contrib/falcon
--ignore=tests/integration/contrib/starlette
"
hostmakedepends="python3-poetry-core"
depends="python3-isodate python3-more-itertools python3-openapi-spec-validator
python3-parse python3-Werkzeug"
checkdepends="$depends python3-pytest-cov python3-Flask python3-requests
python3-responses python3-toml python3-WebOb"
short_desc="Support for the OpenAPI Specification v3"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/python-openapi/openapi-core"
changelog="https://github.com/python-openapi/openapi-core/releases"
distfiles="${PYPI_SITE}/o/openapi-core/openapi_core-${version}.tar.gz"
checksum=561b7e2b37b336e9c62d4634b9059d12d9bb2e1859062a39d3a0fa6afc8c9de6
post_install() {
vlicense LICENSE
}