Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/
Date: Tue, 15 Sep 2020 08:09:46
Message-Id: 1600157362.dc3c864acac9e9e17cd2fefb8fef58d8be7b990c.juippis@gentoo
1 commit: dc3c864acac9e9e17cd2fefb8fef58d8be7b990c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Aug 20 09:38:47 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 08:09:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3c864a
7
8 dev-python/spyder-line-profiler: does not work with spyder-5
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 .../spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild | 10 ++++++----
15 1 file changed, 6 insertions(+), 4 deletions(-)
16
17 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
18 index 16a6a96a2d6..d72cb2f5616 100644
19 --- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
20 +++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.2.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_7 )
26 +PYTHON_COMPAT=( python3_{7,8} )
27
28 inherit distutils-r1 virtualx
29
30 @@ -17,11 +17,13 @@ KEYWORDS="~amd64 ~x86"
31
32 RDEPEND="
33 dev-python/line_profiler[${PYTHON_USEDEP}]
34 - >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]"
35 + >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
36 + <dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
37 +"
38
39 DEPEND="test? (
40 - dev-python/mock[${PYTHON_USEDEP}]
41 - dev-python/pytest-qt[${PYTHON_USEDEP}] )"
42 + dev-python/pytest-qt[${PYTHON_USEDEP}]
43 +)"
44
45 distutils_enable_tests pytest