# 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="BetaSeries Correlations implemented in Nipype"

HOMEPAGE="https://github.com/HBClab/NiBetaSeries"
LICENSE=""
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="all binder dev doc docs"
DEPENDENCIES="dev-python/nipype[${PYTHON_USEDEP}]
	dev-python/pybids[${PYTHON_USEDEP}]
	dev-python/nibabel[${PYTHON_USEDEP}]
	dev-python/nistats[${PYTHON_USEDEP}]
	dev-python/nilearn[${PYTHON_USEDEP}]
	~dev-python/pandas-0.24.0[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/niworkflows[${PYTHON_USEDEP}]
	dev-python/duecredit[${PYTHON_USEDEP}]
	~dev-python/scikit-learn-0.19.2[${PYTHON_USEDEP}]
	~dev-python/matplotlib-2.2.4[${PYTHON_USEDEP}]
	dev-python/mne[${PYTHON_USEDEP}]
	all? ( dev-python/tox[${PYTHON_USEDEP}] )
	all? ( ~dev-python/pytest-5.0.1[${PYTHON_USEDEP}] )
	all? ( dev-python/pytest-travis-fold[${PYTHON_USEDEP}] )
	all? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	all? ( dev-python/seaborn[${PYTHON_USEDEP}] )
	all? ( dev-python/pillow[${PYTHON_USEDEP}] )
	all? ( <dev-python/sphinx-3.0[${PYTHON_USEDEP}] )
	all? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	all? ( dev-python/sphinx-argparse[${PYTHON_USEDEP}] )
	all? ( dev-python/sphinx-gallery[${PYTHON_USEDEP}] )
	all? ( dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}] )
	all? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	all? ( dev-python/flake8[${PYTHON_USEDEP}] )
	all? ( dev-python/codecov[${PYTHON_USEDEP}] )
	all? ( dev-python/coverage[${PYTHON_USEDEP}] )
	binder? ( <dev-python/sphinx-3.0[${PYTHON_USEDEP}] )
	binder? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	binder? ( dev-python/sphinx-argparse[${PYTHON_USEDEP}] )
	binder? ( dev-python/sphinx-gallery[${PYTHON_USEDEP}] )
	binder? ( dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}] )
	binder? ( dev-python/seaborn[${PYTHON_USEDEP}] )
	binder? ( dev-python/pillow[${PYTHON_USEDEP}] )
	binder? ( dev-python/jupytext[${PYTHON_USEDEP}] )
	dev? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	dev? ( dev-python/flake8[${PYTHON_USEDEP}] )
	dev? ( dev-python/codecov[${PYTHON_USEDEP}] )
	dev? ( dev-python/coverage[${PYTHON_USEDEP}] )
	doc? ( <dev-python/sphinx-3.0[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-argparse[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-gallery[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-3.0[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-argparse[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-gallery[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"