gentoo-overlay/app-admin/kube-shell/kube-shell-0.0.21.ebuild

22 lines
549 B
Bash
Raw Normal View History

2023-04-05 15:54:08 +03:00
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Kubernetes shell: An integrated shell for working with the Kubernetes"
HOMEPAGE="https://github.com/cloudnativelabs/kube-shell"
SRC_URI="https://github.com/cloudnativelabs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
DEPEND=""
RDEPEND="${DEPEND}"
distutils_enable_tests pytest