# 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="A decorator that allows users to run SQL queries natively in Airflow."

HOMEPAGE=""
LICENSE=""
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 amazon doc google postgres snowflake tests"
DEPENDENCIES="dev-python/apache-airflow[${PYTHON_USEDEP}]
	dev-python/python-frontmatter[${PYTHON_USEDEP}]
	<=dev-python/pandas-1.3.5[${PYTHON_USEDEP}]
	<=dev-python/sqlalchemy-1.3.24[${PYTHON_USEDEP}]
	<dev-python/markupsafe-2.1.0[${PYTHON_USEDEP}]
	dev-python/smart-open[${PYTHON_USEDEP}]
	dev-python/pyarrow[${PYTHON_USEDEP}]
	all? ( dev-python/apache-airflow-providers-amazon[${PYTHON_USEDEP}] )
	all? ( dev-python/apache-airflow-providers-google[${PYTHON_USEDEP}] )
	all? ( dev-python/sqlalchemy-bigquery[${PYTHON_USEDEP}] )
	all? ( dev-python/smart-open[${PYTHON_USEDEP}] )
	all? ( dev-python/s3fs[${PYTHON_USEDEP}] )
	all? ( dev-python/apache-airflow-providers-snowflake[${PYTHON_USEDEP}] )
	all? ( dev-python/snowflake-sqlalchemy[${PYTHON_USEDEP}] )
	all? ( dev-python/snowflake-connector-python[${PYTHON_USEDEP}] )
	all? ( dev-python/apache-airflow-providers-postgres[${PYTHON_USEDEP}] )
	amazon? ( dev-python/apache-airflow-providers-amazon[${PYTHON_USEDEP}] )
	amazon? ( dev-python/s3fs[${PYTHON_USEDEP}] )
	amazon? ( dev-python/smart-open[${PYTHON_USEDEP}] )
	doc? ( ~dev-python/sphinx-4.4.0[${PYTHON_USEDEP}] )
	google? ( dev-python/apache-airflow-providers-google[${PYTHON_USEDEP}] )
	google? ( dev-python/sqlalchemy-bigquery[${PYTHON_USEDEP}] )
	google? ( dev-python/smart-open[${PYTHON_USEDEP}] )
	postgres? ( dev-python/apache-airflow-providers-postgres[${PYTHON_USEDEP}] )
	snowflake? ( dev-python/apache-airflow-providers-snowflake[${PYTHON_USEDEP}] )
	snowflake? ( dev-python/snowflake-sqlalchemy[${PYTHON_USEDEP}] )
	snowflake? ( dev-python/snowflake-connector-python[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/click-8.0.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-6.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-split[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-dotenv[${PYTHON_USEDEP}] )
	tests? ( dev-python/requests-mock[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-describe[${PYTHON_USEDEP}] )
	tests? ( dev-python/mypy[${PYTHON_USEDEP}] )
	tests? ( dev-python/sqlalchemy-stubs[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"