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-api-python-client/
Date: Wed, 05 Feb 2020 15:48:09
Message-Id: 1580917670.62443182d68620572d421b98923412739d209953.mgorny@gentoo
1 commit: 62443182d68620572d421b98923412739d209953
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 15:40:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 15:47:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62443182
7
8 dev-python/google-api-python-client: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../google-api-python-client/google-api-python-client-1.5.3.ebuild | 2 +-
13 .../google-api-python-client/google-api-python-client-1.6.2.ebuild | 2 +-
14 .../google-api-python-client/google-api-python-client-1.6.5.ebuild | 2 +-
15 .../google-api-python-client/google-api-python-client-1.7.0.ebuild | 2 +-
16 .../google-api-python-client/google-api-python-client-1.7.9.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild
20 index e77c7588707..c66c66487bd 100644
21 --- a/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild
22 +++ b/dev-python/google-api-python-client/google-api-python-client-1.5.3.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=5
26
27 -PYTHON_COMPAT=( python2_7 python3_6 )
28 +PYTHON_COMPAT=( python3_6 )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild
34 index a89e87eef3a..dfb0efc4bc8 100644
35 --- a/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild
36 +++ b/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=5
40
41 -PYTHON_COMPAT=( python2_7 python3_6 )
42 +PYTHON_COMPAT=( python3_6 )
43
44 inherit distutils-r1
45
46
47 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild
48 index 531e5b76ba0..d3edcaf291d 100644
49 --- a/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild
50 +++ b/dev-python/google-api-python-client/google-api-python-client-1.6.5.ebuild
51 @@ -3,7 +3,7 @@
52
53 EAPI=5
54
55 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
56 +PYTHON_COMPAT=( python3_{6,7} )
57
58 inherit distutils-r1
59
60
61 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild
62 index 1c8b3d211e8..140bfc9d35c 100644
63 --- a/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild
64 +++ b/dev-python/google-api-python-client/google-api-python-client-1.7.0.ebuild
65 @@ -3,7 +3,7 @@
66
67 EAPI=7
68
69 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
70 +PYTHON_COMPAT=( python3_{6,7} )
71
72 inherit distutils-r1
73
74
75 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild
76 index 1c8b3d211e8..140bfc9d35c 100644
77 --- a/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild
78 +++ b/dev-python/google-api-python-client/google-api-python-client-1.7.9.ebuild
79 @@ -3,7 +3,7 @@
80
81 EAPI=7
82
83 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
84 +PYTHON_COMPAT=( python3_{6,7} )
85
86 inherit distutils-r1