From 30c2cb2c8971dc95b672303f9191d166d622fe47 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2022 03:19:10 +0000 Subject: gentoo auto-resync : 06:11:2022 - 03:19:10 --- app-crypt/Manifest.gz | Bin 23768 -> 23937 bytes app-crypt/certbot-dns-dnsimple/Manifest | 3 +++ .../certbot-dns-dnsimple-1.31.0.ebuild | 29 +++++++++++++++++++++ app-crypt/certbot-dns-dnsimple/metadata.xml | 13 +++++++++ 4 files changed, 45 insertions(+) create mode 100644 app-crypt/certbot-dns-dnsimple/Manifest create mode 100644 app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild create mode 100644 app-crypt/certbot-dns-dnsimple/metadata.xml (limited to 'app-crypt') diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index f4e4f72ef340..7bed11c9a68c 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/certbot-dns-dnsimple/Manifest b/app-crypt/certbot-dns-dnsimple/Manifest new file mode 100644 index 000000000000..e56b2e75562c --- /dev/null +++ b/app-crypt/certbot-dns-dnsimple/Manifest @@ -0,0 +1,3 @@ +DIST certbot-dns-dnsimple-1.31.0.gh.tar.gz 1371459 BLAKE2B 95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051 SHA512 a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052 +EBUILD certbot-dns-dnsimple-1.31.0.ebuild 810 BLAKE2B dae123f9750765756503d232424b1575e73f41e6a9ab9a207bfac6281fba6a0e8278b77c3d6d23af4f14b37413a103c77b282b9ddd8cf4519841f278e1968e9c SHA512 26048c2cf27070ae434b9dc80d124849069b7103fdb8282f85f1f63ec90ada62fd8c9290f5526974e9355847cbe37d9977d6624c535c8a88327349e187b49c94 +MISC metadata.xml 410 BLAKE2B 74259387ce551527251326d68bef6d9d15b9f17b19ba43a7091216144d346fb10fc8bd4d55797b844fde18de71c40f787588be722a56ac0a605532f298f3b5c4 SHA512 083e6a0d7b24c77f448804ac39d4ceab6bdf3168d3f88c89457cfbb2bd4b821e281f3488a29be3fce48493c2da9e7e294476c696fcb0f35f3e288126f90bcbc1 diff --git a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild new file mode 100644 index 000000000000..207c855957af --- /dev/null +++ b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +KEYWORDS="~amd64 ~x86" +S="${WORKDIR}"/certbot-${PV}/${PN} + +DESCRIPTION="DNSimple Authenticator plugin for Certbot (Let's Encrypt Client)" +HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" + +LICENSE="Apache-2.0" +SLOT="0" + +RDEPEND=" + >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] + >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + >=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme +distutils_enable_tests pytest diff --git a/app-crypt/certbot-dns-dnsimple/metadata.xml b/app-crypt/certbot-dns-dnsimple/metadata.xml new file mode 100644 index 000000000000..9da727c79520 --- /dev/null +++ b/app-crypt/certbot-dns-dnsimple/metadata.xml @@ -0,0 +1,13 @@ + + + + + matthew@gentoo.org + Matthew Smith + + + + certbot/certbot + certbot-dns-dnsimple + + -- cgit v1.2.3