# 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="Orange Bioinformatics add-on for Orange data mining software package."

HOMEPAGE="https://github.com/biolab/orange3-bioinformatics"
LICENSE="GPL3+"
SRC_URI="https://files.pythonhosted.org/packages/98/1c/3566dd92e4ef3bc863a63601af351420560b971e0f9f2ca90b0b52b880e8/orange3_bioinformatics-${REALVERSION}.tar.gz"
SOURCEFILE="orange3_bioinformatics-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="doc test"
DEPENDENCIES="dev-python/Orange3[${PYTHON_USEDEP}]
	dev-python/orange-widget-base[${PYTHON_USEDEP}]
	>=dev-python/pyclipper-1.2.0[${PYTHON_USEDEP}]
	dev-python/point-annotator[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	>=dev-python/requests-cache-0.8.0[${PYTHON_USEDEP}]
	dev-python/resdk[${PYTHON_USEDEP}]
	dev-python/Genesis-PyAPI[${PYTHON_USEDEP}]
	dev-python/single-sample-gsea[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/scipy[${PYTHON_USEDEP}]
	dev-python/serverfiles[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	doc? ( dev-python/recommonmark[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	doc? ( <dev-python/docutils-0.17[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-comprehensions[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-black[${PYTHON_USEDEP}] )
	test? ( dev-python/pep8-naming[${PYTHON_USEDEP}] )
	test? ( dev-python/isort[${PYTHON_USEDEP}] )
	test? ( dev-python/pre-commit[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/coverage[${PYTHON_USEDEP}] )
	test? ( dev-python/codecov[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"