From cf8b95afdbe12ae5416819c50819e5f2c7c88d56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Wed, 24 May 2023 11:26:41 +0200 Subject: [PATCH] app-crypt/certbot-dns-cloudflare: bump to 2.6.0 --- app-crypt/certbot-dns-cloudflare/Manifest | 2 +- .../certbot-dns-cloudflare-2.6.0.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-crypt/certbot-dns-cloudflare/Manifest b/app-crypt/certbot-dns-cloudflare/Manifest index 330e9a5..6bc3eac 100644 --- a/app-crypt/certbot-dns-cloudflare/Manifest +++ b/app-crypt/certbot-dns-cloudflare/Manifest @@ -1 +1 @@ -DIST certbot-1.28.0.tar.gz 1367671 BLAKE2B 01fda6c068217e32273b2c1ac97faa099f98da687d41796e1c98971ed6779ab4ff78e3309b7a6f82b9b0a891c5f00b5201bb3ce1bc879e5acbab3ccc4988ec31 SHA512 888f51dfcf4712b70ce7c99abfc52106384dcba2eef486db8b033bfcca3043bd0beaadce1c1e59f19c3a58b7fe454b2b64774de2e23f5d93579b3e1be1a7c08b +DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62 SHA512 d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3 diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild index c00cf28..daa1384 100644 --- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild +++ b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +EAPI=8 +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Cloudflare DNS Authenticator plugin for Certbot (Let's Encrypt Client)" HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" -SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz" +SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.gh.tar.gz" S=${WORKDIR}/certbot-${PV}/${PN} LICENSE="Apache-2.0" -- 2.43.2