Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/
Date: Wed, 05 Feb 2020 15:48:11
Message-Id: 1580917675.886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa.mgorny@gentoo
1 commit: 886ae4300cdc36938d15b74bcc0d5b79c3b1d3fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 15:42:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 15:47:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ae430
7
8 dev-python/oauth2client: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/oauth2client/oauth2client-2.0.1.ebuild | 2 +-
13 dev-python/oauth2client/oauth2client-2.2.0.ebuild | 2 +-
14 dev-python/oauth2client/oauth2client-4.1.2.ebuild | 2 +-
15 dev-python/oauth2client/oauth2client-4.1.3.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/oauth2client/oauth2client-2.0.1.ebuild b/dev-python/oauth2client/oauth2client-2.0.1.ebuild
19 index 9e4fe5bf637..d9abd69e6a8 100644
20 --- a/dev-python/oauth2client/oauth2client-2.0.1.ebuild
21 +++ b/dev-python/oauth2client/oauth2client-2.0.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI="5"
25
26 -PYTHON_COMPAT=( python2_7 python3_6)
27 +PYTHON_COMPAT=( python3_6)
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/oauth2client/oauth2client-2.2.0.ebuild b/dev-python/oauth2client/oauth2client-2.2.0.ebuild
33 index 750cc3869f8..1e40b242be1 100644
34 --- a/dev-python/oauth2client/oauth2client-2.2.0.ebuild
35 +++ b/dev-python/oauth2client/oauth2client-2.2.0.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI="5"
39
40 -PYTHON_COMPAT=( python2_7 python3_6)
41 +PYTHON_COMPAT=( python3_6)
42
43 inherit distutils-r1
44
45
46 diff --git a/dev-python/oauth2client/oauth2client-4.1.2.ebuild b/dev-python/oauth2client/oauth2client-4.1.2.ebuild
47 index 5a6e3debe7d..8a4381e866d 100644
48 --- a/dev-python/oauth2client/oauth2client-4.1.2.ebuild
49 +++ b/dev-python/oauth2client/oauth2client-4.1.2.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=6
54 -PYTHON_COMPAT=( python2_7 python3_6 )
55 +PYTHON_COMPAT=( python3_6 )
56
57 inherit distutils-r1
58
59
60 diff --git a/dev-python/oauth2client/oauth2client-4.1.3.ebuild b/dev-python/oauth2client/oauth2client-4.1.3.ebuild
61 index 22cdb28cf89..9142e679b20 100644
62 --- a/dev-python/oauth2client/oauth2client-4.1.3.ebuild
63 +++ b/dev-python/oauth2client/oauth2client-4.1.3.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
69 +PYTHON_COMPAT=( python3_{6,7} )
70
71 inherit distutils-r1