commit: 95435a5903f8bf10cfbc744cae220af2a7dedca1
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 2 11:33:18 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 11:33:18 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=95435a59
dev-python/webob: switch to EAPI=6 and drop py-3.3 support
dev-python/webob/webob-1.6.0_alpha0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild
b/dev-python/webob/webob-1.6.0_alpha0.ebuild
index 784c06e..d681096 100644
--- a/dev-python/webob/webob-1.6.0_alpha0.ebuild
+++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1 versionator