From: Justin Lecher Date: Wed, 9 Dec 2015 14:52:29 +0000 (+0100) Subject: dev-python/itsdangerous: Add python3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b3e759e905b577811c189409f33d8eaa31394d22;p=gentoo.git dev-python/itsdangerous: Add python3.5 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild index fed022104ede..bf684ca5723b 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