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 CB785138334 for ; Fri, 31 Aug 2018 22:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFB46E086B; Fri, 31 Aug 2018 22:02:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 83FA5E086B for ; Fri, 31 Aug 2018 22:02:00 +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 E27C4335CA9 for ; Fri, 31 Aug 2018 22:01:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC023A7 for ; Fri, 31 Aug 2018 22:01:56 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1535752886.09e9008ff7cec9a350bb9abf9d17c2015d4fc4a8.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testpath/testpath-0.3.1.ebuild X-VCS-Directories: dev-python/testpath/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 09e9008ff7cec9a350bb9abf9d17c2015d4fc4a8 X-VCS-Branch: master Date: Fri, 31 Aug 2018 22:01:56 +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-Archives-Salt: c4a1c2df-7acd-434a-a208-23bf84a4d58a X-Archives-Hash: bdc59e1b8b17d3211ab6c48fda9b7aa3 commit: 09e9008ff7cec9a350bb9abf9d17c2015d4fc4a8 Author: Louis Sautier gentoo org> AuthorDate: Fri Aug 31 22:01:26 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Fri Aug 31 22:01:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e9008f dev-python/testpath: add Python 3.7 support Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-python/testpath/testpath-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testpath/testpath-0.3.1.ebuild b/dev-python/testpath/testpath-0.3.1.ebuild index bcdf26e59fa..397e86efd29 100644 --- a/dev-python/testpath/testpath-0.3.1.ebuild +++ b/dev-python/testpath/testpath-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1