# 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="Simple workflows for Python"

HOMEPAGE="https://github.com/inveniosoftware/workflow"
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 docs tests"
DEPENDENCIES="dev-python/autosemver[${PYTHON_USEDEP}]
	>dev-python/configobj-4.7.0[${PYTHON_USEDEP}]
	>=dev-python/blinker-1.3[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/enum34[${PYTHON_USEDEP}]
	all? ( >=dev-python/sphinx-1.4.2[${PYTHON_USEDEP}] )
	all? ( >=dev-python/coverage-4.0[${PYTHON_USEDEP}] )
	all? ( >=dev-python/mock-1.0.0[${PYTHON_USEDEP}] )
	all? ( >=dev-python/isort-4.2.2[${PYTHON_USEDEP}] )
	all? ( dev-python/pytest-cache[${PYTHON_USEDEP}] )
	all? ( >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}] )
	all? ( dev-python/pytest-pep8[${PYTHON_USEDEP}] )
	all? ( >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] )
	docs? ( >=dev-python/sphinx-1.4.2[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/coverage-4.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/mock-1.0.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/isort-4.2.2[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-cache[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-pep8[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"