# 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="Google BigQuery magics for Jupyter and IPython"

HOMEPAGE="https://github.com/googleapis/python-bigquery-magics"
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="all bigframes bqstorage geopandas spanner-graph-notebook"
DEPENDENCIES="dev-python/db-dtypes[${PYTHON_USEDEP}]
	dev-python/google-cloud-bigquery[${PYTHON_USEDEP}]
	>=dev-python/ipywidgets-7.7.1[${PYTHON_USEDEP}]
	>=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
	>=dev-python/ipykernel-5.5.6[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0.0[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.2.0[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-3.0.0[${PYTHON_USEDEP}]
	dev-python/pydata-google-auth[${PYTHON_USEDEP}]
	<dev-python/tqdm-5.0.0[${PYTHON_USEDEP}]
	bqstorage? ( dev-python/google-cloud-bigquery-storage[${PYTHON_USEDEP}] )
	bqstorage? ( <dev-python/grpcio-2.0.0[${PYTHON_USEDEP}] )
	bqstorage? ( <dev-python/grpcio-2.0.0[${PYTHON_USEDEP}] )
	bqstorage? ( <dev-python/grpcio-2.0.0[${PYTHON_USEDEP}] )
	bigframes? ( dev-python/bigframes[${PYTHON_USEDEP}] )
	geopandas? ( dev-python/geopandas[${PYTHON_USEDEP}] )
	spanner-graph-notebook? ( dev-python/spanner-graph-notebook[${PYTHON_USEDEP}] )
	spanner-graph-notebook? ( dev-python/portpicker[${PYTHON_USEDEP}] )
	all? ( dev-python/google-cloud-bigquery-storage[${PYTHON_USEDEP}] )
	all? ( <dev-python/grpcio-2.0.0[${PYTHON_USEDEP}] )
	all? ( <dev-python/grpcio-2.0.0[${PYTHON_USEDEP}] )
	all? ( <dev-python/grpcio-2.0.0[${PYTHON_USEDEP}] )
	all? ( dev-python/bigframes[${PYTHON_USEDEP}] )
	all? ( dev-python/geopandas[${PYTHON_USEDEP}] )
	all? ( dev-python/spanner-graph-notebook[${PYTHON_USEDEP}] )
	all? ( dev-python/portpicker[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"