From 387db3380a78130ebd725a4807caa5c557d94627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 27 May 2023 01:38:55 -0300 Subject: [PATCH] New package: python3-openapi-core-0.17.1 --- srcpkgs/python3-openapi-core/template | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/python3-openapi-core/template diff --git a/srcpkgs/python3-openapi-core/template b/srcpkgs/python3-openapi-core/template new file mode 100644 index 00000000000..2dd5dceab1d --- /dev/null +++ b/srcpkgs/python3-openapi-core/template @@ -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 " +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 +}