# 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="A hierarchical divisive clustering toolbox"

HOMEPAGE="https://github.com/panagiotisanagnostou/HiPart"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/70/bf/361632f19bf9a45b3b363242ace0db1e3a81088f29ffdbf8d76952471a15/hipart-${REALVERSION}.tar.gz"
SOURCEFILE="hipart-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/treelib[${PYTHON_USEDEP}]
	<=dev-python/scipy-1.15.3[${PYTHON_USEDEP}]
	dev-python/scikit-learn[${PYTHON_USEDEP}]
	>=dev-python/statsmodels-0.13[${PYTHON_USEDEP}]
	dev-python/KDEpy[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/plotly[${PYTHON_USEDEP}]
	dev-python/dash[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"