commit: 930f8caef060547b7587b3e5e59f59e2733f9c37 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Aug 7 05:31:17 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 1 12:16:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930f8cae
dev-python/peewee: comment for native-extensions on pypy3 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32207 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/peewee/peewee-3.16.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/peewee/peewee-3.16.2-r1.ebuild b/dev-python/peewee/peewee-3.16.2-r1.ebuild index ec4ed7a1c49d..d3b5361362fb 100644 --- a/dev-python/peewee/peewee-3.16.2-r1.ebuild +++ b/dev-python/peewee/peewee-3.16.2-r1.ebuild @@ -43,6 +43,8 @@ PATCHES=( distutils_enable_sphinx docs src_compile() { + # native-extensions are always disabled on PyPy + # https://github.com/coleifer/peewee/blob/master/setup.py#L35..L37 if ! use native-extensions; then local -x NO_SQLITE=1 fi
