# 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="Machine learning based dialogue engine for conversational software."

HOMEPAGE="https://rasa.com"
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="test"
DEPENDENCIES="dev-python/future[${PYTHON_USEDEP}]
	dev-python/typing[${PYTHON_USEDEP}]
	~dev-python/requests-2.20[${PYTHON_USEDEP}]
	~dev-python/configargparse-0.13.0[${PYTHON_USEDEP}]
	~dev-python/coloredlogs-10.0[${PYTHON_USEDEP}]
	~dev-python/flask-1.0[${PYTHON_USEDEP}]
	~dev-python/flask-cors-3.0[${PYTHON_USEDEP}]
	dev-python/gevent[${PYTHON_USEDEP}]
	~dev-python/six-1.11[${PYTHON_USEDEP}]
	test? ( ~dev-python/pytest-3.0[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-pep8[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-2.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"