From 3a4d1d5de4856fa0a91c935d6994c541f79b8e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 27 May 2023 00:39:45 -0300 Subject: [PATCH] New package: python3-openapi-schema-validator-0.4.4 --- .../python3-openapi-schema-validator/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-openapi-schema-validator/template diff --git a/srcpkgs/python3-openapi-schema-validator/template b/srcpkgs/python3-openapi-schema-validator/template new file mode 100644 index 00000000000..bb26e4a7d60 --- /dev/null +++ b/srcpkgs/python3-openapi-schema-validator/template @@ -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 " +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 +}