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 74B01138334 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 5B1BCE08AB; Sat, 10 Nov 2018 14:25:32 +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 2E352E08AB for ; Sat, 10 Nov 2018 14:25:31 +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 33280335CEC 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 851C3453 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.ca0a6562e739ea6748fb40a30d7d8efd4454a36c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mccabe/mccabe-0.6.1.ebuild X-VCS-Directories: dev-python/mccabe/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ca0a6562e739ea6748fb40a30d7d8efd4454a36c 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: daac3ae1-cbb2-47bb-a94a-1784d89281bb X-Archives-Hash: 953fbebf07ca029e70f40dc2d08e8cd3 commit: ca0a6562e739ea6748fb40a30d7d8efd4454a36c Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 10 13:29:53 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=ca0a6562 dev-python/mccabe: Add python3.7 support Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/mccabe/mccabe-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild b/dev-python/mccabe/mccabe-0.6.1.ebuild index 5d0d2f7ff24..b49e728c2ba 100644 --- a/dev-python/mccabe/mccabe-0.6.1.ebuild +++ b/dev-python/mccabe/mccabe-0.6.1.ebuild @@ -1,9 +1,9 @@ -# 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=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1