diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-03 11:27:04 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-03 11:27:04 +0100 |
commit | 9d9ab3fa4a073d284abd99755d06ccc1b52ed08b (patch) | |
tree | 0b12ab88630159b33d6a3b1ee68a9b9335c85693 /dev-python/termcolor | |
parent | dev-python/setuptools: Add missing digest (diff) | |
download | gentoo-9d9ab3fa4a073d284abd99755d06ccc1b52ed08b.tar.gz gentoo-9d9ab3fa4a073d284abd99755d06ccc1b52ed08b.tar.bz2 gentoo-9d9ab3fa4a073d284abd99755d06ccc1b52ed08b.zip |
dev-python/termcolor: Add python3.5 support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567220
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r-- | dev-python/termcolor/termcolor-1.1.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild index 2defae55087a..65fb759ff606 100644 --- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild +++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild @@ -3,7 +3,8 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 |