summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pypy: Disable more problematic testsMichał Górny2018-08-011-1/+12
| | | | Bug: https://bugs.gentoo.org/654242
* dev-python/pypy: Fix reenabling byte-compilation for testsMichał Górny2018-08-011-2/+2
| | | | Bug: https://bugs.gentoo.org/654242
* dev-python/pypy: Remove half-broken USE=docMichał Górny2018-01-081-8/+2
| | | | | | | | | | The doc building code is currently broken as it is subject to Sphinx version mismatch, and given that we would need separate logic to select interpreter for the PyPy build, and for the sphinx call, it's better to remove the doc building altogether and possible reintroduce it as a separate package in the future. Closes: https://bugs.gentoo.org/643046
* dev-python/pypy: Fix mtimes between generated and source filesMichał Górny2017-11-161-0/+2
| | | | | | | Ensure to preserve file mtimes while copying them from the source tree to the installation image. This ensures that the generated files are newer than source files, and that PyPy does not attempt to rewrite them at runtime.
* dev-python/pypy: Inline deps and include dev-python/pycparser depMichał Górny2017-11-111-1/+12
| | | | | | | | | | | Replace the autogenerated || dependency with an inlined version, and include dev-python/pycparser in it when using CPython 2.7 (it is built-in in dev-python/pypy, through CFFI). Enforce the dependency only when USE=-low-memory, since otherwise CPython is not used, and we can't enforce the dependency on PyPy anyway as it would cause circular deps. Closes: https://bugs.gentoo.org/634306
* dev-python/pypy: Generate caches earlier, in compileMichał Górny2017-11-051-35/+37
| | | | | | Generate the caches in compile phase since they are needed for tests. Closes: https://bugs.gentoo.org/636490
* dev-python/pypy: Remove incorrect pytest depMichał Górny2017-11-051-2/+1
|
* dev-python/pypy: Remove unnecessary LD_LIBRARY_PATHMichał Górny2017-11-051-1/+0
| | | | The pypy executable has $ORIGIN-based rpath.
* dev-python/pypy: Fix cross-phase function callsMichał Górny2017-10-151-20/+22
| | | | Closes: https://bugs.gentoo.org/596624
* dev-python/pypy: Bump to 5.9.0Michał Górny2017-10-091-2/+2
|
* dev-python/pypy: Sync the live ebuildMichał Górny2017-06-101-3/+1
|
* dev-python/pypy: Remove unused --make-jobs optionMichał Górny2017-04-251-2/+1
| | | | | The --make-jobs option is no longer relevant since we are calling emake directly. It was only used to pass -j to make when called by rpython.
* dev-python/pypy: Disarm implicit -flto (in 9999)Michał Górny2017-04-251-0/+2
|
* dev-python/pypy: Bump 9999 to EAPI 6Michał Górny2017-04-251-9/+9
|
* dev-python/pypy: Update the distutils-cxx patch for upcoming 5.7.1Michał Górny2017-04-251-1/+1
|
* dev-python/pypy: Switch 9999 to cpy2.7.13 patchsetMichał Górny2017-04-251-3/+4
| | | | | | | Use the patchset from CPython 2.7.13 to avoid keeping old patches around. Disable the Turkish locale patch since it now alters the C sources of CPython -- we need to figure out if pypy needs similar alteration at all, and port it if necessary.
* dev-python/pypy: Upstream deprecated asmgc, and defaults to shadowstackMichał Górny2017-04-251-2/+1
|
* dev-python/pypy: Use usession*-0 rather than -currentMichał Górny2017-04-081-2/+2
|
* dev-python/pypy: Split translation and compile phasesMichał Górny2017-03-081-7/+18
| | | | | | | | | Use the --source option to disable automatic compiling of generating C sources, and build them manually afterwards. Most importantly, this significantly reduces memory use because pypy failed to free memory that was used for the translation, and that is no longer needed when the compilation is started. Furthermore, it makes resuming compilation possible.
* dev-python/pypy: Sync the live ebuildMichał Górny2017-03-081-6/+9
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/pypy: Remove unnecessary PDEP on python-updaterMichał Górny2016-07-291-1/+0
|
* dev-python/pypy: Add missing resource CFFI buildMichał Górny2016-06-091-1/+2
|
* dev-python/pypy: add libressl supportAnthony G. Basile2016-06-031-2/+3
| | | | Package-Manager: portage-2.2.28
* dev-python/pypy: INSDESTTREE -> custom var, #582982Michał Górny2016-05-141-17/+18
|
* dev-python/pypy: Fix pax-marking in src_compile()Michał Górny2016-05-141-2/+2
|
* dev-python/pypy*: Default to USE=shadowstack to improve compatibilityMichał Górny2016-01-071-1/+1
| | | | | | Prefer the shadowstack gcrootfinder over asmgcc since the latter strongly relies on specific assembly being generated by gcc and is often broken by various optimization flags.
* dev-python/pypy: Add a live ebuildMichał Górny2015-12-201-0/+258