From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2588158020 for ; Sat, 5 Nov 2022 22:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E635E0536; Sat, 5 Nov 2022 22:03:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E827FE0536 for ; Sat, 5 Nov 2022 22:03:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5387340931 for ; Sat, 5 Nov 2022 22:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579876D2 for ; Sat, 5 Nov 2022 22:03:55 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1667685822.3fc63507307c19e18b4fb09659da43883a44db64.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-dnsimple/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-dns-dnsimple/Manifest app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-1.31.0.ebuild app-crypt/certbot-dns-dnsimple/metadata.xml X-VCS-Directories: app-crypt/certbot-dns-dnsimple/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 3fc63507307c19e18b4fb09659da43883a44db64 X-VCS-Branch: master Date: Sat, 5 Nov 2022 22:03:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d518c14-3d2e-47bb-9b91-2c66213fc72e X-Archives-Hash: ee39bdff836928df835571786e06ca4a commit: 3fc63507307c19e18b4fb09659da43883a44db64 Author: Matthew Smith gentoo org> AuthorDate: Sat Nov 5 22:03:14 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Nov 5 22:03:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc63507 app-crypt/certbot-dns-dnsimple: new package, add 1.31.0 Signed-off-by: Matthew Smith gentoo.org> app-crypt/certbot-dns-dnsimple/Manifest | 1 + .../certbot-dns-dnsimple-1.31.0.ebuild | 29 ++++++++++++++++++++++ app-crypt/certbot-dns-dnsimple/metadata.xml | 13 ++++++++++ 3 files changed, 43 insertions(+) diff --git a/app-crypt/certbot-dns-dnsimple/Manifest b/app-crypt/certbot-dns-dnsimple/Manifest new file mode 100644 index 000000000000..6e68f1eb7af9 --- /dev/null +++ b/app-crypt/certbot-dns-dnsimple/Manifest @@ -0,0 +1 @@ +DIST certbot-dns-dnsimple-1.31.0.gh.tar.gz 1371459 BLAKE2B 95fc9f29b1e91f5bc12a9b7146d00f4f3b4647eeda8e866c46c17d8d8a2443bd46cfa04758e8571e84b2bbf70bd68943c47ceaf6d830d3e5121e41d9548da051 SHA512 a2f6d7714bfc8e2c400e69be038404da138b53f0dc09e071048d560ba9e9527cc0b786b8d210b62c3d07c3aeadaee12dc0d060d144af4b5c3178576fde65b052 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 + +