summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2016-02-02 12:32:04 +0100
committerTiziano Müller <dev-zero@gentoo.org>2016-02-02 12:32:04 +0100
commitcf01e2d3744213c746c428be3a4debaace06474f (patch)
treeeab63dff9bb8b53eb1cfa3b179085240dedaf9b1 /dev-python/webob
parentdev-python/webob: version bump for (official) python-3.5 support (diff)
downloadgentoo-cf01e2d3744213c746c428be3a4debaace06474f.tar.gz
gentoo-cf01e2d3744213c746c428be3a4debaace06474f.tar.bz2
gentoo-cf01e2d3744213c746c428be3a4debaace06474f.zip
dev-python/webob: use EAPI=6 and drop py-3.3 support in 1.6.0_alpha0
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/webob')
-rw-r--r--dev-python/webob/webob-1.6.0_alpha0.ebuild4
1 files 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 784c06ec9a99..d6810961dc81 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