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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="0.2.4b1"
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 utilities to simplify connection with Google APIs"

HOMEPAGE="https://github.com/pualien/py-gcloud-connector"
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/cachetools-5.5.0[${PYTHON_USEDEP}]
	dev-python/gspread-pandas[${PYTHON_USEDEP}]
	~dev-python/httplib2-0.22.0[${PYTHON_USEDEP}]
	dev-python/gspread[${PYTHON_USEDEP}]
	~dev-python/numpy-1.26.4[${PYTHON_USEDEP}]
	~dev-python/pandas-2.1.4[${PYTHON_USEDEP}]
	dev-python/Brotli[${PYTHON_USEDEP}]
	~dev-python/cython-3.0.11[${PYTHON_USEDEP}]
	>=dev-python/docutils-0.16[${PYTHON_USEDEP}]
	>=dev-python/google-api-python-client-2.154.0[${PYTHON_USEDEP}]
	>=dev-python/importlib-metadata-6.11.0[${PYTHON_USEDEP}]
	~dev-python/keyring-25.3.0[${PYTHON_USEDEP}]
	~dev-python/lockfile-0.12.2[${PYTHON_USEDEP}]
	~dev-python/lxml-5.3.0[${PYTHON_USEDEP}]
	~dev-python/mock-5.1.0[${PYTHON_USEDEP}]
	dev-python/ordereddict[${PYTHON_USEDEP}]
	>=dev-python/protobuf-4.25.5[${PYTHON_USEDEP}]
	>=dev-python/pyopenssl-24.2.1[${PYTHON_USEDEP}]
	~dev-python/simplejson-3.19.3[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]
	dev-python/usercustomize[${PYTHON_USEDEP}]
	~dev-python/zipp-3.21.0[${PYTHON_USEDEP}]
	>=dev-python/tornado-6.3.3[${PYTHON_USEDEP}]
	>=dev-python/cryptography-42.0.8[${PYTHON_USEDEP}]
	~dev-python/pyarrow-18.1.0[${PYTHON_USEDEP}]
	dev-python/fastparquet[${PYTHON_USEDEP}]
	dev-python/retry[${PYTHON_USEDEP}]
	dev-python/google-cloud-bigquery[${PYTHON_USEDEP}]
	dev-python/google-cloud-bigquery-storage[${PYTHON_USEDEP}]
	dev-python/oauth2client[${PYTHON_USEDEP}]
	dev-python/google-analytics-data[${PYTHON_USEDEP}]
	dev-python/db-dtypes[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"