View Raw Ebuild
# 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="Un petit module pour créer des graphes (non orienté, orienté ou bi-partie)"
HOMEPAGE="https://gitlab.com/sebhoa/pygraph"
LICENSE="CC BY-NC-SA 4.0"
SRC_URI="https://files.pythonhosted.org/packages/62/13/5d2c60048f50fc3d464c5c7eeb29867ebe08b9b87255c23333d655c5fc93/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/graphviz[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"