diff options
| author | Zac Medico <zmedico@gentoo.org> | 2017-02-11 23:29:22 -0800 |
|---|---|---|
| committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:19:25 -0800 |
| commit | 70d7abda35844da5771b81e5eda4e6a47f2256cc (patch) | |
| tree | 694b4cd3643cc2b2af4ca658ea004672883f8ccb /dev-python | |
| parent | 990c26dcb926df7815ad8543eadeb05e32d8c45f (diff) | |
| download | gentoo-70d7abda35844da5771b81e5eda4e6a47f2256cc.tar.gz gentoo-70d7abda35844da5771b81e5eda4e6a47f2256cc.tar.bz2 gentoo-70d7abda35844da5771b81e5eda4e6a47f2256cc.zip | |
dev-python/bleach: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/bleach/bleach-1.4.3.ebuild | 4 | ||||
| -rw-r--r-- | 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 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 |
