Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lang/pypy: update to 2.5.1 | David Naylor | 2015-05-18 | 1 | -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 | ||||
* | Add lang/pypy-devel for non-stable releases of PyPy. | David Naylor | 2013-08-11 | 1 | -0/+28 |
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 |