# 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="Run python scripts from any dbt project."

HOMEPAGE="https://github.com/fal-ai/fal"
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="bigquery duckdb redshift snowflake teleport trino"
DEPENDENCIES="dev-python/dbt-core[${PYTHON_USEDEP}]
	<dev-python/pandas-2.0.0[${PYTHON_USEDEP}]
	dev-python/posthog[${PYTHON_USEDEP}]
	dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
	<dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
	<dev-python/agate-sql-0.6.0[${PYTHON_USEDEP}]
	<dev-python/astor-0.9.0[${PYTHON_USEDEP}]
	<dev-python/deprecation-3.0.0[${PYTHON_USEDEP}]
	<dev-python/platformdirs-3.0.0[${PYTHON_USEDEP}]
	<dev-python/virtualenv-21.0.0[${PYTHON_USEDEP}]
	~dev-python/dill-0.3.7[${PYTHON_USEDEP}]
	<dev-python/sqlalchemy-2.0.0[${PYTHON_USEDEP}]
	snowflake? ( dev-python/snowflake-connector-python[${PYTHON_USEDEP}] )
	bigquery? ( dev-python/google-cloud-bigquery[${PYTHON_USEDEP}] )
	redshift? ( dev-python/awswrangler[${PYTHON_USEDEP}] )
	redshift? ( dev-python/sqlalchemy-redshift[${PYTHON_USEDEP}] )
	duckdb? ( dev-python/duckdb-engine[${PYTHON_USEDEP}] )
	trino? ( dev-python/trino[${PYTHON_USEDEP}] )
	teleport? ( dev-python/s3fs[${PYTHON_USEDEP}] )
	>=dev-python/packaging-23.0[${PYTHON_USEDEP}]
	dev-python/fal[${PYTHON_USEDEP}]
	<dev-python/importlib-metadata-7.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"