Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/
Date: Tue, 24 Nov 2015 12:10:29
Message-Id: 1448367017.f89790122561c79fb31b765a95f3732c65d51e3d.jlec@gentoo
1 commit: f89790122561c79fb31b765a95f3732c65d51e3d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 08:54:29 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 12:10:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8979012
7
8 dev-python/httplib2: Add python3.5 support
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/httplib2/httplib2-0.9.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/httplib2/httplib2-0.9.2-r1.ebuild b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
17 index 20df284..5bb4d8e 100644
18 --- a/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
19 +++ b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
20 @@ -2,9 +2,9 @@
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 -EAPI="5"
25 +EAPI=5
26
27 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
28 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
29
30 inherit distutils-r1