projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da1fe0
)
dev-python/empy: add python 3.5 support
author
Alexis Ballier
<aballier@gentoo.org>
Tue, 23 Feb 2016 18:06:03 +0000
(19:06 +0100)
committer
Alexis Ballier
<aballier@gentoo.org>
Tue, 23 Feb 2016 18:06:34 +0000
(19:06 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-python/empy/empy-3.3.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/empy/empy-3.3.2.ebuild
b/dev-python/empy/empy-3.3.2.ebuild
index 62e123ea3548fc44502482179dba9f5545034278..0f8dca33da416765632411962d7ce917a454d74c 100644
(file)
--- a/
dev-python/empy/empy-3.3.2.ebuild
+++ b/
dev-python/empy/empy-3.3.2.ebuild
@@
-3,7
+3,7
@@
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4
,3_5
} pypy )
inherit distutils-r1