# 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="Set of useful packages, modules  and programs for ioppytest components.Installs \`ioppytest-cli\` Command line interface for interacting with ioppytest testing tool (all interactions happen over AMQP event bus)."

HOMEPAGE="https://gitlab.f-interop.eu/f-interop-contributors/utils"
LICENSE="GPL-3+"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.macosx-10.6-intel.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.macosx-10.6-intel.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="~dev-python/click-6.7[${PYTHON_USEDEP}]
	dev-python/click-repl[${PYTHON_USEDEP}]
	~dev-python/pika-0.11.0[${PYTHON_USEDEP}]
	~dev-python/prompt-toolkit-1.0.15[${PYTHON_USEDEP}]
	~dev-python/wcwidth-0.1.7[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"