commit:     78b19610b0bcd6a74412853020f7db0d9a945ed0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 07:43:39 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 07:55:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b19610

dev-python/m2crypto: Enable py3.12

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

 dev-python/m2crypto/m2crypto-0.40.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/m2crypto/m2crypto-0.40.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.40.0.ebuild
index 3b2d53cfee65..381715bdd5f4 100644
--- a/dev-python/m2crypto/m2crypto-0.40.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.40.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYPI_NO_NORMALIZE=1
 PYPI_PN="M2Crypto"
 PYTHON_REQ_USE="threads(+)"
@@ -12,7 +12,10 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1 toolchain-funcs pypi
 
 DESCRIPTION="A Python crypto and SSL toolkit"
-HOMEPAGE="https://gitlab.com/m2crypto/m2crypto 
https://pypi.org/project/M2Crypto/";
+HOMEPAGE="
+       https://gitlab.com/m2crypto/m2crypto/
+       https://pypi.org/project/M2Crypto/
+"
 
 # openssl via src/SWIG/_lib11_compat.i
 LICENSE="MIT openssl"

Reply via email to