# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_6 ) inherit eutils distutils-r1 xdg-utils DESCRIPTION="The Scientific PYthon Development EnviRonment" HOMEPAGE=" https://www.spyder-ide.org/ https://github.com/spyder-ide/spyder/ https://pypi.org/project/spyder/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="hdf5 +webengine webkit" REQUIRED_USE="webengine? ( !webkit )" RDEPEND=" hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] ) dev-python/chardet[${PYTHON_USEDEP}] dev-python/cloudpickle[${PYTHON_USEDEP}] dev-python/jedi[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}] dev-python/pycodestyle[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pyflakes[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/pylint[${PYTHON_USEDEP}] dev-python/pyzmq[${PYTHON_USEDEP}] >=dev-python/qtawesome-0.4.1[${PYTHON_USEDEP}] dev-python/qtconsole[${PYTHON_USEDEP}] dev-python/QtPy[${PYTHON_USEDEP},svg,webengine?,webkit?] >=dev-python/rope-0.10.7[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/numpydoc[${PYTHON_USEDEP}]