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/google-auth/
Date: Wed, 05 Feb 2020 15:48:11
Message-Id: 1580917674.9d85e1959e31462fbb36abdf79d98b1e4598fdc2.mgorny@gentoo
1 commit: 9d85e1959e31462fbb36abdf79d98b1e4598fdc2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 15:41:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 15:47:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d85e195
7
8 dev-python/google-auth: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-auth/google-auth-1.0.1.ebuild | 2 +-
13 dev-python/google-auth/google-auth-1.1.0.ebuild | 2 +-
14 dev-python/google-auth/google-auth-1.4.1.ebuild | 2 +-
15 dev-python/google-auth/google-auth-1.6.3.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/google-auth/google-auth-1.0.1.ebuild b/dev-python/google-auth/google-auth-1.0.1.ebuild
19 index 3439a9b7bde..553ccb457d1 100644
20 --- a/dev-python/google-auth/google-auth-1.0.1.ebuild
21 +++ b/dev-python/google-auth/google-auth-1.0.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
27 +PYTHON_COMPAT=( python3_{6,7} )
28
29 inherit distutils-r1
30
31
32 diff --git a/dev-python/google-auth/google-auth-1.1.0.ebuild b/dev-python/google-auth/google-auth-1.1.0.ebuild
33 index f36bfdca3b9..363f92d4a6a 100644
34 --- a/dev-python/google-auth/google-auth-1.1.0.ebuild
35 +++ b/dev-python/google-auth/google-auth-1.1.0.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=6
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/google-auth/google-auth-1.4.1.ebuild b/dev-python/google-auth/google-auth-1.4.1.ebuild
47 index 3d075164ca2..094f852eece 100644
48 --- a/dev-python/google-auth/google-auth-1.4.1.ebuild
49 +++ b/dev-python/google-auth/google-auth-1.4.1.ebuild
50 @@ -3,7 +3,7 @@
51
52 EAPI="6"
53
54 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
55 +PYTHON_COMPAT=( python3_{6,7} )
56
57 inherit distutils-r1
58
59
60 diff --git a/dev-python/google-auth/google-auth-1.6.3.ebuild b/dev-python/google-auth/google-auth-1.6.3.ebuild
61 index 1baba96c4b4..8ab4aa30d8e 100644
62 --- a/dev-python/google-auth/google-auth-1.6.3.ebuild
63 +++ b/dev-python/google-auth/google-auth-1.6.3.ebuild
64 @@ -3,7 +3,7 @@
65
66 EAPI=7
67
68 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
69 +PYTHON_COMPAT=( python3_{6,7} )
70
71 inherit distutils-r1