commit: 2e4be91174f284c1cc57f664cf265b1516509db5
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Aug 20 09:39:06 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=2e4be911
dev-python/spyder-memory-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-memory-profiler-0.2.1.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
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
index 6a7df158ca8..44303fc8b16 100644
--- 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
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1 virtualx
@@ -15,12 +15,15 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=dev-python/spyder-4.0.0[${PYTHON_USEDEP}]
- dev-python/memory_profiler[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/memory_profiler[${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