diff --git a/dev-python/openapi3/Manifest b/dev-python/openapi3/Manifest new file mode 100644 index 0000000000..a579005159 --- /dev/null +++ b/dev-python/openapi3/Manifest @@ -0,0 +1 @@ +DIST openapi3-1.8.1.tar.gz 23192 BLAKE2B 0eb53cdc7c9da8be53eb4d5c9904616757d7845983018f866834e31184252d576d01aa44425383ba97f4a2434d419cf1c319b30697aeb2e2f7c0109074f1cf34 SHA512 de111c56c9f8b3c6539f8ae5498b2d42ae127ec3d3746cf2c3b7d7e0945157039c17d393ee5bb16add1e4a1948cc7a521fa7de08161cfa9e4816ab5fe7890900 diff --git a/dev-python/openapi3/metadata.xml b/dev-python/openapi3/metadata.xml new file mode 100644 index 0000000000..b0af68e225 --- /dev/null +++ b/dev-python/openapi3/metadata.xml @@ -0,0 +1,11 @@ + + + + + ceamac@gentoo.org + + + openapi3 + Dorthu/openapi3 + + diff --git a/dev-python/openapi3/openapi3-1.8.1.ebuild b/dev-python/openapi3/openapi3-1.8.1.ebuild new file mode 100644 index 0000000000..2c4eafab82 --- /dev/null +++ b/dev-python/openapi3/openapi3-1.8.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python OpenAPI 3 Specification client and validator" +HOMEPAGE=" + https://pypi.org/project/openapi3/ + https://github.com/Dorthu/openapi3 +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +"