mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/regex: disable pypy3
It's unsupported upstream and on x86 at least, it ends up showing up precisely because of the UTF8-vs-ASCII strings representation problem. (See also https://github.com/mrabarnett/mrab-regex/issues/404 where the test issues got fixed but upstream made clear that it's unsupported and also can't really work properly.) Bug: https://github.com/mrabarnett/mrab-regex/issues/404 Bug: https://github.com/mrabarnett/mrab-regex/issues/521 Closes: https://bugs.gentoo.org/924136 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -5,7 +5,9 @@ EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
||||
# pypy isn't supported upstream because of its UTF8 representation for strings
|
||||
# See https://github.com/mrabarnett/mrab-regex/issues/521#issuecomment-1936260187.
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user