commit:     ab5adb612503fc8ef2db09390feee0679a19ff17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:13:10 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 19:26:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5adb61

app-crypt/certbot-nginx: Enable py3.13

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

 app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild | 6 +-----
 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild   | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
index 87265cf83dd8..c7e80bdbca4a 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 
@@ -35,10 +35,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}"
 LICENSE="Apache-2.0"
 SLOT="0"
 
-BDEPEND="
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
 # The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
 # to avoid broken 23.1.0.
 RDEPEND="

diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
index a8a7e0f2fb38..d2c0abefda66 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 
@@ -35,10 +35,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}"
 LICENSE="Apache-2.0"
 SLOT="0"
 
-BDEPEND="
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
 # The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
 # to avoid broken 23.1.0.
 RDEPEND="

Reply via email to