# 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="High performance graph data structures and algorithms"

HOMEPAGE="https://igraph.org/python"
LICENSE="GNU General Public License GPL"
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="cairo doc matplotlib plotly plotting test test-musl test-win-arm64"
DEPENDENCIES=">=dev-python/texttable-1.6.2[${PYTHON_USEDEP}]
	cairo? ( >=dev-python/cairocffi-1.2.0[${PYTHON_USEDEP}] )
	matplotlib? ( >=dev-python/matplotlib-3.6.0[${PYTHON_USEDEP}] )
	plotly? ( >=dev-python/plotly-5.3.0[${PYTHON_USEDEP}] )
	plotting? ( >=dev-python/cairocffi-1.2.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/cairocffi-1.2.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/networkx-2.5[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-7.0.1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/numpy-1.19.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pandas-1.1.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/scipy-1.5.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/matplotlib-3.6.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/plotly-5.3.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pillow-9.0[${PYTHON_USEDEP}] )
	test-win-arm64? ( >=dev-python/cairocffi-1.2.0[${PYTHON_USEDEP}] )
	test-win-arm64? ( >=dev-python/networkx-2.5[${PYTHON_USEDEP}] )
	test-win-arm64? ( >=dev-python/pytest-7.0.1[${PYTHON_USEDEP}] )
	test-win-arm64? ( >=dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}] )
	test-musl? ( >=dev-python/cairocffi-1.2.0[${PYTHON_USEDEP}] )
	test-musl? ( >=dev-python/networkx-2.5[${PYTHON_USEDEP}] )
	test-musl? ( >=dev-python/pytest-7.0.1[${PYTHON_USEDEP}] )
	test-musl? ( >=dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-7.0.0[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-rtd-theme-1.3.0[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-gallery-0.14.0[${PYTHON_USEDEP}] )
	doc? ( dev-python/pydoctor[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"