add dev-python/openapi-pydantic
This commit is contained in:
parent
dccd338309
commit
e5fd7c2c0f
1 changed files with 25 additions and 0 deletions
25
dev-python/openapi-pydantic/openapi-pydantic-0.5.1.ebuild
Normal file
25
dev-python/openapi-pydantic/openapi-pydantic-0.5.1.ebuild
Normal file
|
@ -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}"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue