# 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="A Python PiPeLine framework"

HOMEPAGE="https://github.com/pwwang/PyPPL"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/31/ca/ef68bb56d23cdf3e961bf1f3edcc49c83f7ea098fff25380aeabdd0bf912/PyPPL-${REALVERSION}.tar.gz"
SOURCEFILE="PyPPL-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="dev-python/liquidpy[${PYTHON_USEDEP}]
	dev-python/pyparam[${PYTHON_USEDEP}]
	<dev-python/filelock-4.0.0[${PYTHON_USEDEP}]
	dev-python/python-simpleconf[${PYTHON_USEDEP}]
	dev-python/cmdy[${PYTHON_USEDEP}]
	<dev-python/pluggy-1.0.0[${PYTHON_USEDEP}]
	<dev-python/colorama-0.5.0[${PYTHON_USEDEP}]
	<dev-python/psutil-6.0[${PYTHON_USEDEP}]
	<dev-python/transitions-0.8[${PYTHON_USEDEP}]
	dev-python/diot[${PYTHON_USEDEP}]
	<dev-python/attrs-20.0[${PYTHON_USEDEP}]
	dev-python/attr-property[${PYTHON_USEDEP}]
	dev-python/python-varname[${PYTHON_USEDEP}]
	dev-python/pyppl-export[${PYTHON_USEDEP}]
	dev-python/pyppl-echo[${PYTHON_USEDEP}]
	dev-python/pyppl-rich[${PYTHON_USEDEP}]
	dev-python/pyppl-strict[${PYTHON_USEDEP}]
	dev-python/pyppl-lock[${PYTHON_USEDEP}]
	dev-python/pyppl-runners[${PYTHON_USEDEP}]
	dev-python/toml[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"