Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/
Date: Mon, 28 Jan 2019 20:28:25
Message-Id: 1548707267.d49ebd5c79eccbc1e34d23c36243f475f8e5a531.prometheanfire@gentoo
1 commit: d49ebd5c79eccbc1e34d23c36243f475f8e5a531
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 20:11:46 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 20:27:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49ebd5c
7
8 dev-python/httplib2: add py37 support
9
10 Bug: https://bugs.gentoo.org/676510
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/httplib2/httplib2-0.11.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/httplib2/httplib2-0.11.3.ebuild b/dev-python/httplib2/httplib2-0.11.3.ebuild
18 index d320d3aad25..5d1a3b0a80b 100644
19 --- a/dev-python/httplib2/httplib2-0.11.3.ebuild
20 +++ b/dev-python/httplib2/httplib2-0.11.3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
30
31 inherit distutils-r1