# 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="Contains classes and helpers to build a workflow, and provide options to convert to CWL / WDL [top-max 0.13.1]"

HOMEPAGE="https://github.com/PMCC-BioinformaticsCore/janis"
LICENSE="GNU"
SRC_URI="https://files.pythonhosted.org/packages/53/32/f0ac299203c6987cb06137d003ce479caecb9dcc6aa982cabc0371a3c449/janis%20pipelines-${REALVERSION}.tar.gz"
SOURCEFILE="janis%20pipelines-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="bioinformatics ci doc"
DEPENDENCIES="dev-python/janis-pipelines-core[${PYTHON_USEDEP}]
	dev-python/janis-pipelines-runner[${PYTHON_USEDEP}]
	dev-python/janis-pipelines-unix[${PYTHON_USEDEP}]
	dev-python/janis-pipelines-bioinformatics[${PYTHON_USEDEP}]
	dev-python/janis-pipelines-pipelines[${PYTHON_USEDEP}]
	dev-python/janis-pipelines-templates[${PYTHON_USEDEP}]
	bioinformatics? ( dev-python/janis-pipelines-bioinformatics[${PYTHON_USEDEP}] )
	bioinformatics? ( dev-python/janis-pipelines-pipelines[${PYTHON_USEDEP}] )
	ci? ( ~dev-python/keyring-21.4.0[${PYTHON_USEDEP}] )
	ci? ( dev-python/setuptools[${PYTHON_USEDEP}] )
	ci? ( dev-python/wheel[${PYTHON_USEDEP}] )
	ci? ( dev-python/twine[${PYTHON_USEDEP}] )
	doc? ( dev-python/docutils[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	doc? ( dev-python/recommonmark[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"