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/boto3/
Date: Tue, 04 Feb 2020 13:32:17
Message-Id: 1580822466.277d794deb741ed4d733e286ad03798094dd78da.mgorny@gentoo
1 commit: 277d794deb741ed4d733e286ad03798094dd78da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:21:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:21:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277d794d
7
8 dev-python/boto3: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/boto3/boto3-1.10.2.ebuild | 2 +-
13 dev-python/boto3/boto3-1.9.122.ebuild | 2 +-
14 dev-python/boto3/boto3-1.9.4-r1.ebuild | 2 +-
15 dev-python/boto3/boto3-9999.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/boto3/boto3-1.10.2.ebuild b/dev-python/boto3/boto3-1.10.2.ebuild
19 index 7ade38cf045..b19ce9f817a 100644
20 --- a/dev-python/boto3/boto3-1.10.2.ebuild
21 +++ b/dev-python/boto3/boto3-1.10.2.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
27 +PYTHON_COMPAT=( python3_6 python3_7 )
28
29 inherit distutils-r1 vcs-snapshot
30
31
32 diff --git a/dev-python/boto3/boto3-1.9.122.ebuild b/dev-python/boto3/boto3-1.9.122.ebuild
33 index 7d65a102225..9febd85846f 100644
34 --- a/dev-python/boto3/boto3-1.9.122.ebuild
35 +++ b/dev-python/boto3/boto3-1.9.122.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
41 +PYTHON_COMPAT=( python3_6 python3_7 )
42
43 inherit distutils-r1 vcs-snapshot
44
45
46 diff --git a/dev-python/boto3/boto3-1.9.4-r1.ebuild b/dev-python/boto3/boto3-1.9.4-r1.ebuild
47 index 7d65a102225..9febd85846f 100644
48 --- a/dev-python/boto3/boto3-1.9.4-r1.ebuild
49 +++ b/dev-python/boto3/boto3-1.9.4-r1.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 python3_7 )
55 +PYTHON_COMPAT=( python3_6 python3_7 )
56
57 inherit distutils-r1 vcs-snapshot
58
59
60 diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
61 index 7ade38cf045..b19ce9f817a 100644
62 --- a/dev-python/boto3/boto3-9999.ebuild
63 +++ b/dev-python/boto3/boto3-9999.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 python3_7 )
69 +PYTHON_COMPAT=( python3_6 python3_7 )
70
71 inherit distutils-r1 vcs-snapshot