# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Management tool for Kubernetes cluster deployment and maintenance"

HOMEPAGE="https://github.com/Netcracker/KubeMarine"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="ansible mypy pylint"
DEPENDENCIES="~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	~dev-python/deepmerge-1.1[${PYTHON_USEDEP}]
	dev-python/fabric[${PYTHON_USEDEP}]
	~dev-python/jinja2-3.1[${PYTHON_USEDEP}]
	~dev-python/markupsafe-2.1[${PYTHON_USEDEP}]
	dev-python/invoke[${PYTHON_USEDEP}]
	~dev-python/ruamel-yaml-0.18[${PYTHON_USEDEP}]
	dev-python/pygelf[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.9[${PYTHON_USEDEP}]
	~dev-python/deepdiff-8.6[${PYTHON_USEDEP}]
	~dev-python/ordered-set-4.1[${PYTHON_USEDEP}]
	~dev-python/cryptography-44.0.1[${PYTHON_USEDEP}]
	~dev-python/paramiko-3.4[${PYTHON_USEDEP}]
	~dev-python/jsonschema-4.22[${PYTHON_USEDEP}]
	~dev-python/referencing-0.35[${PYTHON_USEDEP}]
	~dev-python/typing-extensions-4.11[${PYTHON_USEDEP}]
	~dev-python/pathvalidate-3.2[${PYTHON_USEDEP}]
	dev-python/useful-types[${PYTHON_USEDEP}]
	~dev-python/packaging-24.1[${PYTHON_USEDEP}]
	ansible? ( dev-python/ansible[${PYTHON_USEDEP}] )
	mypy? ( ~dev-python/mypy-1.10[${PYTHON_USEDEP}] )
	mypy? ( dev-python/types-PyYAML[${PYTHON_USEDEP}] )
	mypy? ( dev-python/types-toml[${PYTHON_USEDEP}] )
	mypy? ( dev-python/types-python-dateutil[${PYTHON_USEDEP}] )
	mypy? ( dev-python/types-paramiko[${PYTHON_USEDEP}] )
	mypy? ( dev-python/types-jsonschema[${PYTHON_USEDEP}] )
	mypy? ( dev-python/types-pyinstaller[${PYTHON_USEDEP}] )
	pylint? ( ~dev-python/pylint-3.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"