Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/
Date: Thu, 27 Jan 2022 17:56:19
Message-Id: 1643306171.3ae6ebd39a107f93ff70efac8e346a8b60bb1251.mgorny@gentoo
1 commit: 3ae6ebd39a107f93ff70efac8e346a8b60bb1251
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 17:53:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 17:56:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae6ebd3
7
8 dev-python/pypy3: Remove compileall hack
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3/pypy3-7.3.8_rc1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild b/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
16 index 1314b8be5053..a08c44184921 100644
17 --- a/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
18 +++ b/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild
19 @@ -176,9 +176,7 @@ src_install() {
20 python_domodule epython.py
21
22 einfo "Byte-compiling Python standard library..."
23 - # TODO: parallel compileall hangs sometimes
24 - # https://foss.heptapod.net/pypy/pypy/-/issues/3650
25 - MAKEOPTS=-j1 python_optimize "${ED}${dest}"
26 + python_optimize "${ED}${dest}"
27
28 # remove to avoid collisions
29 rm "${PYTHON}" || die