commit:     4f5835f7865fa9fb1a53878772b4f0fe2324008b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Aug 20 09:39:24 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 08:09:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5835f7

dev-python/spyder-unittest: 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>

 dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild 
b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
index 5a999c55cae..14eb1d313eb 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -15,14 +15,19 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+RDEPEND="
+       >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
+       <dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
        dev-python/pyzmq[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]"
+       dev-python/lxml[${PYTHON_USEDEP}]
+"
 
 DEPEND="test? (
        dev-python/flaky[${PYTHON_USEDEP}]
        dev-python/nose[${PYTHON_USEDEP}]
-       dev-python/pytest-qt[${PYTHON_USEDEP}] )"
+       dev-python/pytest-mock[${PYTHON_USEDEP}]
+       dev-python/pytest-qt[${PYTHON_USEDEP}]
+)"
 
 distutils_enable_tests pytest
 

Reply via email to