# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Ponder - An extension to Modin that runs pandas and numpy in your database or data warehouse. [wheel]"

HOMEPAGE="https://ponder.io"
LICENSE="Other/Proprietary License"
SRC_URI="https://files.pythonhosted.org/packages/10/d7/88a2ba1a8acdaca6f3e236f866b97510652761bc6cfed84de487651a119f/${REALNAME}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="all bigquery duckdb mssql polars postgres redshift snowflake"
DEPENDENCIES="~dev-python/cloudpickle-2.0.0[${PYTHON_USEDEP}]
	dev-python/fsspec[${PYTHON_USEDEP}]
	dev-python/modin[${PYTHON_USEDEP}]
	dev-python/duckdb[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	dev-python/schedule[${PYTHON_USEDEP}]
	all? ( dev-python/duckdb[${PYTHON_USEDEP}] )
	all? ( dev-python/snowflake-connector-python[${PYTHON_USEDEP}] )
	all? ( dev-python/google-cloud-bigquery[${PYTHON_USEDEP}] )
	all? ( dev-python/db-dtypes[${PYTHON_USEDEP}] )
	all? ( dev-python/polars[${PYTHON_USEDEP}] )
	all? ( >=dev-python/psycopg-3.1[${PYTHON_USEDEP}] )
	all? ( dev-python/redshift-connector[${PYTHON_USEDEP}] )
	bigquery? ( dev-python/google-cloud-bigquery[${PYTHON_USEDEP}] )
	bigquery? ( dev-python/db-dtypes[${PYTHON_USEDEP}] )
	duckdb? ( dev-python/duckdb[${PYTHON_USEDEP}] )
	mssql? ( dev-python/pymssql[${PYTHON_USEDEP}] )
	polars? ( dev-python/polars[${PYTHON_USEDEP}] )
	postgres? ( >=dev-python/psycopg-3.1[${PYTHON_USEDEP}] )
	redshift? ( dev-python/redshift-connector[${PYTHON_USEDEP}] )
	snowflake? ( dev-python/snowflake-connector-python[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"