summaryrefslogtreecommitdiff
path: root/lang/pypy-devel/files/use.pypy (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-18lang/pypy: update to 2.5.1David Naylor1-28/+0
Changes: * Merge pypy-devel into pypy * Drop pypy-devel (was intended to track pypy-current but no automated process was implemented) * Drop upstreamed patches PR: 199790 Notes: svn path=/head/; revision=386702
2013-08-11Add lang/pypy-devel for non-stable releases of PyPy.David Naylor1-0/+0
pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients. Notes: svn path=/head/; revision=324601
2013-08-03Update lang/pypy to 2.1.David Naylor1-2/+2
Changes: - Rename the binary, include and library to pypy-2.1 (recommended by mva@). This is in preparation to introduce PyPy3 (PyPy implementing Python 3.2) Highlights: * JIT support for ARM, architecture versions 6 and 7, hard- and soft-float ABI * Stacklet support for ARM * Support for os.statvfs and os.fstatvfs on unix systems * Improved logging performance * Faster sets for objects * Interpreter improvements * During packaging, compile the CFFI based TK extension * Pickling of numpy arrays and dtypes * Subarrays for numpy * Bugfixes to numpy * Bugfixes to cffi and ctypes * Bugfixes to the x86 stacklet support * Fixed issue 1533: fix an RPython-level OverflowError for space.float_w(w_big_long_number). https://bugs.pypy.org/issue1533 * Fixed issue 1552: GreenletExit should inherit from BaseException. https://bugs.pypy.org/issue1552 * Fixed issue 1537: numpypy __array_interface__ https://bugs.pypy.org/issue1537 * Fixed issue 1238: Writing to an SSL socket in PyPy sometimes failed with a "bad write retry" message. https://bugs.pypy.org/issue1238 Notes: svn path=/head/; revision=324198
2013-03-23Update lang/pypy to 2.0.b1.David Naylor1-1/+1
The internals of the port have been substantially reworked: * All predefined instances can be selected via options [1] * Optionally use options, if user does not overwrite instance list * Make translation with pypy an option, if it is available. * Make memory checking more refined [2] * Add a Wiki page details lang/pypy * Fix the test target * Refactor build target (easier to review, edit) * Rename patches to prevent churn [1] Although two are broken upstream and one possibly discontinued [2] My memory limits appear to be too conservative. Set PYPY_IGNORE_MEM for now Reviewed by: Kuro <poyopoyo@puripuri.plala.or.jp>, rm@ Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=315042
2012-06-29- Update to 1.9 [1]Michael Scheidell1-3/+3
- Detection of insufficient memory [1] - Change %% SUB vaes from fixed at python 27 to use any installed version of python [1] - Fix syntax of non system include "" vs <> [2] PR: ports/168974 [1] Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) [1] Reviewed by: scheidel@ (me) [2] Notes: svn path=/head/; revision=300233
2011-12-13Add pypy 1.7, PyPy is a fast, compliant implementation of the Python language.Li-Wen Hsu1-0/+28
PR: ports/160265 Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=287302