diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-02-28 11:07:16 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-02-28 11:07:16 -0800 |
commit | eb92830e34486e962d071adbb3962352df2fbdbd (patch) | |
tree | a183a15ab04159294fa18c9073b8306700b2d5e0 /dev-python/editorconfig-core-py | |
parent | dev-lang/spidermonkey: make sed use in icu.m4 compatible with sed-4.3 (diff) | |
download | gentoo-eb92830e34486e962d071adbb3962352df2fbdbd.tar.gz gentoo-eb92830e34486e962d071adbb3962352df2fbdbd.tar.bz2 gentoo-eb92830e34486e962d071adbb3962352df2fbdbd.zip |
dev-python/editorconfig-core-py: Add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/editorconfig-core-py')
-rw-r--r-- | dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild | 4 |
1 files 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 be727fdaa48a..a966ea75739a 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" |