Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/
Date: Sat, 29 Oct 2022 17:21:05
Message-Id: 1667061374.e485ed50e57dd51a70a325c05a8a56a5c2a4e818.cybertailor@gentoo
1 commit: e485ed50e57dd51a70a325c05a8a56a5c2a4e818
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sat Oct 29 16:36:14 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Oct 29 16:36:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e485ed50
7
8 app-crypt/certbot-dns-desec: PEP517
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
16 index fca623fc6..e0440245f 100644
17 --- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
18 +++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild
19 @@ -4,6 +4,7 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{8..10} )
23 +DISTUTILS_USE_PEP517=setuptools
24 inherit distutils-r1
25
26 DESCRIPTION="deSEC DNS Authenticator plugin for Certbot"
27 @@ -19,7 +20,6 @@ KEYWORDS="~amd64"
28
29 RDEPEND="
30 app-crypt/certbot[${PYTHON_USEDEP}]
31 - app-crypt/certbot[${PYTHON_USEDEP}]
32 "
33 BDEPEND="test? (
34 dev-python/mock[${PYTHON_USEDEP}]