[app-crypt/certbot-dns-rfc2136] sync with tree

This commit is contained in:
Robert Förster 2024-07-23 11:39:03 +02:00
parent 4c9b82680e
commit 813324109f
2 changed files with 7 additions and 11 deletions

View File

@ -3,8 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
@ -27,19 +27,15 @@ fi
DESCRIPTION="RFC2136 DNS plugin for Certbot (Lets Encrypt client)"
HOMEPAGE="
https://github.com/certbot/certbot
https://github.com/certbot/certbot/
https://pypi.org/project/certbot-dns-rfc2136/
https://letsencrypt.org/
"
S="${WORKDIR}/${PARENT_P}/${PN}"
LICENSE="Apache-2.0"
SLOT="0"
S="${WORKDIR}/${PARENT_P}/${PN}"
BDEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"
RDEPEND="
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]

View File

@ -27,15 +27,15 @@ fi
DESCRIPTION="RFC2136 DNS plugin for Certbot (Lets Encrypt client)"
HOMEPAGE="
https://github.com/certbot/certbot
https://github.com/certbot/certbot/
https://pypi.org/project/certbot-dns-rfc2136/
https://letsencrypt.org/
"
S="${WORKDIR}/${PARENT_P}/${PN}"
LICENSE="Apache-2.0"
SLOT="0"
S="${WORKDIR}/${PARENT_P}/${PN}"
BDEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"