notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pypy-devel Fast, compliant implementation of the Python language
2.5.0 lang Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.5.0Version of this port present on the latest quarterly branch.
Maintainer: dbn@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. msgfmt : devel/gettext-tools
  2. python2.7 : lang/python27
  3. python2 : lang/python2
Library dependencies:
  1. libexpat.so : textproc/expat2
  2. libffi.so : devel/libffi
  3. libsqlite3.so : databases/sqlite3
  4. libgdbm.so : databases/gdbm
  5. libintl.so : devel/gettext-runtime
  6. 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:
Expand this list (6 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/dbn/pypy/
  2. http://distcache.FreeBSD.org/ports-distfiles/pypy/
  3. http://distcache.eu.FreeBSD.org/local-distfiles/dbn/pypy/
  4. http://distcache.us-east.FreeBSD.org/local-distfiles/dbn/pypy/
  5. http://distcache.us-west.FreeBSD.org/local-distfiles/dbn/pypy/
  6. https://bitbucket.org/pypy/pypy/get/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.5.0
18 May 2015 18:56:27
Revision:386702Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:378793Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:377034Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:374218Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
2.3.1_1
20 Oct 2014 17:52:17
Revision:371288Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of irc/ and lang/ to new USES=python

Approved by:	portmgr (implicit)
2.3.1_1
27 Jun 2014 17:21:07
Revision:359586Original commit files touched by this commit
miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
2.3.1
16 Jun 2014 09:52:57
Revision:357964Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:357358Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:353979Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:352062Original commit files touched by this commit Refresh
dbn search for other commits by this committer
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
Revision:349904Original commit files touched by this commit
antoine search for other commits by this committer
Do not violate stagedir

Reported by:	poudriere
With hat:	portmgr
2.3.a20131216_1
11 Mar 2014 21:02:56
Revision:347933Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:336767Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:336078Original commit files touched by this commit
dbn search for other commits by this committer
Remove LATEST_LINK from my ports and fix CONFLICTS for lang/pypy.
2.2.1
10 Dec 2013 07:36:09
Revision:336049Original commit files touched by this commit
dbn search for other commits by this committer
Update lang/pypy-devel to 2.2.1.

 - Update the memory requirements, decreasing from previous version.
2.2
16 Nov 2013 15:16:16
Revision:334004Original commit files touched by this commit
dbn search for other commits by this committer
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 View all of this commit message)
2.2.a20130810
07 Nov 2013 15:08:55
Revision:333113Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
2.2.a20130810
12 Aug 2013 17:56:41
Revision:324639Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:324604Original commit files touched by this commit
dbn search for other commits by this committer
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
Revision:324601Original commit files touched by this commit
dbn search for other commits by this committer
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.

Number of commits found: 23