projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22cfaf
)
dev-python/itsdangerous: Add python3.5 support
author
Justin Lecher
<jlec@gentoo.org>
Wed, 9 Dec 2015 14:52:29 +0000
(15:52 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 9 Dec 2015 15:10:02 +0000
(16:10 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/itsdangerous/itsdangerous-0.24.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/itsdangerous/itsdangerous-0.24.ebuild
b/dev-python/itsdangerous/itsdangerous-0.24.ebuild
index fed022104eded1ef0cb2a4a9b1e35b982afd60fb..bf684ca5723b8081b050c645492e0b51278cb6e5 100644
(file)
--- a/
dev-python/itsdangerous/itsdangerous-0.24.ebuild
+++ b/
dev-python/itsdangerous/itsdangerous-0.24.ebuild
@@
-2,8
+2,9
@@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1