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

EAPI=8

REALNAME="${PN}"
LITERALNAME="octobot-trading"
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 trading package"

HOMEPAGE="https://github.com/Drakkar-Software/OctoBot-Trading"
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/numpy-1.26.3[${PYTHON_USEDEP}]
	dev-python/OctoBot-Backtesting[${PYTHON_USEDEP}]
	dev-python/async-channel[${PYTHON_USEDEP}]
	dev-python/OctoBot-Commons[${PYTHON_USEDEP}]
	dev-python/OctoBot-Tentacles-Manager[${PYTHON_USEDEP}]
	dev-python/trading-backend[${PYTHON_USEDEP}]
	dev-python/ccxt[${PYTHON_USEDEP}]
	dev-python/cryptography[${PYTHON_USEDEP}]
	~dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
	<dev-python/cachetools-6.0[${PYTHON_USEDEP}]
	full? ( dev-python/OctoBot-Backtesting[${PYTHON_USEDEP}] )
	full? ( dev-python/OctoBot-Commons[${PYTHON_USEDEP}] )
	full? ( dev-python/OctoBot-Tentacles-Manager[${PYTHON_USEDEP}] )
	full? ( dev-python/tinydb[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"