commit:     dc3c864acac9e9e17cd2fefb8fef58d8be7b990c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Aug 20 09:38:47 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 08:09:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3c864a

dev-python/spyder-line-profiler: does not work with spyder-5

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild     | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild 
b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
index 16a6a96a2d6..d72cb2f5616 100644
--- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
+++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -17,11 +17,13 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
        dev-python/line_profiler[${PYTHON_USEDEP}]
-       >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]"
+       >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+       <dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
+"
 
 DEPEND="test? (
-       dev-python/mock[${PYTHON_USEDEP}]
-       dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+       dev-python/pytest-qt[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 

Reply via email to