public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-dnsimple/
Date: Sat,  5 Nov 2022 22:03:55 +0000 (UTC)	[thread overview]
Message-ID: <1667685822.3fc63507307c19e18b4fb09659da43883a44db64.matthew@gentoo> (raw)

commit:     3fc63507307c19e18b4fb09659da43883a44db64
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 22:03:14 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> 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 <matthew <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>matthew@gentoo.org</email>
+		<name>Matthew Smith</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">certbot/certbot</remote-id>
+		<remote-id type="pypi">certbot-dns-dnsimple</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-11-05 22:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05 22:03 Matthew Smith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-10 14:42 [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-dnsimple/ Michał Górny
2023-03-01 11:40 Matthew Smith
2023-07-31 17:09 Matthew Smith
2023-07-31 17:09 Matthew Smith
2023-07-31 17:09 Matthew Smith
2024-04-13 14:04 Michał Górny
2024-04-14 15:19 Matthew Smith
2024-07-12 19:26 Michał Górny
2024-07-12 19:26 Michał Górny
2024-07-12 19:26 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667685822.3fc63507307c19e18b4fb09659da43883a44db64.matthew@gentoo \
    --to=matthew@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox