Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webob/
Date: Tue, 02 Feb 2016 11:32:46
Message-Id: 1454412724.cf01e2d3744213c746c428be3a4debaace06474f.dev-zero@gentoo
1 commit: cf01e2d3744213c746c428be3a4debaace06474f
2 Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 11:32:04 2016 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 11:32:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01e2d3
7
8 dev-python/webob: use EAPI=6 and drop py-3.3 support in 1.6.0_alpha0
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/webob/webob-1.6.0_alpha0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild b/dev-python/webob/webob-1.6.0_alpha0.ebuild
16 index 784c06e..d681096 100644
17 --- a/dev-python/webob/webob-1.6.0_alpha0.ebuild
18 +++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
19 @@ -2,9 +2,9 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
28
29 inherit distutils-r1 versionator