From 31f95d1e0bae4cb5219c864ceef1fcad7e082592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Mon, 7 Dec 2020 16:28:34 +0100 Subject: [PATCH] [app-crypt/certbot-dns-rfc2136] version bump --- app-crypt/certbot-dns-rfc2136/Manifest | 2 +- ...36-1.6.0.ebuild => certbot-dns-rfc2136-1.10.1.ebuild} | 9 ++++----- .../certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild | 9 ++++----- 3 files changed, 9 insertions(+), 11 deletions(-) rename app-crypt/certbot-dns-rfc2136/{certbot-dns-rfc2136-1.6.0.ebuild => certbot-dns-rfc2136-1.10.1.ebuild} (82%) diff --git a/app-crypt/certbot-dns-rfc2136/Manifest b/app-crypt/certbot-dns-rfc2136/Manifest index c86cfa5..ccc3c85 100644 --- a/app-crypt/certbot-dns-rfc2136/Manifest +++ b/app-crypt/certbot-dns-rfc2136/Manifest @@ -1 +1 @@ -DIST certbot-1.6.0.tar.gz 3797817 BLAKE2B fe01c450e89f490c1b8d32401fe72d8eeedd2bf80ad29b59c9836eb44550b4753e0ec4da6f378aba12383fa7e2a38e5b7405634e695c8f9b150ab4899afc57d6 SHA512 490b9155e90f02aaf987840c7dd041c81913daa88df4a96528e3fe1c5342b64fcc19c02a76c0e94e705f7c68d0d63c25582fa474a270d2f98d454e036fcaa320 +DIST certbot-1.10.1.tar.gz 1416402 BLAKE2B e00ba6bf69dbf4bc91be325d4c9ba470214aeef18b4ad4ac5efbf7d077ffa9498e9cff2eff00045bc1024930f95ec56e1773c3a193a982b393caf7ee19f8ccc0 SHA512 332e92dd7d91b9774e55ef8d2c0217a57167a26d1e86d36196fc601b4abb23f40033f94112c4b4bff5f8bc54e1e32ecd68b1f01e7d67bc4fd8f7dd98ce0362cc diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.6.0.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.10.1.ebuild similarity index 82% rename from app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.6.0.ebuild rename to app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.10.1.ebuild index 8e32e81..890f0a3 100644 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.6.0.ebuild +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-1.10.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" @@ -23,10 +24,8 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND} +RDEPEND=" >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}] - >=app-crypt/certbot-1.4.0[${PYTHON_USEDEP}] + >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}] dev-python/dnspython[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND}" diff --git a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild index 8e32e81..890f0a3 100644 --- a/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild +++ b/app-crypt/certbot-dns-rfc2136/certbot-dns-rfc2136-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9}) +DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" @@ -23,10 +24,8 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${CDEPEND} +RDEPEND=" >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}] - >=app-crypt/certbot-1.4.0[${PYTHON_USEDEP}] + >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}] dev-python/dnspython[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}]" -DEPEND="${CDEPEND}"