dev-python/pypy3: Split translation and compile phases
authorMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 10:56:27 +0000 (11:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 8 Mar 2017 11:32:44 +0000 (12:32 +0100)
commit890fe16c41e02c0df1de61c6813ae27aeae28e0b
tree8220061961040ee6f7796327e34c5880ea0bcf40
parentb03b6ba8e752ab4a46c122cea11894aee2902f51
dev-python/pypy3: Split translation and compile phases

Like in dev-python/pypy, use --source to disable auto-spawning
compilation phase in rpython. Instead, run it manually in src_compile().
This way we reduce memory consumption (since rpython normally does not
free the lots of memory it used during the translation while spawning
the compiler), and make the process easier to resume.
dev-python/pypy3/pypy3-5.5.0_alpha.ebuild
dev-python/pypy3/pypy3-9999.ebuild