diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-20 13:57:17 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-20 13:57:17 +0200 |
commit | 858a08d43b9cfac114f1b73fc9789b1208ef50ba (patch) | |
tree | 23bd46f295a2bcdc06891281b99ba6aa411ba743 | |
parent | dev-python/spyder-kernels: remove 2.0.1 (diff) | |
download | gentoo-858a08d43b9cfac114f1b73fc9789b1208ef50ba.tar.gz gentoo-858a08d43b9cfac114f1b73fc9789b1208ef50ba.tar.bz2 gentoo-858a08d43b9cfac114f1b73fc9789b1208ef50ba.zip |
dev-python/spyder: remove reference to eslect-QtPy
This eselect modules is being last-rited, USE flags is the new
way to toggle between pyside2/pyqt5 in dev-python/QtPy-1.9.0-r4.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-python/spyder/spyder-4.2.5.ebuild | 8 | ||||
-rw-r--r-- | dev-python/spyder/spyder-5.0.3.ebuild | 11 |
2 files changed, 2 insertions, 17 deletions
diff --git a/dev-python/spyder/spyder-4.2.5.ebuild b/dev-python/spyder/spyder-4.2.5.ebuild index cc39e8e83c52..0fac6b43bcbe 100644 --- a/dev-python/spyder/spyder-4.2.5.ebuild +++ b/dev-python/spyder/spyder-4.2.5.ebuild @@ -83,7 +83,7 @@ RDEPEND=" <dev-python/qdarkstyle-3.0[${PYTHON_USEDEP}] >=dev-python/qtawesome-0.5.7[${PYTHON_USEDEP}] >=dev-python/qtconsole-5.0.3[${PYTHON_USEDEP}] - >=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},svg,webengine] + >=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},pyqt5(+),svg,webengine] >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}] >=dev-python/spyder-kernels-1.10.2[${PYTHON_USEDEP}] <dev-python/spyder-kernels-1.11.0[${PYTHON_USEDEP}] @@ -91,9 +91,6 @@ RDEPEND=" >=dev-python/three-merge-0.1.1[${PYTHON_USEDEP}] >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}] <dev-python/watchdog-2.0.0[${PYTHON_USEDEP}] - - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/PyQtWebEngine[${PYTHON_USEDEP}] " BDEPEND="test? ( @@ -244,7 +241,4 @@ pkg_postinst() { optfeature "System terminal inside spyder" dev-python/spyder-terminal # spyder-reports not yet updated to >=spyder-4.0.0 # optfeature "Markdown reports using Pweave" dev-python/spyder-reports - elog - elog "Spyder currently only works with PyQt5 as QtPy backend, PySide2 is not supported." - elog "Please ensure that 'eselect qtpy' is set to PyQt5." } diff --git a/dev-python/spyder/spyder-5.0.3.ebuild b/dev-python/spyder/spyder-5.0.3.ebuild index c07dccb427fa..7684a0869cb6 100644 --- a/dev-python/spyder/spyder-5.0.3.ebuild +++ b/dev-python/spyder/spyder-5.0.3.ebuild @@ -64,7 +64,7 @@ RDEPEND=" >=dev-python/qstylizer-0.1.10[${PYTHON_USEDEP}] >=dev-python/qtawesome-1.0.2[${PYTHON_USEDEP}] >=dev-python/qtconsole-5.1.0[${PYTHON_USEDEP}] - >=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},svg,webengine] + >=dev-python/QtPy-1.5.0[${PYTHON_USEDEP},pyqt5(+),svg,webengine] >=dev-python/sphinx-0.6.6[${PYTHON_USEDEP}] >=dev-python/spyder-kernels-2.0.3[${PYTHON_USEDEP}] <dev-python/spyder-kernels-2.1.0[${PYTHON_USEDEP}] @@ -90,12 +90,6 @@ RDEPEND+=" dev-python/yapf[${PYTHON_USEDEP}] " -# currently does not work with pyside2 -RDEPEND+=" - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/PyQtWebEngine[${PYTHON_USEDEP}] -" - BDEPEND=" test? ( dev-python/cython[${PYTHON_USEDEP}] @@ -197,7 +191,4 @@ pkg_postinst() { optfeature "System terminal inside spyder" dev-python/spyder-terminal # spyder-reports not yet updated to >=spyder-4.0.0 # optfeature "Markdown reports using Pweave" dev-python/spyder-reports - elog - elog "Spyder currently only works with PyQt5 as QtPy backend, PySide2 is not supported." - elog "Please ensure that 'eselect qtpy' is set to PyQt5." } |