# 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="Lightweight TOSCA orchestrator"

HOMEPAGE="https://github.com/xlab-si/xopera-opera"
LICENSE=""
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 openstack tests"
DEPENDENCIES="dev-python/ansible-core[${PYTHON_USEDEP}]
	<=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
	>=dev-python/shtab-1.5.5[${PYTHON_USEDEP}]
	dev-python/opera-tosca-parser[${PYTHON_USEDEP}]
	ansible? ( dev-python/ansible[${PYTHON_USEDEP}] )
	openstack? ( >=dev-python/openstacksdk-0.99.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/wheel-0.37.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/bandit-1.7.4[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/docutils-0.18.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flake8-4.0.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/flake8-import-order[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/mypy-0.812[${PYTHON_USEDEP}] )
	tests? ( dev-python/pydocstyle[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pylint-2.13.4[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-7.1.3[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-3.0.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/selinux[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"