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

EAPI=8

REALNAME="${PN}"
LITERALNAME="octobot-backtesting"
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="OctoBot project backtesting engine"

HOMEPAGE="https://github.com/Drakkar-Software/OctoBot-Backtesting"
LICENSE="LGPL-3"
SRC_URI="https://files.pythonhosted.org/packages/source/${LITERALNAME::1}/${LITERALNAME}/${LITERALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${LITERALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="full"
DEPENDENCIES="dev-python/async-channel[${PYTHON_USEDEP}]
	dev-python/OctoBot-Commons[${PYTHON_USEDEP}]
	dev-python/OctoBot-Tentacles-Manager[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.9.5[${PYTHON_USEDEP}]
	full? ( dev-python/OctoBot-Commons[${PYTHON_USEDEP}] )
	full? ( dev-python/OctoBot-Tentacles-Manager[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"