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 A7CA0138335 for ; Sat, 10 Nov 2018 14:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47B4FE0BD7; Sat, 10 Nov 2018 14:25:33 +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 1948EE0BC6 for ; Sat, 10 Nov 2018 14:25:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A0D0B335CFC for ; Sat, 10 Nov 2018 14:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99F2E45B for ; Sat, 10 Nov 2018 14:25:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1541859924.6305026604f13802c25890488ae2b822ae2e095d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flake8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flake8/flake8-3.6.0.ebuild X-VCS-Directories: dev-python/flake8/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6305026604f13802c25890488ae2b822ae2e095d X-VCS-Branch: master Date: Sat, 10 Nov 2018 14:25:28 +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: d58ea422-a32f-4d19-b6d0-f60d1e94ef58 X-Archives-Hash: fdfc8b6ae690bb4c97f0c3c2e6cd1463 commit: 6305026604f13802c25890488ae2b822ae2e095d Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 10 13:35:08 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 10 14:25:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63050266 dev-python/flake8: Add python3.7 support Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/flake8/flake8-3.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flake8/flake8-3.6.0.ebuild b/dev-python/flake8/flake8-3.6.0.ebuild index 5e7f69a1d64..7cda3bb3473 100644 --- a/dev-python/flake8/flake8-3.6.0.ebuild +++ b/dev-python/flake8/flake8-3.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1