dev-python/bcrypt: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-05-16 21:14:04 +03:00
parent da004db094
commit 5ef483c9ed

View File

@@ -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="
autocfg@1.4.0
@@ -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