summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bleach/bleach-1.4.3.ebuild4
-rw-r--r--dev-python/bleach/bleach-1.5.0.ebuild2
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 3ff71fa021ce..3d0366267342 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 f5d8de1bd955..1347c041b967 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