From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7AEB138334 for ; Thu, 13 Dec 2018 06:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 031B1E0BED; Thu, 13 Dec 2018 06:48:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C570CE0BEC for ; Thu, 13 Dec 2018 06:48:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B916E335C8F for ; Thu, 13 Dec 2018 06:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB28E4E8 for ; Thu, 13 Dec 2018 06:48:37 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1544683635.4ff8f8f22716cc299e3691675f36aa89e0c89b6d.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dugong/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dugong/dugong-3.7.3.ebuild X-VCS-Directories: dev-python/dugong/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4ff8f8f22716cc299e3691675f36aa89e0c89b6d X-VCS-Branch: master Date: Thu, 13 Dec 2018 06:48:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e6e3628-9ca5-4fe5-87b5-4ce3a1bb1089 X-Archives-Hash: 38fe0f8f27e4dee20ba0627a787ae572 commit: 4ff8f8f22716cc299e3691675f36aa89e0c89b6d Author: Tim Harder gentoo org> AuthorDate: Thu Dec 13 06:14:34 2018 +0000 Commit: Tim Harder gentoo 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 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() {