]> git.bzium.org - embe/overlay.git/commitdiff
app-crypt/certbot-dns-cloudflare: new package
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Thu, 21 May 2020 19:00:55 +0000 (21:00 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Thu, 21 May 2020 19:00:55 +0000 (21:00 +0200)
app-crypt/certbot-dns-cloudflare/Manifest [new file with mode: 0644]
app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.4.0.ebuild [new file with mode: 0644]

diff --git a/app-crypt/certbot-dns-cloudflare/Manifest b/app-crypt/certbot-dns-cloudflare/Manifest
new file mode 100644 (file)
index 0000000..141aeff
--- /dev/null
@@ -0,0 +1 @@
+DIST certbot-dns-cloudflare-1.4.0.tar.gz 1381435 BLAKE2B 57d70a12ee38e1ba96f4c8c594c1940403e33d4cdf5111472a9c0c7d41061b2201792c38d9bb4ec516358f5592d2f689eeab31e1e686a534418b20eba2df4b4b SHA512 8926f724c47c0249e2e420cd8944f0b106682efaa2d9b211491ea4524fe4e64bb3ff4f21fd756996049d781a68294ab8307bd077b6d96fa00e09cbbdf4e59261
diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.4.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-1.4.0.ebuild
new file mode 100644 (file)
index 0000000..eff3633
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+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"
+S=${WORKDIR}/certbot-${PV}/${PN}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       app-crypt/acme[${PYTHON_USEDEP}]
+       app-crypt/certbot[${PYTHON_USEDEP}]
+       dev-python/cloudflare[${PYTHON_USEDEP}]
+       dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme