# 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="RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."

HOMEPAGE="https://github.com/RDFLib/rdflib"
LICENSE="BSD"
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="berkeleydb html lxml networkx orjson rdf4j"
DEPENDENCIES="<dev-python/pyparsing-4.0[${PYTHON_USEDEP}]
	berkeleydb? ( <dev-python/berkeleydb-19.0.0[${PYTHON_USEDEP}] )
	networkx? ( <dev-python/networkx-4.0[${PYTHON_USEDEP}] )
	html? ( dev-python/html5rdf[${PYTHON_USEDEP}] )
	lxml? ( <dev-python/lxml-6.0[${PYTHON_USEDEP}] )
	orjson? ( <dev-python/orjson-4.0[${PYTHON_USEDEP}] )
	rdf4j? ( <dev-python/httpx-0.29.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"