From e5fd7c2c0f00a4bf9ee66e96ce217df8ca4db81d Mon Sep 17 00:00:00 2001 From: roku Date: Sat, 8 Mar 2025 10:36:15 +0100 Subject: [PATCH] add dev-python/openapi-pydantic --- .../openapi-pydantic-0.5.1.ebuild | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-python/openapi-pydantic/openapi-pydantic-0.5.1.ebuild 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}" +