commit: 858a08d43b9cfac114f1b73fc9789b1208ef50ba
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 11:57:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu May 20 11:57:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858a08d4
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 <AT> gentoo.org>
dev-python/spyder/spyder-4.2.5.ebuild | 8 +-------
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 cc39e8e83c5..0fac6b43bcb 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 c07dccb427f..7684a0869cb 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."
}