# 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="Airflow plugin for Dagster"

HOMEPAGE="https://github.com/dagster-io/dagster"
LICENSE="Apache-2.0"
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="kubernetes test test-airflow-1 test-airflow-2"
DEPENDENCIES="dev-python/dagster[${PYTHON_USEDEP}]
	dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
	<dev-python/setuptools-71.0.0[${PYTHON_USEDEP}]
	dev-python/pendulum[${PYTHON_USEDEP}]
	kubernetes? ( dev-python/kubernetes[${PYTHON_USEDEP}] )
	kubernetes? ( >=dev-python/cryptography-2.0.0[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/apache-airflow[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/pendulum[${PYTHON_USEDEP}] )
	test-airflow-2? ( >=dev-python/boto3-1.26.7[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/Flask-Session[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/kubernetes[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/apache-airflow-providers-docker[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/apache-airflow-providers-apache-spark[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/apache-airflow-providers-http[${PYTHON_USEDEP}] )
	test-airflow-2? ( dev-python/connexion[${PYTHON_USEDEP}] )
	test-airflow-1? ( dev-python/apache-airflow[${PYTHON_USEDEP}] )
	test-airflow-1? ( >=dev-python/boto3-1.26.7[${PYTHON_USEDEP}] )
	test-airflow-1? ( dev-python/kubernetes[${PYTHON_USEDEP}] )
	test-airflow-1? ( <=dev-python/markupsafe-2.0.1[${PYTHON_USEDEP}] )
	test-airflow-1? ( <dev-python/wtforms-3.0.0[${PYTHON_USEDEP}] )
	test-airflow-1? ( <dev-python/sqlalchemy-1.4.0[${PYTHON_USEDEP}] )
	test-airflow-1? ( dev-python/marshmallow-sqlalchemy[${PYTHON_USEDEP}] )
	test-airflow-1? ( dev-python/connexion[${PYTHON_USEDEP}] )
	test? ( dev-python/connexion[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"