# 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="Logical Graph Builder that can be used for various problems that can be modeled as a graph data structure"

HOMEPAGE="https://github.com/tylertjburns/coopgraph"
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=""
DEPENDENCIES="~dev-python/certifi-2024.7.4[${PYTHON_USEDEP}]
	~dev-python/charset-normalizer-3.3.2[${PYTHON_USEDEP}]
	~dev-python/docutils-0.21.2[${PYTHON_USEDEP}]
	~dev-python/idna-3.7[${PYTHON_USEDEP}]
	~dev-python/importlib-metadata-8.2.0[${PYTHON_USEDEP}]
	~dev-python/jaraco-classes-3.4.0[${PYTHON_USEDEP}]
	~dev-python/jaraco-context-5.3.0[${PYTHON_USEDEP}]
	~dev-python/jaraco-functools-4.0.2[${PYTHON_USEDEP}]
	~dev-python/keyring-25.2.1[${PYTHON_USEDEP}]
	~dev-python/markdown-it-py-3.0.0[${PYTHON_USEDEP}]
	~dev-python/mdurl-0.1.2[${PYTHON_USEDEP}]
	~dev-python/more-itertools-10.3.0[${PYTHON_USEDEP}]
	~dev-python/nh3-0.2.18[${PYTHON_USEDEP}]
	~dev-python/pkginfo-1.10.0[${PYTHON_USEDEP}]
	~dev-python/pygments-2.18.0[${PYTHON_USEDEP}]
	dev-python/pywin32-ctypes[${PYTHON_USEDEP}]
	~dev-python/readme-renderer-44.0[${PYTHON_USEDEP}]
	~dev-python/requests-2.32.3[${PYTHON_USEDEP}]
	~dev-python/requests-toolbelt-1.0.0[${PYTHON_USEDEP}]
	~dev-python/rfc3986-2.0.0[${PYTHON_USEDEP}]
	~dev-python/rich-13.7.1[${PYTHON_USEDEP}]
	~dev-python/setuptools-72.1.0[${PYTHON_USEDEP}]
	~dev-python/twine-5.1.1[${PYTHON_USEDEP}]
	~dev-python/urllib3-2.2.2[${PYTHON_USEDEP}]
	~dev-python/zipp-3.19.2[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"