commit:     5ef483c9edacc7edbd2d81dced139ee4e49e0689
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 18:14:04 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 16 18:31:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef483c9

dev-python/bcrypt: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/bcrypt/bcrypt-4.3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/bcrypt/bcrypt-4.3.0.ebuild 
b/dev-python/bcrypt/bcrypt-4.3.0.ebuild
index 80c74c333644..7490f6fb89ae 100644
--- a/dev-python/bcrypt/bcrypt-4.3.0.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
 
 CRATES="
        [email protected]
@@ -95,6 +95,7 @@ src_prepare() {
 }
 
 python_configure_all() {
+       export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
        # Workaround for sys-cluster/ceph (bug #920906)
        # https://github.com/pyca/bcrypt/issues/694
        # https://github.com/PyO3/pyo3/issues/3451

Reply via email to