# 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="Need To Graph"

HOMEPAGE="https://github.com/dmulyalin/N2G"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/89/d6/d5bc677554fa7708b2f7cb425e99a7a7a76a86240e1261b35502b24667ca/N2G-${REALVERSION}.tar.gz"
SOURCEFILE="N2G-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="full"
DEPENDENCIES="full? ( dev-python/ttp[${PYTHON_USEDEP}] )
	full? ( dev-python/ttp-templates[${PYTHON_USEDEP}] )
	full? ( ~dev-python/flask-2.2.2[${PYTHON_USEDEP}] )
	full? ( <dev-python/openpyxl-3.2.0[${PYTHON_USEDEP}] )
	full? ( dev-python/python-igraph[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"