]> git.bzium.org - embe/overlay.git/blobdiff - app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.19.0.ebuild
app-crypt/certbot-dns-cloudflare: bump to 1.19.0
[embe/overlay.git] / app-crypt / certbot-dns-cloudflare / certbot-dns-cloudflare-1.19.0.ebuild
similarity index 82%
rename from app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.14.0.ebuild
rename to app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.19.0.ebuild
index 2b37dd89012db39a505f3f4f6940d976ca2fbfd7..3d2e7abd2fac1ecd347525fdce3a2c85414293b9 100644 (file)
@@ -9,7 +9,7 @@ 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 -> ${P}.tar.gz"
+SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
 S=${WORKDIR}/certbot-${PV}/${PN}
 
 LICENSE="Apache-2.0"
@@ -17,10 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-       app-crypt/acme[${PYTHON_USEDEP}]
-       app-crypt/certbot[${PYTHON_USEDEP}]
+       >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+       >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
        dev-python/cloudflare[${PYTHON_USEDEP}]
-       dev-python/zope-interface[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest