Port details |
- pypy-devel Fast, compliant implementation of the Python language
- 2.5.0 lang
=0 2.5.0Version of this port present on the latest quarterly branch.
- Maintainer: dbn@FreeBSD.org
- Port Added: 2013-08-11 17:10:59
- Last Update: 2015-05-18 18:56:27
- SVN Revision: 386702
- Also Listed In: python
- License: MIT PSFL
- WWW:
- http://pypy.org
- Description:
- PyPy is a fast, compliant alternative implementation of the Python language
(2.7.1). It has several advantages and distinct features:
- Speed: thanks to its Just-in-Time compiler, Python programs often run faster
on PyPy.
- Memory usage: large, memory-hungry Python programs might end up taking less
space than they do in CPython.
- Compatibility: PyPy is highly compatible with existing python code. It
supports ctypes and can run popular python libraries like
twisted and django.
- Sandboxing: PyPy provides the ability to run untrusted code in a fully
secure way.
- Stackless: PyPy can be configured to run in stackless mode, providing
micro-threads for massive concurrency.
- As well as other features.
WWW: http://pypy.org
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pypy-devel>0:lang/pypy-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: pypy-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- python2.7 : lang/python27
- python2 : lang/python2
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libffi.so : devel/libffi
- libsqlite3.so : databases/sqlite3
- libgdbm.so : databases/gdbm
- libintl.so : devel/gettext-runtime
- libiconv.so.3 : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pypy-devel-2.5.0:
====> Options available for the group PYINST
SANDBOX=off: Translate a sandboxed pypy
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- compiler:c11 gettext iconv tar:bzip2 python:2,build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.0 18 May 2015 18:56:27 |
dbn |
lang/pypy: update to 2.5.1
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 |
2.5.0 10 Feb 2015 18:50:52 |
dbn |
pypy-devel: update to 2.5
Changes:
* Improved warmup time.
* Improved hitted code performance (+10% compared to v2.4).
* Passing objects between C and PyPy has been improved.
* Integrated numpy support gains GenericUfunc API.
* Dictionaries are ordered by default.
* More careful handling of errno. |
2.4.0 14 Jan 2015 18:28:28 |
dbn |
Backport lang/pypy-devel to lang/pypy.
Changes:
- Update memory requires (less for pypy, more for python). |
2.4.0 07 Dec 2014 16:34:44 |
dbn |
Update lang/pypy-devel to 2.4.0.
Release update for further testing by community.
Change Log:
- Reduced internal copying of bytearray operations
- Tweak the internal structure of StringBuilder to speed up large string
handling, which becomes advantageous on large programs at the cost of
slightly slower small benchmark type programs.
- Move to a mixed polling and mutex GIL model that make mutlithreaded jitted
code run much faster
- Remove ctypes pythonapi and ctypes.PyDLL, which never worked on PyPy
- Fix performance regression on ufunc(<scalar>, <scalar>) in numpy
- Classes in the ast module are now distinct from structures used by the
compiler, which simplifies and speeds up translation of our source code to
the PyPy binary interpreter
- Upgrade stdlib from 2.7.5 to 2.7.8 |
2.3.1_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
2.3.1_1 20 Oct 2014 17:52:17 |
mva |
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit) |
2.3.1_1 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
2.3.1 16 Jun 2014 09:52:57 |
dbn |
Pet portlint and add local-distfiles for lang/pypy-devel.
PR: 190881
Submitted by: ports@robakdesign.com |
2.3.1 10 Jun 2014 18:12:55 |
dbn |
Update lang/pypy-devel to 2.3.1.
ChangeLog:
* The built-in struct module was renamed to _struct, solving issues with
IDLE and other modules
* Support for compilation with gcc-4.9
* A CFFI-based version of the gdbm module is now included in our binary bundle
* Many issues were resolved since the 2.3 release on May 8 |
2.3 13 May 2014 19:01:17 |
dbn |
Update lang/pypy-devel to 2.3.
Due to reported regressions, only 2.3.1 will be merged to stable lang/pypy.
ChangeLog:
This release updates the stdlib from 2.7.3, jumping directly to 2.7.6.
This release also contains several bugfixes and performance improvements,
many generated by real users finding corner cases. CFFI has made it easier
than ever to use existing C code with both cpython and PyPy, easing the
transition for packages like cryptography, Pillow(Python Imaging Library
[Fork]), a basic port of pygame-cffi, and others. |
24 Apr 2014 20:11:02
|
dbn |
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port. |
2.3.a20131216_1 02 Apr 2014 06:13:53 |
antoine |
Do not violate stagedir
Reported by: poudriere
With hat: portmgr |
2.3.a20131216_1 11 Mar 2014 21:02:56 |
dbn |
Fix lang/pypy-devel's sysconfig.py file.
In python the 'purelib' and 'platlib' paths should contain 'site-packages'
however the original pypy code does not thus the patch did not either however
this is not consistent with distutils/sysconfig.py. |
2.3.a20131216 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.3.a20131216 17 Dec 2013 20:51:59 |
dbn |
Update lang/pypy-devel to development snapshot at 16-Dec-'13.
Changes:
1) Fix installation with LOCALBASE!=/usr/local
2) Properly detect the number of CPUs for concurrent builds
Notes:
1) The cffi based module _sqlite3.py needs to know where to find
sqlite3.h, which is hard-coded into the file, however the '.so'
created is based on the checksum of _sqlite3.py that changes
when changing the hard-coded path. Change this by properly
using the LOCALBASE environment variable.
2) This change does not modify the behaviour of the port as this
port runs the compilation stage directly, and correctly, however
this change will be upstreamed. |
2.2.1 10 Dec 2013 18:48:23 |
dbn |
Remove LATEST_LINK from my ports and fix CONFLICTS for lang/pypy. |
2.2.1 10 Dec 2013 07:36:09 |
dbn |
Update lang/pypy-devel to 2.2.1.
- Update the memory requirements, decreasing from previous version. |
2.2 16 Nov 2013 15:16:16 |
dbn |
Update lang/pypy-devel to 2.2 (for wider testing).
Changes:
* Strip cffi libraries
Outstanding items:
* Fix virtualenv bug (ports/183795)
* Update memory and compiler times (Makefile, wiki)
ChangeLog:
* Our Garbage Collector is now "incremental". It should avoid almost all
pauses due to a major collection taking place. Previously, it would pause
the program (rarely) to walk all live objects, which could take
arbitrarily long if your process is using a whole lot of RAM. Now the
same work is done in steps. This should make PyPy more responsive, e.g. (Only the first 15 lines of the commit message are shown above ) |
2.2.a20130810 07 Nov 2013 15:08:55 |
dbn |
Add stage support to lang/pypy, lang/pypy-devel and lang/pypy3-devel.
Also, require a modern compiler that can handle c11. Although this is
not strictly required (just about any C compiler would do) the base GCC
compiler has a memory bug and thus cannot reasonably compile the ports. |
2.2.a20130810 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.2.a20130810 12 Aug 2013 17:56:41 |
dbn |
Fix the pypy ports.
Be more aggresive in cleaning up temporary directories that pypy leaves
behind in the copied directories (files and directories in __pycache__).
Only .so and .pyc should be left behind in those __pycache__ directories
and no subdirectories.
Also remove the manual requirement for building lang/pypy. Redports
successfully built lang/pypy3-devel (with leftovers) in 19 hours.
Reported by: Redports |
2.2.a20130810 11 Aug 2013 18:33:33 |
dbn |
Backport and fix-up lang/pypy* ports.
pypy:
- fix sysconfig.py's include path
- bump PORTREVISION due to above fix
pypy-devel:
- remove duplicate '-e' when creating pkg-plist
- ancillary port functionality (thus no PORTREVISION bump)
pypy3-devel:
- add missing patch
- fix pkg-plist
- build fails without above patch (thus no PORTREVISION bump) |
2.2.a20130810 11 Aug 2013 17:10:41 |
dbn |
Add lang/pypy-devel for non-stable releases of PyPy.
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. |