From 5762cca1020406c58f6b2f0dfbfbad459061ed44 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 Jul 2023 22:45:53 +0100 Subject: gentoo auto-resync : 31:07:2023 - 22:45:52 --- app-crypt/certbot-dns-dnsimple/Manifest | 6 ++--- .../certbot-dns-dnsimple-1.31.0.ebuild | 29 ---------------------- .../certbot-dns-dnsimple-2.6.0.ebuild | 29 ++++++++++++++++++++++ app-crypt/certbot-dns-dnsimple/metadata.xml | 10 +++++++- 4 files changed, 41 insertions(+), 33 deletions(-) delete mode 100644 app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild create mode 100644 app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.6.0.ebuild (limited to 'app-crypt/certbot-dns-dnsimple') diff --git a/app-crypt/certbot-dns-dnsimple/Manifest b/app-crypt/certbot-dns-dnsimple/Manifest index 2ab5fed7ab4c..3255d49ec06a 100644 --- a/app-crypt/certbot-dns-dnsimple/Manifest +++ b/app-crypt/certbot-dns-dnsimple/Manifest @@ -1,3 +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 df066b07458631cf93dccbf1dc6630d337b8d0941f65d1efe100689d0545b6693746b3db3e12ce367fa44ce5f8e126cb1a327e2916709d3548f385284f4a4c34 SHA512 8876765b79a5a5d832baa5346cc7c891a9805ccaa4b0edb3e93b5d29dce521ec3188555723d4ecad9f8a27e31f96b7dca607f0d4e3a1952f95a8c141f77e133b -MISC metadata.xml 410 BLAKE2B 74259387ce551527251326d68bef6d9d15b9f17b19ba43a7091216144d346fb10fc8bd4d55797b844fde18de71c40f787588be722a56ac0a605532f298f3b5c4 SHA512 083e6a0d7b24c77f448804ac39d4ceab6bdf3168d3f88c89457cfbb2bd4b821e281f3488a29be3fce48493c2da9e7e294476c696fcb0f35f3e288126f90bcbc1 +DIST certbot-2.6.0.gh.tar.gz 1336339 BLAKE2B 0c0575ad553ebe0f3ab56da750572bca46b30d034033e43c30c3793c114050ad824a277eab0be5a47326ea099e58e9a421448b53fc1b9173afae9a0ec308ac62 SHA512 d694156886484511f5a38fb5e40f98b2e2dbe4bc5110c95b2084ec03b39cb0eb9bbc623c7bca4a81054e980c8dbac752949042391813298a27be7e70410882e3 +EBUILD certbot-dns-dnsimple-2.6.0.ebuild 834 BLAKE2B 0c8ac17177cbcffd622dfa9dbb056803200787b5d1ee4db905da38015f0339d46fcbd340aa9aaf20bae7cd553cb3428f394f6abe6e5e41eac11bccd6189bc4c8 SHA512 8e0d5f8bc0f73d1dd3ad3034ebb821552b779d75744f847e14a6c7ac7c136153b1aba2aa0ca12280bdbc4c88a662dae591c77051ae0c209a4efb06076b64593d +MISC metadata.xml 693 BLAKE2B a36574c4873fce9f56610383a442771cb72d01be614f34e630b9af6eb190d3f7c05fc6ea3eeb5168d83067ca899bc40c2ec6bef32cdce0b89a8f5bcd65e104c4 SHA512 7fd034493f49742e83515fdcb7d8a08b098d2f55993d7bb363192ce1e07cc7199b984161614ab5be306a3b79c7d131e6ff1c4fce45c73bea5edcdd28278d9644 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 deleted file mode 100644 index 7f31f1629de6..000000000000 --- a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10,11} ) - -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/certbot-dns-dnsimple-2.6.0.ebuild b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.6.0.ebuild new file mode 100644 index 000000000000..9169bbe14d00 --- /dev/null +++ b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 + +DESCRIPTION="DNSimple Authenticator plugin for Certbot (Let's Encrypt Client)" +HOMEPAGE="https://github.com/certbot/certbot https://certbot-dns-dnsimple.readthedocs.io/en/stable/" +# Use common certbot tarball +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" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] + >=app-crypt/certbot-${PV}[${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 index 9da727c79520..7b274bf81e54 100644 --- a/app-crypt/certbot-dns-dnsimple/metadata.xml +++ b/app-crypt/certbot-dns-dnsimple/metadata.xml @@ -1,10 +1,18 @@ - + + azamat.hackimov@gmail.com + Azamat H. Hackimov + + matthew@gentoo.org Matthew Smith + + proxy-maint@gentoo.org + Proxy Maintainers + certbot/certbot -- cgit v1.2.3