# 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="Package for Snowflake Dagster framework components."

HOMEPAGE="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-snowflake"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/3d/0d/a9e9d83df35cda6d78f7b344a8977656a6eb58660ddbe6c773027b8c4de7/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="pandas snowflake-sqlalchemy"
DEPENDENCIES="dev-python/dagster[${PYTHON_USEDEP}]
	dev-python/snowflake-snowpark-python[${PYTHON_USEDEP}]
	dev-python/snowflake-core[${PYTHON_USEDEP}]
	dev-python/snowflake-connector-python[${PYTHON_USEDEP}]
	>=dev-python/pyopenssl-22.1.0[${PYTHON_USEDEP}]
	snowflake-sqlalchemy? ( >dev-python/sqlalchemy-1.4.42[${PYTHON_USEDEP}] )
	snowflake-sqlalchemy? ( dev-python/snowflake-sqlalchemy[${PYTHON_USEDEP}] )
	pandas? ( <dev-python/pandas-3.0.0[${PYTHON_USEDEP}] )
	pandas? ( dev-python/snowflake-connector-python[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"