# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools 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 ~x86" RDEPEND=" dev-python/isodate[${PYTHON_USEDEP}] dev-python/dictpath[${PYTHON_USEDEP}]