# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Client-side and server-side support for the OpenAPI Specification v3" HOMEPAGE=" https://github.com/p1c2u/openapi-core/ https://pypi.org/project/openapi-core/ " SRC_URI=" https://github.com/p1c2u/openapi-core/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/pathable-0.4.0[${PYTHON_USEDEP}] dev-python/isodate[${PYTHON_USEDEP}] dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/parse[${PYTHON_USEDEP}]