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-memory-profiler/
Date: Tue, 15 Sep 2020 08:09:46
Message-Id: 1600157363.2e4be91174f284c1cc57f664cf265b1516509db5.juippis@gentoo
1 commit: 2e4be91174f284c1cc57f664cf265b1516509db5
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Aug 20 09:39:06 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 08:09:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4be911
7
8 dev-python/spyder-memory-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-memory-profiler-0.2.1.ebuild | 13 ++++++++-----
15 1 file changed, 8 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild b/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
18 index 6a7df158ca8..44303fc8b16 100644
19 --- a/dev-python/spyder-memory-profiler/spyder-memory-profiler-0.2.1.ebuild
20 +++ b/dev-python/spyder-memory-profiler/spyder-memory-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 @@ -15,12 +15,15 @@ LICENSE="MIT"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33
34 -RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
35 - dev-python/memory_profiler[${PYTHON_USEDEP}]"
36 +RDEPEND="
37 + dev-python/memory_profiler[${PYTHON_USEDEP}]
38 + >=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
39 + <dev-python/spyder-5.0.0[${PYTHON_USEDEP}]
40 +"
41
42 DEPEND="test? (
43 - dev-python/mock[${PYTHON_USEDEP}]
44 - dev-python/pytest-qt[${PYTHON_USEDEP}] )"
45 + dev-python/pytest-qt[${PYTHON_USEDEP}]
46 +)"
47
48 distutils_enable_tests pytest