diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-16 21:14:04 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-05-16 21:31:28 +0300 |
| commit | 5ef483c9edacc7edbd2d81dced139ee4e49e0689 (patch) | |
| tree | bcb80637f5209d9202ab9423018b6e4647da7be4 /dev-python/bcrypt | |
| parent | da004db094175dd5de96858742a45ebd5290607e (diff) | |
| download | gentoo-5ef483c9edacc7edbd2d81dced139ee4e49e0689.tar.gz gentoo-5ef483c9edacc7edbd2d81dced139ee4e49e0689.tar.bz2 gentoo-5ef483c9edacc7edbd2d81dced139ee4e49e0689.zip | |
dev-python/bcrypt: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/bcrypt')
| -rw-r--r-- | dev-python/bcrypt/bcrypt-4.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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=" 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 |
