# 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="LitePipeline: distributed pipeline system"

HOMEPAGE="https://github.com/fiefdx/LitePipeline"
LICENSE="MIT"
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="dfs"
DEPENDENCIES=">=dev-python/progress-1.5[${PYTHON_USEDEP}]
	>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
	dev-python/tornado[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/tinydb[${PYTHON_USEDEP}]
	~dev-python/sqlalchemy-1.3.23[${PYTHON_USEDEP}]
	dev-python/docker[${PYTHON_USEDEP}]
	dev-python/tornado-discovery[${PYTHON_USEDEP}]
	dev-python/tea-encrypt[${PYTHON_USEDEP}]
	dev-python/litepipeline-helper[${PYTHON_USEDEP}]
	dev-python/litedfs-client[${PYTHON_USEDEP}]
	dfs? ( dev-python/litedfs[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"