commit: 3ad64fc704216f767502673d6c32b94a1940e1ac Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 10 02:50:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 03:16:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad64fc7
dev-python/re-assert: disable pypy3 b/c of dev-python/regex Bug: https://bugs.gentoo.org/924136 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/re-assert/re-assert-1.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/re-assert/re-assert-1.1.0-r1.ebuild b/dev-python/re-assert/re-assert-1.1.0-r1.ebuild index c7db72bc2d04..54ac972be84e 100644 --- a/dev-python/re-assert/re-assert-1.1.0-r1.ebuild +++ b/dev-python/re-assert/re-assert-1.1.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
