Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-python/pypy: Drop old (<7.1.1) | Michał Górny | 2019-05-24 | 5 | -912/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Bump to 7.1.1 | Michał Górny | 2019-04-21 | 2 | -0/+287 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Bump to 7.1.0 | Michał Górny | 2019-03-28 | 2 | -0/+287 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Restore Gentoo path patch | Michał Górny | 2019-02-16 | 3 | -0/+60 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Sync live ebuild | Michał Górny | 2019-02-14 | 1 | -15/+11 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Bump to 7.0.0 | Michał Górny | 2019-02-14 | 2 | -0/+284 |
| | | | | | | | | | | | Bump to the new 7.0.0 release, and update CPython patchset. Upstream has apparently started using /usr/lib/pypy2.7 as package location independently of prefix, so our patches stopped being necessary (but we need subslot bump to move everything). Thanks to Sander Sweers for the early notification and research on the new release. Bug: https://bugs.gentoo.org/677398 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Remove 5.10.0 | Michał Górny | 2019-01-05 | 2 | -276/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy: Disable more problematic tests | Michał Górny | 2018-08-01 | 2 | -2/+24 |
| | | | | Bug: https://bugs.gentoo.org/654242 | ||||
* | dev-python/pypy: Fix reenabling byte-compilation for tests | Michał Górny | 2018-08-01 | 2 | -4/+4 |
| | | | | Bug: https://bugs.gentoo.org/654242 | ||||
* | dev-python/pypy: Drop <5.10.0 | Michał Górny | 2018-04-29 | 2 | -282/+0 |
| | |||||
* | dev-python/pypy: Bump to 6.0.0 | Michał Górny | 2018-04-27 | 2 | -0/+276 |
| | |||||
* | dev-python/pypy: Remove half-broken USE=doc | Michał Górny | 2018-01-08 | 2 | -16/+4 |
| | | | | | | | | | | 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: Clean old up | Michał Górny | 2018-01-06 | 3 | -282/+0 |
| | |||||
* | dev-python/pypy: Bump to 5.10.0 | Michał Górny | 2017-12-27 | 2 | -0/+282 |
| | |||||
* | dev-python/*: Update Manifest hashes | Michał Górny | 2017-12-09 | 1 | -4/+4 |
| | |||||
* | dev-python/pypy: Fix mtimes between generated and source files | Michał Górny | 2017-11-16 | 2 | -0/+4 |
| | | | | | | | 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 dep | Michał Górny | 2017-11-11 | 2 | -2/+24 |
| | | | | | | | | | | | 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 compile | Michał Górny | 2017-11-05 | 2 | -70/+74 |
| | | | | | | Generate the caches in compile phase since they are needed for tests. Closes: https://bugs.gentoo.org/636490 | ||||
* | dev-python/pypy: Remove incorrect pytest dep | Michał Górny | 2017-11-05 | 2 | -4/+2 |
| | |||||
* | dev-python/pypy: Remove unnecessary LD_LIBRARY_PATH | Michał Górny | 2017-11-05 | 2 | -2/+0 |
| | | | | The pypy executable has $ORIGIN-based rpath. | ||||
* | dev-python/pypy: Fix cross-phase function calls | Michał Górny | 2017-10-15 | 3 | -60/+66 |
| | | | | Closes: https://bugs.gentoo.org/596624 | ||||
* | dev-python/pypy: Drop old | Michał Górny | 2017-10-15 | 7 | -1294/+0 |
| | |||||
* | dev-python/pypy: Update low-memory doc | Michał Górny | 2017-10-15 | 1 | -3/+2 |
| | | | | | The translation and compilation are now completely separate, so the remark about additional memory usage is obsolete now. | ||||
* | dev-python/pypy: Remove inactive maintainer | Michał Górny | 2017-10-15 | 1 | -4/+0 |
| | |||||
* | dev-python/pypy: Bump to 5.9.0 | Michał Górny | 2017-10-09 | 4 | -2/+282 |
| | |||||
* | dev-python/pypy: Sync the live ebuild | Michał Górny | 2017-06-10 | 1 | -3/+1 |
| | |||||
* | dev-python/pypy: Bump to 5.8.0 | Michał Górny | 2017-06-10 | 3 | -0/+655 |
| | |||||
* | dev-python/pypy: Bump to 5.7.1 (based on cpy 2.7.13) | Michał Górny | 2017-04-25 | 2 | -0/+269 |
| | |||||
* | dev-python/pypy: Remove unused --make-jobs option | Michał Górny | 2017-04-25 | 1 | -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órny | 2017-04-25 | 2 | -0/+29 |
| | |||||
* | dev-python/pypy: Bump 9999 to EAPI 6 | Michał Górny | 2017-04-25 | 2 | -11/+11 |
| | |||||
* | dev-python/pypy: Update the distutils-cxx patch for upcoming 5.7.1 | Michał Górny | 2017-04-25 | 2 | -1/+389 |
| | |||||
* | dev-python/pypy: Switch 9999 to cpy2.7.13 patchset | Michał Górny | 2017-04-25 | 2 | -3/+5 |
| | | | | | | | 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 shadowstack | Michał Górny | 2017-04-25 | 1 | -2/+1 |
| | |||||
* | dev-python/pypy: Use usession*-0 rather than -current | Michał Górny | 2017-04-08 | 2 | -4/+4 |
| | |||||
* | dev-python/pypy: Split translation and compile phases | Michał Górny | 2017-03-08 | 2 | -14/+36 |
| | | | | | | | | | 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 ebuild | Michał Górny | 2017-03-08 | 3 | -8/+11 |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 2 | -2/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | dev-python/pypy: Clean up old versions | Michał Górny | 2017-02-17 | 9 | -2113/+0 |
| | |||||
* | dev-python/pypy: Bump to 5.6.0, #599918 | Michał Górny | 2016-12-09 | 3 | -0/+597 |
| | | | | | Bump to 5.6.0 release. Includes an updated C/C++ compiler support patch by Jan Ziak. | ||||
* | dev-python/pypy: Bump to 5.4.1 | Michał Górny | 2016-09-07 | 2 | -0/+257 |
| | |||||
* | dev-python/pypy: Adjust subslot to match ABI ver on 5.4.0 | Michał Górny | 2016-09-07 | 1 | -1/+2 |
| | | | | | | | | Set subslot on pypy-5.4.0+ to match upstream ABI version, to avoid unnecessary rebuilds on ABI-compatible upgrades. I was planning to do this for quite some time but waited for next major bump to avoid needless rebuilds. Sadly, with each bump I forgot again. Therefore, let's do this in place while 5.4.0 is still fresh. | ||||
* | dev-python/pypy: Bump to 5.4.0 | Michał Górny | 2016-09-03 | 2 | -0/+256 |
| | |||||
* | dev-python/pypy: Remove unnecessary PDEP on python-updater | Michał Górny | 2016-07-29 | 6 | -6/+0 |
| | |||||
* | dev-python/pypy: Bump to 5.3.1, minor fixes | Michał Górny | 2016-07-03 | 2 | -0/+257 |
| | |||||
* | dev-python/pypy: Bump to 5.3.0 | Michał Górny | 2016-06-09 | 2 | -0/+257 |
| | |||||
* | dev-python/pypy: Add missing resource CFFI build | Michał Górny | 2016-06-09 | 2 | -2/+4 |
| | |||||
* | dev-python/pypy: Bump to 5.1.1, #578598 | Michał Górny | 2016-06-06 | 2 | -0/+256 |
| | |||||
* | dev-python/pypy: add libressl support | Anthony G. Basile | 2016-06-03 | 3 | -6/+9 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | dev-python/pypy: INSDESTTREE -> custom var, #582982 | Michał Górny | 2016-05-14 | 3 | -51/+54 |
| |