commit:     641339332ef7514b8017a31368677f28907a4992
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 27 16:06:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 16:07:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64133933

dev-python/pygit2: Reenable py3.12

>=dev-python/cffi-1.16.0_rc2 seems to fix the underlying problem.

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

 dev-python/pygit2/pygit2-1.13.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pygit2/pygit2-1.13.1.ebuild 
b/dev-python/pygit2/pygit2-1.13.1.ebuild
index 28fd10216da0..6039e58b7451 100644
--- a/dev-python/pygit2/pygit2-1.13.1.ebuild
+++ b/dev-python/pygit2/pygit2-1.13.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 
@@ -23,7 +23,7 @@ DEPEND="
        =dev-libs/libgit2-1.7*:=
 "
 BDEPEND="
-       >=dev-python/cffi-1.9.1:=[${PYTHON_USEDEP}]
+       >=dev-python/cffi-1.16.0_rc2:=[${PYTHON_USEDEP}]
 "
 RDEPEND="
        ${DEPEND}

Reply via email to