Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
Date: Mon, 17 Feb 2020 21:51:29
Message-Id: 1581976273.8f4486c6e674241ae61c53729a6bc61b3246ed5f.prometheanfire@gentoo
1 commit: 8f4486c6e674241ae61c53729a6bc61b3246ed5f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 21:39:10 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 21:51:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4486c6
7
8 app-crypt/certbot-dns-nsone: fix patrick's broken deps
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 ...-nsone-0.39.0.ebuild => certbot-dns-nsone-0.39.0-r1.ebuild} | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
17 similarity index 80%
18 rename from app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
19 rename to app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
20 index 6a9e578cd9a..221d334e171 100644
21 --- a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild
22 +++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0-r1.ebuild
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 -PYTHON_COMPAT=(python3_6)
29 +EAPI=7
30 +PYTHON_COMPAT=(python3_6 python3_7)
31
32 if [[ ${PV} == 9999* ]]; then
33 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
34 @@ -25,9 +25,9 @@ IUSE=""
35
36 CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
37 RDEPEND="${CDEPEND}
38 - =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}]
39 - =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}]
40 + >=app-crypt/certbot-0.31.0[${PYTHON_USEDEP}]
41 + >=app-crypt/acme-0.39.0[${PYTHON_USEDEP}]
42 dev-python/mock[${PYTHON_USEDEP}]
43 dev-python/zope-interface[${PYTHON_USEDEP}]
44 - dev-python/dns-lexicon[${PYTHON_USEDEP}]"
45 + >=dev-python/dns-lexicon-2.2.1[${PYTHON_USEDEP}]"
46 DEPEND="${CDEPEND}"