# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="0.0.6.dev0"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Jraph: A library for Graph Neural Networks in Jax"

HOMEPAGE="https://github.com/deepmind/jraph"
LICENSE="Apache-2.0"
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="examples ogb_examples"
DEPENDENCIES="dev-python/jax[${PYTHON_USEDEP}]
	dev-python/jaxlib[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.18.0[${PYTHON_USEDEP}]
	examples? ( dev-python/dm-haiku[${PYTHON_USEDEP}] )
	examples? ( >=dev-python/absl-py-0.9[${PYTHON_USEDEP}] )
	examples? ( dev-python/frozendict[${PYTHON_USEDEP}] )
	examples? ( dev-python/optax[${PYTHON_USEDEP}] )
	examples? ( >=dev-python/scipy-1.2.1[${PYTHON_USEDEP}] )
	ogb_examples? ( dev-python/dm-haiku[${PYTHON_USEDEP}] )
	ogb_examples? ( >=dev-python/absl-py-0.9[${PYTHON_USEDEP}] )
	ogb_examples? ( dev-python/optax[${PYTHON_USEDEP}] )
	ogb_examples? ( >=dev-python/pandas-1.0.5[${PYTHON_USEDEP}] )
	ogb_examples? ( dev-python/dm-tree[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"