commit: 4ff8f8f22716cc299e3691675f36aa89e0c89b6d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 06:14:34 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 06:47:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff8f8f2
dev-python/dugong: add python3_7 support
Note that >=pytest-3.3.0 merged the catchlog plugin so use it for 3.7
support.
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-python/dugong/dugong-3.7.3.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/dugong/dugong-3.7.3.ebuild
b/dev-python/dugong/dugong-3.7.3.ebuild
index e1144b98f8b..c074de2aed1 100644
--- a/dev-python/dugong/dugong-3.7.3.ebuild
+++ b/dev-python/dugong/dugong-3.7.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
inherit distutils-r1
@@ -18,7 +18,10 @@ IUSE="doc examples test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+ || (
+ dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+ >=dev-python/pytest-3.3.0[${PYTHON_USEDEP}]
+ )
)"
python_test() {