From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32AAD158087 for ; Thu, 27 Jan 2022 17:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D299E07A5; Thu, 27 Jan 2022 17:56:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDB37E07A5 for ; Thu, 27 Jan 2022 17:56:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BD51342DFA for ; Thu, 27 Jan 2022 17:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE5D81EF for ; Thu, 27 Jan 2022 17:56:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1643306171.3ae6ebd39a107f93ff70efac8e346a8b60bb1251.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.8_rc1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ae6ebd39a107f93ff70efac8e346a8b60bb1251 X-VCS-Branch: master Date: Thu, 27 Jan 2022 17:56:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b0d68da-8534-42f5-9672-c5fbd41b382c X-Archives-Hash: 9e5f98a99371247231eab5d3d79058fc commit: 3ae6ebd39a107f93ff70efac8e346a8b60bb1251 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 27 17:53:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 27 17:56:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae6ebd3 dev-python/pypy3: Remove compileall hack Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3/pypy3-7.3.8_rc1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild b/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild index 1314b8be5053..a08c44184921 100644 --- a/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.8_rc1.ebuild @@ -176,9 +176,7 @@ src_install() { python_domodule epython.py einfo "Byte-compiling Python standard library..." - # TODO: parallel compileall hangs sometimes - # https://foss.heptapod.net/pypy/pypy/-/issues/3650 - MAKEOPTS=-j1 python_optimize "${ED}${dest}" + python_optimize "${ED}${dest}" # remove to avoid collisions rm "${PYTHON}" || die