# 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="Outflow is a framework that helps you create and execute sequential, parallel as well as distributed task workflows."

HOMEPAGE="https://outflow.dev"
LICENSE="CECILL-2.1"
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="ipython tests"
DEPENDENCIES=">dev-python/networkx-2.6[${PYTHON_USEDEP}]
	<dev-python/typeguard-4.5.0[${PYTHON_USEDEP}]
	<dev-python/cloudpickle-4.0.0[${PYTHON_USEDEP}]
	dev-python/declic[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]
	<dev-python/sqlalchemy-2.0[${PYTHON_USEDEP}]
	<dev-python/alembic-1.17[${PYTHON_USEDEP}]
	dev-python/psycopg2-binary[${PYTHON_USEDEP}]
	<dev-python/jinja2-4.0.0[${PYTHON_USEDEP}]
	dev-python/simple-slurm[${PYTHON_USEDEP}]
	>dev-python/typing-extensions-3.10.0.2[${PYTHON_USEDEP}]
	<dev-python/black-25.2.0[${PYTHON_USEDEP}]
	tests? ( <dev-python/pytest-9.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-timeout-3.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-cov-7.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-postgresql[${PYTHON_USEDEP}] )
	<dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
	dev-python/pyyaml-include[${PYTHON_USEDEP}]
	>dev-python/rich-10.13.0[${PYTHON_USEDEP}]
	tests? ( <dev-python/ipython-9.0.0[${PYTHON_USEDEP}] )
	ipython? ( <dev-python/ipython-9.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"