Age | Commit message (Expand) | Author |
2023-12-14 | gnu: pypy: Update to 7.3.13....The validate-runpath error was previously reported in #57653.
Version update fixes the existing build errors.
* gnu/packages/python.scm (pypy3): Update to 7.3.13.
[source]: Update origin URI.
[arguments]<#:validate-runpath>: Disable check.
[arguments]<#:phases>: Update directory paths.
Change-Id: Ic6ab7dd77e30fa85d6fa5f000f9aa2528951b81e
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-10-27 | gnu: pypy: Remove unused module imports....This is a follow-up to commit 6e7ed040339d815c3a3f72706b75bd0162969c9d.
* gnu/packages/pypy.scm: Remove unused modules.
| Marius Bakke |
2022-10-27 | gnu: pypy: Move to separate module....This removes the need to import (gnu packages python-xyz) in (gnu packages
python), avoiding issues with circular imports.
* gnu/packages/python.scm (pypy): Move…
* gnu/packages/pypy.scm (pypy): …here
* gnu/local.mk: Register new file.
Co-authored-by: Marius Bakke <marius@gnu.org>
| Lars-Dominik Braun |