# 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="Convert trained traditional machine learning models into tensor computations" HOMEPAGE="https://github.com/microsoft/hummingbird" 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="benchmark extra onnx sparkml tests" DEPENDENCIES=">=dev-python/numpy-1.15[${PYTHON_USEDEP}] dev-python/onnxconverter-common[${PYTHON_USEDEP}] dev-python/onnx[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] dev-python/scikit-learn[${PYTHON_USEDEP}] dev-python/torch[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/dill[${PYTHON_USEDEP}] >=dev-python/protobuf-3.20.2[${PYTHON_USEDEP}] benchmark? ( dev-python/onnxruntime[${PYTHON_USEDEP}] ) benchmark? ( dev-python/onnxmltools[${PYTHON_USEDEP}] ) benchmark? ( dev-python/skl2onnx[${PYTHON_USEDEP}] ) benchmark? ( dev-python/xgboost[${PYTHON_USEDEP}] ) benchmark? ( dev-python/lightgbm[${PYTHON_USEDEP}] ) benchmark? ( dev-python/holidays[${PYTHON_USEDEP}] ) benchmark? ( dev-python/prophet[${PYTHON_USEDEP}] ) benchmark? ( dev-python/memory-profiler[${PYTHON_USEDEP}] ) benchmark? ( dev-python/psutil[${PYTHON_USEDEP}] ) extra? ( dev-python/xgboost[${PYTHON_USEDEP}] ) extra? ( dev-python/lightgbm[${PYTHON_USEDEP}] ) extra? ( dev-python/holidays[${PYTHON_USEDEP}] ) extra? ( dev-python/prophet[${PYTHON_USEDEP}] ) onnx? ( dev-python/onnxruntime[${PYTHON_USEDEP}] ) onnx? ( dev-python/onnxmltools[${PYTHON_USEDEP}] ) onnx? ( dev-python/skl2onnx[${PYTHON_USEDEP}] ) sparkml? ( dev-python/pyspark[${PYTHON_USEDEP}] ) sparkml? ( >dev-python/pyarrow-1.0[${PYTHON_USEDEP}] ) tests? ( dev-python/flake8[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest[${PYTHON_USEDEP}] ) tests? ( dev-python/coverage[${PYTHON_USEDEP}] ) tests? ( dev-python/pre-commit[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"