# 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="Evaluation and standardization of autonomous time series prediction"

HOMEPAGE="https://github.com/microprediction/timemachines"
LICENSE="MIT"
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="full"
DEPENDENCIES="dev-python/wheel[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.19.5[${PYTHON_USEDEP}]
	>=dev-python/importlib-metadata-1.7.0[${PYTHON_USEDEP}]
	dev-python/microconventions[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	dev-python/convertdate[${PYTHON_USEDEP}]
	dev-python/momentum[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	full? ( dev-python/scipy[${PYTHON_USEDEP}] )
	full? ( dev-python/scikit-learn[${PYTHON_USEDEP}] )
	full? ( dev-python/statsmodels[${PYTHON_USEDEP}] )
	full? ( dev-python/pandas[${PYTHON_USEDEP}] )
	full? ( dev-python/cython[${PYTHON_USEDEP}] )
	full? ( dev-python/river[${PYTHON_USEDEP}] )
	full? ( dev-python/pmdarima[${PYTHON_USEDEP}] )
	full? ( dev-python/sktime[${PYTHON_USEDEP}] )
	full? ( dev-python/statsforecast[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"