commit: b3e759e905b577811c189409f33d8eaa31394d22
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 14:52:29 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 15:10:02 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e759e9
dev-python/itsdangerous: Add python3.5 support
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/itsdangerous/itsdangerous-0.24.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild
b/dev-python/itsdangerous/itsdangerous-0.24.ebuild
index fed0221..bf684ca 100644
--- 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