# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) inherit git-r3 distutils-r1 DESCRIPTION="Kubernetes python client" HOMEPAGE="https://github.com/kubernetes-client/python" EGIT_REPO_URI="https://github.com/kubernetes-client/python.git" EGIT_BRANCH="release-${PV}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/certifi-14.05.14[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/six-1.12.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] >=dev-python/google-auth-1.0.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/requests-oauthlib[${PYTHON_USEDEP}] >=dev-python/urllib3-1.24.2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} >=dev-python/setuptools-21.0.0[${PYTHON_USEDEP}]"