diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-20 09:13:28 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 09b67ae19ea19178ca7cdab7c9f2bd6d1914af5d (patch) | |
tree | e0af59830d598fcec64e31c4a992dcd30b157e8d /dev-python/mistune | |
parent | virtual/python-imaging: Add python3.5 support (diff) | |
download | gentoo-09b67ae19ea19178ca7cdab7c9f2bd6d1914af5d.tar.gz gentoo-09b67ae19ea19178ca7cdab7c9f2bd6d1914af5d.tar.bz2 gentoo-09b67ae19ea19178ca7cdab7c9f2bd6d1914af5d.zip |
dev-python/mistune: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r-- | dev-python/mistune/mistune-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild index 9ba8e32b7d80..db64d5998be0 100644 --- a/dev-python/mistune/mistune-0.7.1.ebuild +++ b/dev-python/mistune/mistune-0.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 |