projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ac447
)
dev-python/termcolor: Add python3.5 support
author
Justin Lecher
<jlec@gentoo.org>
Thu, 3 Dec 2015 10:27:04 +0000
(11:27 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Thu, 3 Dec 2015 10:27:04 +0000
(11:27 +0100)
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>
dev-python/termcolor/termcolor-1.1.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
index 2defae55087ad937b64539fecea910ad863db4d8..65fb759ff6065bb65404e2e23102c0b983cbafe5 100644
(file)
--- 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