[app-crypt/certbot-dns-rfc2136] sync with tree
This commit is contained in:
parent
4c9b82680e
commit
813324109f
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
@ -27,19 +27,15 @@ fi
|
|||||||
|
|
||||||
DESCRIPTION="RFC2136 DNS plugin for Certbot (Let’s Encrypt client)"
|
DESCRIPTION="RFC2136 DNS plugin for Certbot (Let’s Encrypt client)"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/certbot/certbot
|
https://github.com/certbot/certbot/
|
||||||
|
https://pypi.org/project/certbot-dns-rfc2136/
|
||||||
https://letsencrypt.org/
|
https://letsencrypt.org/
|
||||||
"
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PARENT_P}/${PN}"
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
S="${WORKDIR}/${PARENT_P}/${PN}"
|
|
||||||
|
|
||||||
BDEPEND="
|
|
||||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
|
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
|
||||||
>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
|
>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
|
||||||
|
@ -27,15 +27,15 @@ fi
|
|||||||
|
|
||||||
DESCRIPTION="RFC2136 DNS plugin for Certbot (Let’s Encrypt client)"
|
DESCRIPTION="RFC2136 DNS plugin for Certbot (Let’s Encrypt client)"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/certbot/certbot
|
https://github.com/certbot/certbot/
|
||||||
|
https://pypi.org/project/certbot-dns-rfc2136/
|
||||||
https://letsencrypt.org/
|
https://letsencrypt.org/
|
||||||
"
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PARENT_P}/${PN}"
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
S="${WORKDIR}/${PARENT_P}/${PN}"
|
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user