# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="5.0.0a9.dev15"
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 girder plugin for exposing slicer CLIs over the web [badver 5.0.0a9.dev15]"

HOMEPAGE="https://github.com/girder/slicer_cli_web"
LICENSE="Apache Software License 2.0"
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="client girder worker"
DEPENDENCIES="dev-python/ctk-cli[${PYTHON_USEDEP}]
	dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/jsonschema[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	girder? ( dev-python/girder[${PYTHON_USEDEP}] )
	girder? ( dev-python/girder-jobs[${PYTHON_USEDEP}] )
	girder? ( dev-python/girder-worker[${PYTHON_USEDEP}] )
	girder? ( dev-python/girder-client[${PYTHON_USEDEP}] )
	worker? ( dev-python/girder[${PYTHON_USEDEP}] )
	worker? ( dev-python/girder-jobs[${PYTHON_USEDEP}] )
	worker? ( dev-python/girder-worker[${PYTHON_USEDEP}] )
	worker? ( dev-python/girder-client[${PYTHON_USEDEP}] )
	worker? ( >=dev-python/docker-2.6.0[${PYTHON_USEDEP}] )
	client? ( dev-python/click[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"