# 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="Tool for the analysis and evaluation of Learning to Rank models based on ensembles of regression trees."

HOMEPAGE="http://rankeval.isti.cnr.it"
LICENSE="MPL 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="develop"
DEPENDENCIES=">=dev-python/numpy-1.13[${PYTHON_USEDEP}]
	>=dev-python/scipy-0.14.0[${PYTHON_USEDEP}]
	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
	>=dev-python/pandas-0.19.1[${PYTHON_USEDEP}]
	>=dev-python/xarray-0.10.9[${PYTHON_USEDEP}]
	>=dev-python/seaborn-0.8[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
	develop? ( >=dev-python/sphinx-1.5.0[${PYTHON_USEDEP}] )
	develop? ( >=dev-python/sphinx-rtd-theme-0.2.0[${PYTHON_USEDEP}] )
	develop? ( >dev-python/numpydoc-0.5.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"