commit: a2c82a8a5840ed0edc1a7558c8d2093d9cd027a5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 18:22:16 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 18:23:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c82a8a
dev-python/autopep8: Tested on py3.6 dev-python/autopep8/autopep8-1.2.4.ebuild | 2 +- dev-python/autopep8/autopep8-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild b/dev-python/autopep8/autopep8-1.2.4.ebuild index 25831b03fee..fd5e219da4d 100644 --- a/dev-python/autopep8/autopep8-1.2.4.ebuild +++ b/dev-python/autopep8/autopep8-1.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/autopep8/autopep8-9999.ebuild b/dev-python/autopep8/autopep8-9999.ebuild index 1f7206effe9..6b7024ae743 100644 --- a/dev-python/autopep8/autopep8-9999.ebuild +++ b/dev-python/autopep8/autopep8-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 git-2