summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pypy: Skip broken testsMichał Górny2020-01-171-0/+17
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: keyword on ~ppc64Georgy Yakovlev2020-01-041-2/+2
| | | | | | | | | | | | ============ short test summary info ================== FAIL lib-python/2.7/test/test_dictviews.py::unmodified FAIL lib-python/2.7/test/test_gdbm.py::unmodified FAIL lib-python/2.7/test/test_ssl.py::unmodified FAIL lib-python/2.7/test/test_subprocess.py::unmodified = 4 failed, 347 passed, 47 skipped, 1 pytest-warnings = Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-python/pypy: Use updated dev-lang/python patchsetMichał Górny2019-12-302-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Remove unused USE=sandboxMichał Górny2019-12-302-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Remove oldMichał Górny2019-12-305-591/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Remove the live ebuildMichał Górny2019-12-301-293/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Bump to 7.3.0 (now using split pypy-exe)Michał Górny2019-12-252-0/+171
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Bump to 7.3.0rc1Michał Górny2019-12-142-0/+287
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Allow openssl[bindist]Michał Górny2019-11-202-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Drop 7.1.1Michał Górny2019-11-012-287/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Bump to 7.2.0Michał Górny2019-10-183-14/+303
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Drop old (<7.1.1)Michał Górny2019-05-245-912/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Bump to 7.1.1Michał Górny2019-04-212-0/+287
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Bump to 7.1.0Michał Górny2019-03-282-0/+287
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Restore Gentoo path patchMichał Górny2019-02-163-0/+60
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Sync live ebuildMichał Górny2019-02-141-15/+11
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Bump to 7.0.0Michał Górny2019-02-142-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.0Michał Górny2019-01-052-276/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pypy: Disable more problematic testsMichał Górny2018-08-012-2/+24
| | | | Bug: https://bugs.gentoo.org/654242
* dev-python/pypy: Fix reenabling byte-compilation for testsMichał Górny2018-08-012-4/+4
| | | | Bug: https://bugs.gentoo.org/654242
* dev-python/pypy: Drop <5.10.0Michał Górny2018-04-292-282/+0
|
* dev-python/pypy: Bump to 6.0.0Michał Górny2018-04-272-0/+276
|
* dev-python/pypy: Remove half-broken USE=docMichał Górny2018-01-082-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 upMichał Górny2018-01-063-282/+0
|
* dev-python/pypy: Bump to 5.10.0Michał Górny2017-12-272-0/+282
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-python/pypy: Fix mtimes between generated and source filesMichał Górny2017-11-162-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 depMichał Górny2017-11-112-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 compileMichał Górny2017-11-052-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 depMichał Górny2017-11-052-4/+2
|
* dev-python/pypy: Remove unnecessary LD_LIBRARY_PATHMichał Górny2017-11-052-2/+0
| | | | The pypy executable has $ORIGIN-based rpath.
* dev-python/pypy: Fix cross-phase function callsMichał Górny2017-10-153-60/+66
| | | | Closes: https://bugs.gentoo.org/596624
* dev-python/pypy: Drop oldMichał Górny2017-10-157-1294/+0
|
* dev-python/pypy: Update low-memory docMichał Górny2017-10-151-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 maintainerMichał Górny2017-10-151-4/+0
|
* dev-python/pypy: Bump to 5.9.0Michał Górny2017-10-094-2/+282
|
* dev-python/pypy: Sync the live ebuildMichał Górny2017-06-101-3/+1
|
* dev-python/pypy: Bump to 5.8.0Michał Górny2017-06-103-0/+655
|
* dev-python/pypy: Bump to 5.7.1 (based on cpy 2.7.13)Michał Górny2017-04-252-0/+269
|
* 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-252-0/+29
|
* dev-python/pypy: Bump 9999 to EAPI 6Michał Górny2017-04-252-11/+11
|
* dev-python/pypy: Update the distutils-cxx patch for upcoming 5.7.1Michał Górny2017-04-252-1/+389
|
* dev-python/pypy: Switch 9999 to cpy2.7.13 patchsetMichał Górny2017-04-252-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 shadowstackMichał Górny2017-04-251-2/+1
|
* dev-python/pypy: Use usession*-0 rather than -currentMichał Górny2017-04-082-4/+4
|
* dev-python/pypy: Split translation and compile phasesMichał Górny2017-03-082-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 ebuildMichał Górny2017-03-083-8/+11
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/pypy: Clean up old versionsMichał Górny2017-02-179-2113/+0
|