commit:     873600fbc3a125ed846abe1d24f4321cfe40325e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 21:48:52 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 21:53:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873600fb

dev-python/spyder: enable py3.11

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/spyder/spyder-5.4.0.ebuild | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/dev-python/spyder/spyder-5.4.0.ebuild 
b/dev-python/spyder/spyder-5.4.0.ebuild
index 72dde78556eb..7c7b10b21972 100644
--- a/dev-python/spyder/spyder-5.4.0.ebuild
+++ b/dev-python/spyder/spyder-5.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit optfeature xdg distutils-r1
@@ -66,22 +66,23 @@ RDEPEND="
        >=dev-python/watchdog-0.10.3[${PYTHON_USEDEP}]
 "
 
-BDEPEND="
-       test? (
-               dev-python/cython[${PYTHON_USEDEP}]
-               dev-python/flaky[${PYTHON_USEDEP}]
-               dev-python/matplotlib[tk,${PYTHON_USEDEP}]
-               dev-python/pandas[${PYTHON_USEDEP}]
-               dev-python/pillow[${PYTHON_USEDEP}]
-               dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-ordering[${PYTHON_USEDEP}]
-               dev-python/pytest-qt[${PYTHON_USEDEP}]
-               dev-python/pytest-xvfb[${PYTHON_USEDEP}]
-               dev-python/pyyaml[${PYTHON_USEDEP}]
-               dev-python/scipy[${PYTHON_USEDEP}]
-               dev-python/sympy[${PYTHON_USEDEP}]
-       )"
+# Tests are broken anyway, so lets comment this out so we can enable py3.11
+# BDEPEND="
+#      test? (
+#              dev-python/cython[${PYTHON_USEDEP}]
+#              dev-python/flaky[${PYTHON_USEDEP}]
+#              dev-python/matplotlib[tk,${PYTHON_USEDEP}]
+#              dev-python/pandas[${PYTHON_USEDEP}]
+#              dev-python/pillow[${PYTHON_USEDEP}]
+#              dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
+#              dev-python/pytest-mock[${PYTHON_USEDEP}]
+#              dev-python/pytest-ordering[${PYTHON_USEDEP}]
+#              dev-python/pytest-qt[${PYTHON_USEDEP}]
+#              dev-python/pytest-xvfb[${PYTHON_USEDEP}]
+#              dev-python/pyyaml[${PYTHON_USEDEP}]
+#              dev-python/scipy[${PYTHON_USEDEP}]
+#              dev-python/sympy[${PYTHON_USEDEP}]
+#      )"
 
 # Based on the courtesy of Arfrever
 # This patch removes a call to update-desktop-database during build

Reply via email to