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 8BC92139694 for ; Tue, 28 Feb 2017 19:07:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB15DE0CCA; Tue, 28 Feb 2017 19:07:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 965A3E0CCA for ; Tue, 28 Feb 2017 19:07:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79288341675 for ; Tue, 28 Feb 2017 19:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B295057BF for ; Tue, 28 Feb 2017 19:07:38 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1488308836.eb92830e34486e962d071adbb3962352df2fbdbd.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig-core-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild X-VCS-Directories: dev-python/editorconfig-core-py/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: eb92830e34486e962d071adbb3962352df2fbdbd X-VCS-Branch: master Date: Tue, 28 Feb 2017 19:07:38 +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: 4a0ddb67-6c75-47c4-a5fa-85b7cfcc7108 X-Archives-Hash: 36cbd68721a42c1b28310b23179d3a06 commit: eb92830e34486e962d071adbb3962352df2fbdbd Author: Patrick McLean gentoo org> AuthorDate: Tue Feb 28 19:07:16 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Feb 28 19:07:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb92830e dev-python/editorconfig-core-py: Add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild index be727fdaa4..a966ea7573 100644 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="Clone of EditorConfig core written in Python"