Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig-core-py/
Date: Tue, 28 Feb 2017 19:07:44
Message-Id: 1488308836.eb92830e34486e962d071adbb3962352df2fbdbd.chutzpah@gentoo
1 commit: eb92830e34486e962d071adbb3962352df2fbdbd
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:07:16 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:07:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb92830e
7
8 dev-python/editorconfig-core-py: Add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index be727fdaa4..a966ea7573 100644
17 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild
18 +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=6
26
27 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
28 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
29 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
30 inherit distutils-r1
31
32 DESCRIPTION="Clone of EditorConfig core written in Python"