[app-crypt/certbot-dns-rfc2136] bump

This commit is contained in:
Robert Förster 2020-05-07 02:12:19 +02:00
parent f76bd89ec2
commit c176edb0d0
3 changed files with 9 additions and 11 deletions

View File

@ -1 +1 @@
DIST certbot-1.2.0.tar.gz 1354262 BLAKE2B 1abdf4cb99ecdac6b9b8d2ebdd6897a3182a147f0175e2db4c6b0feaa3f6c615ee3146dd63627a83266c223456c5aba44b018be4059574d0209aec89065d9925 SHA512 ed52a31a71b3762b8cd217ea2784d9cb01f7c1a50cef3b7e0d99483ca3ab623b90ab7d4896674e0d1c06e2e8370c02162418d934de7d3048b0471416616146fe DIST certbot-1.4.0.tar.gz 1381435 BLAKE2B 57d70a12ee38e1ba96f4c8c594c1940403e33d4cdf5111472a9c0c7d41061b2201792c38d9bb4ec516358f5592d2f689eeab31e1e686a534418b20eba2df4b4b SHA512 8926f724c47c0249e2e420cd8944f0b106682efaa2d9b211491ea4524fe4e64bb3ff4f21fd756996049d781a68294ab8307bd077b6d96fa00e09cbbdf4e59261

View File

@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=(python3_{5,6,7,8}) PYTHON_COMPAT=(python3_{6,7,8})
if [[ ${PV} == 9999* ]]; then if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git" EGIT_REPO_URI="https://github.com/certbot/certbot.git"
@ -25,9 +25,8 @@ IUSE=""
CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND} RDEPEND="${CDEPEND}
>=app-crypt/acme-0.29.0[${PYTHON_USEDEP}] >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
>=app-crypt/certbot-1.1.0[${PYTHON_USEDEP}] >=app-crypt/certbot-1.4.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}] dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]" dev-python/zope-interface[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}" DEPEND="${CDEPEND}"

View File

@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=(python3_{5,6,7,8}) PYTHON_COMPAT=(python3_{6,7,8})
if [[ ${PV} == 9999* ]]; then if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git" EGIT_REPO_URI="https://github.com/certbot/certbot.git"
@ -25,9 +25,8 @@ IUSE=""
CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND} RDEPEND="${CDEPEND}
>=app-crypt/acme-0.29.0[${PYTHON_USEDEP}] >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
>=app-crypt/certbot-1.1.0[${PYTHON_USEDEP}] >=app-crypt/certbot-1.4.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}] dev-python/dnspython[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]" dev-python/zope-interface[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}" DEPEND="${CDEPEND}"