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-apache/
Date: Tue, 04 Feb 2020 16:22:03
Message-Id: 1580833309.a08da5c457ffb08746eb3bd78f428519d4b7f328.mgorny@gentoo
1 commit: a08da5c457ffb08746eb3bd78f428519d4b7f328
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 15:52:03 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 16:21:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08da5c4
7
8 app-crypt/certbot-apache: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild | 2 +-
13 app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild | 2 +-
14 app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild | 2 +-
15 app-crypt/certbot-apache/certbot-apache-9999.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild
19 index c926083fd0a..775499f0b0d 100644
20 --- a/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild
21 +++ b/app-crypt/certbot-apache/certbot-apache-0.40.1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
27 +PYTHON_COMPAT=(python{3_6,3_7})
28
29 if [[ ${PV} == 9999* ]]; then
30 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
31
32 diff --git a/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild
33 index c926083fd0a..775499f0b0d 100644
34 --- a/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild
35 +++ b/app-crypt/certbot-apache/certbot-apache-1.0.0.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
41 +PYTHON_COMPAT=(python{3_6,3_7})
42
43 if [[ ${PV} == 9999* ]]; then
44 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
45
46 diff --git a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
47 index d7739ed00d8..cef80d06281 100644
48 --- a/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
49 +++ b/app-crypt/certbot-apache/certbot-apache-1.1.0.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
55 +PYTHON_COMPAT=(python{3_6,3_7})
56
57 if [[ ${PV} == 9999* ]]; then
58 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
59
60 diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
61 index 718afbc3702..75361a0f59f 100644
62 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
63 +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
64 @@ -2,7 +2,7 @@
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=7
68 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
69 +PYTHON_COMPAT=(python{3_6,3_7})
70
71 if [[ ${PV} == 9999* ]]; then
72 EGIT_REPO_URI="https://github.com/certbot/certbot.git"