]> git.bzium.org - embe/overlay.git/commitdiff
app-crypt/certbot-dns-cloudflare: bump to 2.6.0
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 24 May 2023 09:26:41 +0000 (11:26 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 24 May 2023 09:26:41 +0000 (11:26 +0200)
app-crypt/certbot-dns-cloudflare/Manifest
app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.6.0.ebuild

index 330e9a564327330f994eae45d867e0d70a3a3d51..6bc3eac1503d6ea0bbf16a7285e435711afe4796 100644 (file)
@@ -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
index c00cf28d4feeafda9bea89e2169e07cc8527b181..daa13844c7dd1b301811a5d695169f0bfa0e17dd 100644 (file)
@@ -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"