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 0355B138334 for ; Wed, 22 May 2019 14:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BD3E089D; Wed, 22 May 2019 14:48:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A1546E0899 for ; Wed, 22 May 2019 14:48:47 +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 BCCFA344E1B for ; Wed, 22 May 2019 14:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C715EF for ; Wed, 22 May 2019 14:48:44 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1558536504.efdfebf4a6baa2ca13426b37b4eaaedea2ca56ab.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-utils/python-utils-2.3.0.ebuild X-VCS-Directories: dev-python/python-utils/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: efdfebf4a6baa2ca13426b37b4eaaedea2ca56ab X-VCS-Branch: master Date: Wed, 22 May 2019 14:48:44 +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: 7647c861-c9d3-43db-9784-658a97cce5b6 X-Archives-Hash: 9834b323b221ee15a75e98dc247df80e commit: efdfebf4a6baa2ca13426b37b4eaaedea2ca56ab Author: Tony Vroon gentoo org> AuthorDate: Wed May 22 14:43:13 2019 +0000 Commit: Tony Vroon gentoo org> CommitDate: Wed May 22 14:48:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdfebf4 dev-python/python-utils: Widen PYTHON_COMPAT This does work with Python 3.7 once dependencies are suitably recompiled. Suggested-By: Pacho Ramos gentoo.org> Closes: https://bugs.gentoo.org/678422 Signed-Off-By: Tony Vroon gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/python-utils/python-utils-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-utils/python-utils-2.3.0.ebuild b/dev-python/python-utils/python-utils-2.3.0.ebuild index bd24410195b..9aa6daa7f23 100644 --- a/dev-python/python-utils/python-utils-2.3.0.ebuild +++ b/dev-python/python-utils/python-utils-2.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_5 pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3) PATCHES=( "${FILESDIR}"/${P}-pytest-runner.patch ) inherit distutils-r1