summaryrefslogtreecommitdiff
path: root/dev-python/bcrypt/bcrypt-4.2.0-r1.ebuild
AgeCommit message (Collapse)Author
2024-10-05dev-python/bcrypt: patch pyo3 crateSam James
Bug: https://bugs.gentoo.org/920906 Fixes: 88f355bfa33622b26d1a9d958e1593527cf3dc97 Signed-off-by: Sam James <sam@gentoo.org>
2024-10-05dev-python/bcrypt: don't append RUSTFLAGS repeatedlySam James
As pointed out by mgorny, thanks! Bug: https://bugs.gentoo.org/920906 Signed-off-by: Sam James <sam@gentoo.org>
2024-10-05dev-python/bcrypt: add workaround for sys-cluster/cephSam James
Do as Fedora have done and enable the pyo3_unsafe_allow_subinterpreters feature temporarily for the benefit of sys-cluster/ceph. It's not ideal but it's only going to affect people who choose to use it in their applications and that should only be ceph. From what I've read, ceph was using these the whole time, just the check wasn't firing. Bug: https://bugs.gentoo.org/920906 Signed-off-by: Sam James <sam@gentoo.org>