commit: 70d7abda35844da5771b81e5eda4e6a47f2256cc
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 07:29:22 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 22:19:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d7abda
dev-python/bleach: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/bleach/bleach-1.4.3.ebuild | 4 ++--
dev-python/bleach/bleach-1.5.0.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/bleach/bleach-1.4.3.ebuild
b/dev-python/bleach/bleach-1.4.3.ebuild
index 3ff71fa021..3d03662673 100644
--- a/dev-python/bleach/bleach-1.4.3.ebuild
+++ b/dev-python/bleach/bleach-1.4.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
diff --git a/dev-python/bleach/bleach-1.5.0.ebuild
b/dev-python/bleach/bleach-1.5.0.ebuild
index f5d8de1bd9..1347c041b9 100644
--- a/dev-python/bleach/bleach-1.5.0.ebuild
+++ b/dev-python/bleach/bleach-1.5.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
inherit distutils-r1