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/acme/
Date: Wed, 05 Feb 2020 15:29:36
Message-Id: 1580916552.0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.mgorny@gentoo
1 commit: 0e149ae2a65f5d57b8eb1837c8f173607eb8dda8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 15:23:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 15:29:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e149ae2
7
8 app-crypt/acme: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/acme/acme-0.39.0.ebuild | 2 +-
13 app-crypt/acme/acme-0.40.1.ebuild | 2 +-
14 app-crypt/acme/acme-1.0.0.ebuild | 2 +-
15 app-crypt/acme/acme-1.1.0.ebuild | 2 +-
16 app-crypt/acme/acme-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-crypt/acme/acme-0.39.0.ebuild b/app-crypt/acme/acme-0.39.0.ebuild
20 index f045a98c086..0ce5fe5770d 100644
21 --- a/app-crypt/acme/acme-0.39.0.ebuild
22 +++ b/app-crypt/acme/acme-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/acme/acme-0.40.1.ebuild b/app-crypt/acme/acme-0.40.1.ebuild
34 index f045a98c086..0ce5fe5770d 100644
35 --- a/app-crypt/acme/acme-0.40.1.ebuild
36 +++ b/app-crypt/acme/acme-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/acme/acme-1.0.0.ebuild b/app-crypt/acme/acme-1.0.0.ebuild
48 index f045a98c086..0ce5fe5770d 100644
49 --- a/app-crypt/acme/acme-1.0.0.ebuild
50 +++ b/app-crypt/acme/acme-1.0.0.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/acme/acme-1.1.0.ebuild b/app-crypt/acme/acme-1.1.0.ebuild
62 index da68660fa26..4aaf884c944 100644
63 --- a/app-crypt/acme/acme-1.1.0.ebuild
64 +++ b/app-crypt/acme/acme-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,3_8})
70 +PYTHON_COMPAT=(python{3_6,3_7,3_8})
71
72 if [[ ${PV} == 9999* ]]; then
73 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
74
75 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
76 index da68660fa26..4aaf884c944 100644
77 --- a/app-crypt/acme/acme-9999.ebuild
78 +++ b/app-crypt/acme/acme-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,3_8})
84 +PYTHON_COMPAT=(python{3_6,3_7,3_8})
85
86 if [[ ${PV} == 9999* ]]; then
87 EGIT_REPO_URI="https://github.com/certbot/certbot.git"