# 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="Toolkit for encapsulating Python-based computation into deployable and distributable tasks"

HOMEPAGE="https://github.com/metabolize/werkit"
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="aws-lambda-build cli client compute-graph lambda-common rds-graphile-worker"
DEPENDENCIES="compute-graph? ( dev-python/artifax[${PYTHON_USEDEP}] )
	client? ( ~dev-python/boto3-1.20.32[${PYTHON_USEDEP}] )
	cli? ( <dev-python/click-9.0.0[${PYTHON_USEDEP}] )
	aws-lambda-build? ( dev-python/executor[${PYTHON_USEDEP}] )
	lambda-common? ( dev-python/harrison[${PYTHON_USEDEP}] )
	<dev-python/jsonschema-5.0.0[${PYTHON_USEDEP}]
	dev-python/missouri[${PYTHON_USEDEP}]
	rds-graphile-worker? ( dev-python/rds-graphile-worker-client[${PYTHON_USEDEP}] )
	~dev-python/semver-3.0.1[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"