diff --git a/dev-python/openapi-pydantic/openapi-pydantic-0.5.1.ebuild b/dev-python/openapi-pydantic/openapi-pydantic-0.5.1.ebuild new file mode 100644 index 0000000..1bbc3d4 --- /dev/null +++ b/dev-python/openapi-pydantic/openapi-pydantic-0.5.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=poetry + +inherit distutils-r1 pypi + +DESCRIPTION="Pydantic OpenAPI schema implementation" +HOMEPAGE="https://github.com/mike-oakley/openapi-pydantic" + +SRC_URI="https://github.com/mike-oakley/openapi-pydantic/archive/refs/tags/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND=" + dev-python/pydantic +" + +S="${WORKDIR}/${PN/_/-}-${PV}" +