# 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="A execution manager cli for execution"

HOMEPAGE="https://github.com/mintproject/dame_cli"
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=""
DEPENDENCIES="~dev-python/click-7.1.2[${PYTHON_USEDEP}]
	~dev-python/decorator-4.4.2[${PYTHON_USEDEP}]
	~dev-python/networkx-2.5.1[${PYTHON_USEDEP}]
	dev-python/modelcatalog-api[${PYTHON_USEDEP}]
	~dev-python/texttable-1.6.3[${PYTHON_USEDEP}]
	~dev-python/validators-0.18.1[${PYTHON_USEDEP}]
	~dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
	~dev-python/semver-2.10.2[${PYTHON_USEDEP}]
	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
	~dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
	dev-python/configparser[${PYTHON_USEDEP}]
	~dev-python/certifi-2020.6.20[${PYTHON_USEDEP}]
	~dev-python/docker-4.3.1[${PYTHON_USEDEP}]
	~dev-python/urllib3-1.24.2[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"