# 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="Python client for Dremio. See https://dremio.com"

HOMEPAGE="https://github.com/rymurr/dremio_client"
LICENSE="Apache Software License 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="full noarrow"
DEPENDENCIES=">=dev-python/click-6.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
	dev-python/confuse[${PYTHON_USEDEP}]
	dev-python/simplejson[${PYTHON_USEDEP}]
	dev-python/attrs[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	full? ( >=dev-python/pyarrow-0.15.0[${PYTHON_USEDEP}] )
	full? ( >=dev-python/pandas-0.24.2[${PYTHON_USEDEP}] )
	full? ( ~dev-python/requests-futures-1.0.0[${PYTHON_USEDEP}] )
	full? ( dev-python/markdown[${PYTHON_USEDEP}] )
	noarrow? ( >=dev-python/pandas-0.24.2[${PYTHON_USEDEP}] )
	noarrow? ( ~dev-python/requests-futures-1.0.0[${PYTHON_USEDEP}] )
	noarrow? ( dev-python/markdown[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"