Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-python/pypy3: Allow openssl[bindist] | Michał Górny | 2019-11-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Drop 7.1.1 | Michał Górny | 2019-11-01 | 3 | -619/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Fix Gentoo path patch | Michał Górny | 2019-11-01 | 2 | -1/+1 |
| | | | | | Bug: https://bugs.gentoo.org/465546 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Bump to 7.2.0 | Michał Górny | 2019-10-18 | 4 | -19/+591 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Restore non-SSE2 x86 backend | Michał Górny | 2019-08-15 | 2 | -4/+46 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Drop old (<7.1.1) | Michał Górny | 2019-05-24 | 6 | -1134/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Update the live ebuild to py3.6 branch | Michał Górny | 2019-05-24 | 1 | -8/+14 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Bump to 7.1.1 | Michał Górny | 2019-04-21 | 2 | -0/+251 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Bump to 7.1.0 (Py3.6 branch) | Michał Górny | 2019-03-28 | 2 | -0/+251 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Restore Gentoo path patch | Michał Górny | 2019-02-16 | 3 | -0/+60 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Sync live ebuild | Michał Górny | 2019-02-14 | 1 | -43/+18 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Bump to 7.0.0 | Michał Górny | 2019-02-14 | 3 | -0/+588 |
| | | | | | | | | | | | Bump to the 7.0.0 release. Upstream has apparently changed install location to be /usr/lib/pypy3.5 independently of prefix, so we remove the Gentoo patch and adjust our paths accordingly. Also distutils C++ patch needed rebasing. Thanks to Sander Sweers for early reporting and research. Bug: https://bugs.gentoo.org/677398 Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Remove 5.10.0 | Michał Górny | 2019-01-05 | 2 | -246/+0 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | dev-python/pypy3: Fix reenabling byte-compilation for tests | Michał Górny | 2018-08-01 | 2 | -4/+4 |
| | |||||
* | dev-python/pypy3: Drop <5.10.1 | Michał Górny | 2018-04-29 | 3 | -498/+0 |
| | |||||
* | dev-python/pypy3: Bump to 6.0.0 | Michał Górny | 2018-04-27 | 3 | -1/+247 |
| | |||||
* | dev-python/pypy3: Bump to 5.10.1 (bugfix) | Michał Górny | 2018-01-14 | 2 | -0/+246 |
| | |||||
* | dev-python/pypy3: Remove commented out USE=doc logic | Michał Górny | 2018-01-08 | 2 | -14/+2 |
| | | | | | Remove the USE=doc logic since it was never fixed, and it was recently removed from dev-python/pypy. | ||||
* | dev-python/pypy3: Clean old up | Michał Górny | 2018-01-06 | 3 | -251/+0 |
| | |||||
* | dev-python/pypy3: Bump to 5.10.0 | Michał Górny | 2017-12-27 | 2 | -0/+252 |
| | |||||
* | dev-python/*: Update Manifest hashes | Michał Górny | 2017-12-09 | 1 | -2/+2 |
| | |||||
* | dev-python/pypy3: 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/pypy3: Fix generating grammar pickles | Michał Górny | 2017-11-12 | 2 | -2/+2 |
| | | | | Closes: https://bugs.gentoo.org/637206 | ||||
* | dev-python/pypy3: Inline deps and include dev-python/pycparser dep | Michał Górny | 2017-11-11 | 2 | -4/+20 |
| | | | | | | 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). | ||||
* | dev-python/pypy3: Generate caches earlier, in compile | Michał Górny | 2017-11-05 | 2 | -72/+80 |
| | |||||
* | dev-python/pypy3: Remove unnecessary LD_LIBRARY_PATH | Michał Górny | 2017-11-05 | 2 | -2/+0 |
| | |||||
* | dev-python/pypy3: Fix cross-phase function calls | Michał Górny | 2017-10-15 | 3 | -36/+42 |
| | | | | Closes: https://bugs.gentoo.org/596626 | ||||
* | dev-python/pypy3: Drop old | Michał Górny | 2017-10-15 | 7 | -1155/+0 |
| | |||||
* | dev-python/pypy3: Update low-memory doc | Michał Górny | 2017-10-15 | 1 | -1/+3 |
| | | | | | The translation and compilation are now completely separate, so the remark about additional memory usage is obsolete now. | ||||
* | dev-python/pypy3: Remove inactive maintainer | Michał Górny | 2017-10-15 | 1 | -4/+0 |
| | |||||
* | dev-python/pypy3: Bump to 5.9.0 | Michał Górny | 2017-10-09 | 4 | -3/+252 |
| | |||||
* | dev-python/pypy3: Fix typo in --jit-backend, #621384 | Michał Górny | 2017-06-10 | 2 | -2/+2 |
| | |||||
* | dev-python/pypy3: Sync the live ebuild | Michał Górny | 2017-06-10 | 1 | -3/+1 |
| | |||||
* | dev-python/pypy3: Bump to 5.8.0 | Michał Górny | 2017-06-10 | 3 | -0/+579 |
| | |||||
* | dev-python/pypy3: Remove ~x86 (broken) from 5.7+ | Michał Górny | 2017-06-10 | 1 | -23/+3 |
| | |||||
* | dev-python/pypy3: Fix USE=-gdbm,-sqlite, #545140 | Michał Górny | 2017-05-30 | 1 | -3/+2 |
| | |||||
* | dev-python/pypy3: Forward-port fixes to -9999 | Michał Górny | 2017-05-25 | 1 | -1/+3 |
| | |||||
* | dev-python/pypy3: Fix missing ssl CFFI module in 5.7.1, #619648 | Michał Górny | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | dev-python/pypy3: Port -OO builds patch from python3.5 | Michał Górny | 2017-04-30 | 2 | -0/+81 |
| | |||||
* | dev-python/pypy3: Bump to 5.7.1 | Michał Górny | 2017-04-25 | 2 | -0/+258 |
| | |||||
* | dev-python/pypy3: Bump subslot in 9999 to match ABI | Michał Górny | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | dev-python/pypy3: Remove unused --make-jobs option | Michał Górny | 2017-04-25 | 1 | -3/+1 |
| | |||||
* | dev-python/pypy3: Upstream has renamed the executables to pypy3-c* | Michał Górny | 2017-04-25 | 1 | -7/+7 |
| | |||||
* | dev-python/pypy3: Fix implicit -flto in 9999 | Michał Górny | 2017-04-25 | 2 | -0/+29 |
| | |||||
* | dev-python/pypy3: Bump 9999 to EAPI 6 | Michał Górny | 2017-04-25 | 2 | -9/+9 |
| | |||||
* | dev-python/pypy3: Remove CPython patchset in 9999 | Michał Górny | 2017-04-25 | 1 | -6/+2 |
| | | | | | Remove the CPython patches in 9999 since -- after rebase to 3.5.3 -- it contains no patches useful to us. | ||||
* | dev-python/pypy3: Update the distutils C++ patch | Michał Górny | 2017-04-25 | 2 | -1/+343 |
| | |||||
* | dev-python/pypy3: Upstream deprecated asmgc, and defaults to shadowstack | Michał Górny | 2017-04-25 | 1 | -2/+1 |
| | |||||
* | dev-python/pypy3: Use usession*-0 rather than -current | Michał Górny | 2017-04-08 | 2 | -4/+4 |
| | | | | | | | Use the usession*-0 directory directly rather than relying on the usession*-current symlink. As maffblaster reports, under some circumstances the symlink is called differently which seems to render the -0 name safer. | ||||
* | dev-python/pypy3: Split translation and compile phases | Michał Górny | 2017-03-08 | 2 | -18/+36 |
| | | | | | | | | 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. |