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

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

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

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

diff --git a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild
index 60a48f903d53..0f00ad6f889c 100644
--- a/app-crypt/certbot-apache/certbot-apache-2.10.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-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
 
@@ -36,10 +36,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}"
 LICENSE="Apache-2.0"
 SLOT="0"
 
-BDEPEND="
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
 RDEPEND="
        >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
        >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]

diff --git a/app-crypt/certbot-apache/certbot-apache-9999.ebuild 
b/app-crypt/certbot-apache/certbot-apache-9999.ebuild
index fb8db6b19c03..a58b2b41005b 100644
--- a/app-crypt/certbot-apache/certbot-apache-9999.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-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
 
@@ -36,10 +36,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}"
 LICENSE="Apache-2.0"
 SLOT="0"
 
-BDEPEND="
-       test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
 RDEPEND="
        >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
        >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]

Reply via email to