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/
Date: Thu, 01 Oct 2020 21:35:21
Message-Id: 1601588107.ee6ff1abdb03f580aedfe98c6259cc3568c4ec2a.prometheanfire@gentoo
1 commit: ee6ff1abdb03f580aedfe98c6259cc3568c4ec2a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 21:26:16 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 21:35:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6ff1ab
7
8 app-crypt/certbot: switch to eclass for distutils depend
9
10 Closes: https://bugs.gentoo.org/745846
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 app-crypt/certbot/certbot-1.7.0.ebuild | 4 +---
16 app-crypt/certbot/certbot-1.8.0.ebuild | 4 +---
17 app-crypt/certbot/certbot-9999.ebuild | 4 +---
18 3 files changed, 3 insertions(+), 9 deletions(-)
19
20 diff --git a/app-crypt/certbot/certbot-1.7.0.ebuild b/app-crypt/certbot/certbot-1.7.0.ebuild
21 index 7a862586d0d..6f5c706cae2 100644
22 --- a/app-crypt/certbot/certbot-1.7.0.ebuild
23 +++ b/app-crypt/certbot/certbot-1.7.0.ebuild
24 @@ -3,6 +3,7 @@
25
26 EAPI=7
27 PYTHON_COMPAT=(python{3_6,3_7,3_8})
28 +DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 if [[ ${PV} == 9999* ]]; then
31 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
32 @@ -23,9 +24,7 @@ SLOT="0"
33 IUSE="test"
34 RESTRICT="!test? ( test )"
35
36 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 RDEPEND="
38 - ${CDEPEND}
39 >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}]
40 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
41 dev-python/configobj[${PYTHON_USEDEP}]
42 @@ -37,7 +36,6 @@ RDEPEND="
43 dev-python/pytz[${PYTHON_USEDEP}]
44 dev-python/zope-component[${PYTHON_USEDEP}]
45 dev-python/zope-interface[${PYTHON_USEDEP}]"
46 -DEPEND="${CDEPEND}"
47
48 distutils_enable_tests pytest
49
50
51 diff --git a/app-crypt/certbot/certbot-1.8.0.ebuild b/app-crypt/certbot/certbot-1.8.0.ebuild
52 index f5147fca793..8496941da96 100644
53 --- a/app-crypt/certbot/certbot-1.8.0.ebuild
54 +++ b/app-crypt/certbot/certbot-1.8.0.ebuild
55 @@ -3,6 +3,7 @@
56
57 EAPI=7
58 PYTHON_COMPAT=(python{3_6,3_7,3_8})
59 +DISTUTILS_USE_SETUPTOOLS=rdepend
60
61 if [[ ${PV} == 9999* ]]; then
62 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
63 @@ -23,9 +24,7 @@ SLOT="0"
64 IUSE="test"
65 RESTRICT="!test? ( test )"
66
67 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
68 RDEPEND="
69 - ${CDEPEND}
70 >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}]
71 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
72 dev-python/configobj[${PYTHON_USEDEP}]
73 @@ -37,7 +36,6 @@ RDEPEND="
74 dev-python/pytz[${PYTHON_USEDEP}]
75 dev-python/zope-component[${PYTHON_USEDEP}]
76 dev-python/zope-interface[${PYTHON_USEDEP}]"
77 -DEPEND="${CDEPEND}"
78
79 distutils_enable_tests pytest
80
81
82 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
83 index f5147fca793..8496941da96 100644
84 --- a/app-crypt/certbot/certbot-9999.ebuild
85 +++ b/app-crypt/certbot/certbot-9999.ebuild
86 @@ -3,6 +3,7 @@
87
88 EAPI=7
89 PYTHON_COMPAT=(python{3_6,3_7,3_8})
90 +DISTUTILS_USE_SETUPTOOLS=rdepend
91
92 if [[ ${PV} == 9999* ]]; then
93 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
94 @@ -23,9 +24,7 @@ SLOT="0"
95 IUSE="test"
96 RESTRICT="!test? ( test )"
97
98 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
99 RDEPEND="
100 - ${CDEPEND}
101 >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}]
102 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
103 dev-python/configobj[${PYTHON_USEDEP}]
104 @@ -37,7 +36,6 @@ RDEPEND="
105 dev-python/pytz[${PYTHON_USEDEP}]
106 dev-python/zope-component[${PYTHON_USEDEP}]
107 dev-python/zope-interface[${PYTHON_USEDEP}]"
108 -DEPEND="${CDEPEND}"
109
110 distutils_enable_tests pytest