public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-dnsimple/
Date: Fri, 12 Jul 2024 19:26:35 +0000 (UTC)	[thread overview]
Message-ID: <1720812379.983b44ff57d50ad5762a91779fc2a19e783563fa.mgorny@gentoo> (raw)

commit:     983b44ff57d50ad5762a91779fc2a19e783563fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:15:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 19:26:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983b44ff

app-crypt/certbot-dns-dnsimple: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../certbot-dns-dnsimple-2.10.0.ebuild                | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.10.0.ebuild b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.10.0.ebuild
index 49462ea339f0..3ccc8046224d 100644
--- a/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.10.0.ebuild
+++ b/app-crypt/certbot-dns-dnsimple/certbot-dns-dnsimple-2.10.0.ebuild
@@ -4,16 +4,22 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 
+MY_P=certbot-${PV}
 DESCRIPTION="DNSimple Authenticator plugin for Certbot (Let's Encrypt Client)"
-HOMEPAGE="https://github.com/certbot/certbot https://certbot-dns-dnsimple.readthedocs.io/en/stable/"
+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}"
+SRC_URI="
+	https://github.com/certbot/certbot/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/${PN}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -25,5 +31,6 @@ RDEPEND="
 	>=dev-python/dns-lexicon-3.2.1[${PYTHON_USEDEP}]
 "
 
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+distutils_enable_sphinx docs \
+	dev-python/sphinx-rtd-theme
 distutils_enable_tests pytest


             reply	other threads:[~2024-07-12 19:26 UTC|newest]

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

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=1720812379.983b44ff57d50ad5762a91779fc2a19e783563fa.mgorny@gentoo \
    --to=mgorny@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