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 715D215808B for ; Thu, 31 Mar 2022 07:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F41CE07D0; Thu, 31 Mar 2022 07:24:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2DD11E07D0 for ; Thu, 31 Mar 2022 07:24:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C0453340F64 for ; Thu, 31 Mar 2022 07:24:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 229F8AF for ; Thu, 31 Mar 2022 07:24:21 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1648691858.8bf2abd9f21dc099886d5b6c8a9d4bfc9595a72b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/certbot-dns-desec/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/certbot-dns-desec/Manifest app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild app-crypt/certbot-dns-desec/metadata.xml X-VCS-Directories: app-crypt/certbot-dns-desec/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 8bf2abd9f21dc099886d5b6c8a9d4bfc9595a72b X-VCS-Branch: dev Date: Thu, 31 Mar 2022 07:24:21 +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: 01e4de9d-a00c-4186-8a71-55efe1d31784 X-Archives-Hash: c91a9e5c39c0d6d2a96a6193636c00a7 commit: 8bf2abd9f21dc099886d5b6c8a9d4bfc9595a72b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Mar 20 13:43:58 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Mar 31 01:57:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bf2abd9 app-crypt/certbot-dns-desec: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-crypt/certbot-dns-desec/Manifest | 1 + .../certbot-dns-desec-1.2.0.ebuild | 29 ++++++++++++++++++++++ app-crypt/certbot-dns-desec/metadata.xml | 16 ++++++++++++ 3 files changed, 46 insertions(+) diff --git a/app-crypt/certbot-dns-desec/Manifest b/app-crypt/certbot-dns-desec/Manifest new file mode 100644 index 000000000..d894225ad --- /dev/null +++ b/app-crypt/certbot-dns-desec/Manifest @@ -0,0 +1 @@ +DIST certbot-dns-desec-1.2.0.tar.gz 16866 BLAKE2B ba3951d8897e3b10d36b47883a2a7d1ef6a970c63370554194d3c632037cacd9b00fe8b9be0b44bc25b3e2463113cb0d9fa9c02a42cce5cf969ffc596b9d41dd SHA512 6c069eb8c262614a2d90aee10ef489febea1bcb2fe8a27fdc7dcd8321d631d85e956af0e132e207fd6a141a290378d8e9dc0f50a93a19a376460878864c22dbd diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild new file mode 100644 index 000000000..793e95078 --- /dev/null +++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="deSEC DNS Authenticator plugin for Certbot" +HOMEPAGE=" + https://pypi.org/project/certbot-dns-desec + https://github.com/desec-io/certbot-dns-desec +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-crypt/certbot[${PYTHON_USEDEP}] + app-crypt/certbot[${PYTHON_USEDEP}] +" +BDEPEND="test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/requests-mock[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest diff --git a/app-crypt/certbot-dns-desec/metadata.xml b/app-crypt/certbot-dns-desec/metadata.xml new file mode 100644 index 000000000..db36622c8 --- /dev/null +++ b/app-crypt/certbot-dns-desec/metadata.xml @@ -0,0 +1,16 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + certbot-dns-desec + desec-io/certbot-dns-desec + + nils@desec.io + Nils Wisiol + + +