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-apache/
Date: Thu, 01 Oct 2020 21:35:21
Message-Id: 1601588109.ab1ffc63c021bbf1de0b66e75e53f8bd76eee76b.prometheanfire@gentoo
1 commit: ab1ffc63c021bbf1de0b66e75e53f8bd76eee76b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 21:32:43 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 21:35:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1ffc63
7
8 app-crypt/certbot-apache: switch to using DISTUTILS_USE_SETUPTOOLS
9
10 closes: https://bugs.gentoo.org/745855
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild | 4 ++--
15 app-crypt/certbot-apache/certbot-apache-1.8.0.ebuild | 4 ++--
16 app-crypt/certbot-apache/certbot-apache-9999.ebuild | 4 ++--
17 3 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
20 index ae20aed95bb..2977a0aff13 100644
21 --- a/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
22 +++ b/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
23 @@ -3,6 +3,7 @@
24
25 EAPI=7
26 PYTHON_COMPAT=(python{3_6,3_7,3_8})
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 if [[ ${PV} == 9999* ]]; then
30 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
31 @@ -30,8 +31,7 @@ RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
32 dev-python/zope-component[${PYTHON_USEDEP}]
33 dev-python/zope-interface[${PYTHON_USEDEP}]"
34 DEPEND="test? ( ${RDEPEND}
35 - dev-python/pytest[${PYTHON_USEDEP}] )
36 - dev-python/setuptools[${PYTHON_USEDEP}]"
37 + dev-python/pytest[${PYTHON_USEDEP}] )"
38
39 python_test() {
40 esetup.py test || die
41
42 diff --git a/app-crypt/certbot-apache/certbot-apache-1.8.0.ebuild b/app-crypt/certbot-apache/certbot-apache-1.8.0.ebuild
43 index 323d9f35ff3..3a367b955f0 100644
44 --- a/app-crypt/certbot-apache/certbot-apache-1.8.0.ebuild
45 +++ b/app-crypt/certbot-apache/certbot-apache-1.8.0.ebuild
46 @@ -3,6 +3,7 @@
47
48 EAPI=7
49 PYTHON_COMPAT=(python{3_6,3_7,3_8})
50 +DISTUTILS_USE_SETUPTOOLS=rdepend
51
52 if [[ ${PV} == 9999* ]]; then
53 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
54 @@ -30,8 +31,7 @@ RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
55 dev-python/zope-component[${PYTHON_USEDEP}]
56 dev-python/zope-interface[${PYTHON_USEDEP}]"
57 DEPEND="test? ( ${RDEPEND}
58 - dev-python/pytest[${PYTHON_USEDEP}] )
59 - dev-python/setuptools[${PYTHON_USEDEP}]"
60 + dev-python/pytest[${PYTHON_USEDEP}] )"
61
62 python_test() {
63 esetup.py test || die
64
65 diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
66 index 323d9f35ff3..3a367b955f0 100644
67 --- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
68 +++ b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
69 @@ -3,6 +3,7 @@
70
71 EAPI=7
72 PYTHON_COMPAT=(python{3_6,3_7,3_8})
73 +DISTUTILS_USE_SETUPTOOLS=rdepend
74
75 if [[ ${PV} == 9999* ]]; then
76 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
77 @@ -30,8 +31,7 @@ RDEPEND=">=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
78 dev-python/zope-component[${PYTHON_USEDEP}]
79 dev-python/zope-interface[${PYTHON_USEDEP}]"
80 DEPEND="test? ( ${RDEPEND}
81 - dev-python/pytest[${PYTHON_USEDEP}] )
82 - dev-python/setuptools[${PYTHON_USEDEP}]"
83 + dev-python/pytest[${PYTHON_USEDEP}] )"
84
85 python_test() {
86 esetup.py test || die