# 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="Jupyter kernels for working with dapla services"

HOMEPAGE="https://github.com/statisticsnorway/dapla-ipython-kernels"
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/ipython-7.22.0[${PYTHON_USEDEP}]
	dev-python/pyspark[${PYTHON_USEDEP}]
	dev-python/jupyterhub[${PYTHON_USEDEP}]
	dev-python/oauthenticator[${PYTHON_USEDEP}]
	~dev-python/requests-2.25.1[${PYTHON_USEDEP}]
	~dev-python/requests-cache-0.5.2[${PYTHON_USEDEP}]
	~dev-python/responses-0.13.2[${PYTHON_USEDEP}]
	>=dev-python/ipykernel-5.5.3[${PYTHON_USEDEP}]
	>=dev-python/notebook-6.3.0[${PYTHON_USEDEP}]
	>=dev-python/tornado-6.1[${PYTHON_USEDEP}]
	dev-python/gcsfs[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-4.0.1[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.2.5[${PYTHON_USEDEP}]
	>=dev-python/google-auth-1.28.1[${PYTHON_USEDEP}]
	>=dev-python/google-auth-oauthlib-0.4.4[${PYTHON_USEDEP}]
	>=dev-python/ipywidgets-7.6.3[${PYTHON_USEDEP}]
	>=dev-python/pyjwt-2.0.1[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"