diff options
author | 2021-06-10 09:48:28 +0100 | |
---|---|---|
committer | 2021-06-10 09:48:28 +0100 | |
commit | 4ccb99a2365f2461876769e32feec8a4e9159137 (patch) | |
tree | b8b48da5875f8506c1fc98403f2872e1a9373cf7 /dev-python | |
parent | remove filelock from overlay (diff) | |
download | lmiphay-4ccb99a2365f2461876769e32feec8a4e9159137.tar.gz lmiphay-4ccb99a2365f2461876769e32feec8a4e9159137.tar.bz2 lmiphay-4ccb99a2365f2461876769e32feec8a4e9159137.zip |
remove old k8 ebuild
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/kubernetes/kubernetes-10.0.1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/kubernetes/kubernetes-10.0.1.ebuild b/dev-python/kubernetes/kubernetes-10.0.1.ebuild deleted file mode 100644 index 87803b1..0000000 --- a/dev-python/kubernetes/kubernetes-10.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Kubernetes python client" -HOMEPAGE="https://github.com/kubernetes-client/python" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -CDEPEND=" - >=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/pyyaml-3.12[${PYTHON_USEDEP}] - >=dev-python/google-auth-1.0.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.17[${PYTHON_USEDEP}]' python2_7) - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/requests-oauthlib[${PYTHON_USEDEP}] - >=dev-python/urllib3-1.24.2[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND="${CDEPEND}" |