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: app-crypt/certbot/
Date: Tue, 04 Feb 2020 16:22:03
Message-Id: 1580833312.c184d32ecd957af10d498b415a94d3b60676c31d.mgorny@gentoo
1 commit: c184d32ecd957af10d498b415a94d3b60676c31d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 15:52:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 16:21:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c184d32e
7
8 app-crypt/certbot: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/certbot/certbot-0.39.0.ebuild | 2 +-
13 app-crypt/certbot/certbot-0.40.1.ebuild | 2 +-
14 app-crypt/certbot/certbot-1.0.0-r1.ebuild | 2 +-
15 app-crypt/certbot/certbot-1.1.0.ebuild | 2 +-
16 app-crypt/certbot/certbot-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-crypt/certbot/certbot-0.39.0.ebuild b/app-crypt/certbot/certbot-0.39.0.ebuild
20 index 186da7592ec..00ca3acc612 100644
21 --- a/app-crypt/certbot/certbot-0.39.0.ebuild
22 +++ b/app-crypt/certbot/certbot-0.39.0.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
28 +PYTHON_COMPAT=(python{3_6,3_7})
29
30 if [[ ${PV} == 9999* ]]; then
31 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
32
33 diff --git a/app-crypt/certbot/certbot-0.40.1.ebuild b/app-crypt/certbot/certbot-0.40.1.ebuild
34 index 308bd367bff..6ec4076e0c5 100644
35 --- a/app-crypt/certbot/certbot-0.40.1.ebuild
36 +++ b/app-crypt/certbot/certbot-0.40.1.ebuild
37 @@ -2,7 +2,7 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
42 +PYTHON_COMPAT=(python{3_6,3_7})
43
44 if [[ ${PV} == 9999* ]]; then
45 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
46
47 diff --git a/app-crypt/certbot/certbot-1.0.0-r1.ebuild b/app-crypt/certbot/certbot-1.0.0-r1.ebuild
48 index 23177e8bb65..6b8dd39904d 100644
49 --- a/app-crypt/certbot/certbot-1.0.0-r1.ebuild
50 +++ b/app-crypt/certbot/certbot-1.0.0-r1.ebuild
51 @@ -2,7 +2,7 @@
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
56 +PYTHON_COMPAT=(python{3_6,3_7})
57
58 if [[ ${PV} == 9999* ]]; then
59 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
60
61 diff --git a/app-crypt/certbot/certbot-1.1.0.ebuild b/app-crypt/certbot/certbot-1.1.0.ebuild
62 index e3c2f890315..ec673774775 100644
63 --- a/app-crypt/certbot/certbot-1.1.0.ebuild
64 +++ b/app-crypt/certbot/certbot-1.1.0.ebuild
65 @@ -2,7 +2,7 @@
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
70 +PYTHON_COMPAT=(python{3_6,3_7})
71
72 if [[ ${PV} == 9999* ]]; then
73 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
74
75 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
76 index e3c2f890315..ec673774775 100644
77 --- a/app-crypt/certbot/certbot-9999.ebuild
78 +++ b/app-crypt/certbot/certbot-9999.ebuild
79 @@ -2,7 +2,7 @@
80 # Distributed under the terms of the GNU General Public License v2
81
82 EAPI=7
83 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
84 +PYTHON_COMPAT=(python{3_6,3_7})
85
86 if [[ ${PV} == 9999* ]]; then
87 EGIT_REPO_URI="https://github.com/certbot/certbot.git"