diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-19 01:33:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-19 01:33:16 +0000 |
commit | fa5389f1abd0e736457a3768be096e1cce92dc4e (patch) | |
tree | 4ad6c27edfcf9a07de39c762f8ad53b723977a9d /lang/py-psyco/PLIST | |
parent | 007e2decebdd3acacd76189abf2bb0a15cefcc49 (diff) | |
download | pkgsrc-fa5389f1abd0e736457a3768be096e1cce92dc4e.tar.gz |
Update to 1.4, based on PR 31335 by Victor I.
Additional PLIST fixes.
Changes in 1.4:
An interesting new optimization: instances of user-defined classes
are now really supported, i.e. their attributes keep type information
and are stored quite compactly in memory. However, it only works
so far with instances of a new type ``psyco.compact`` (which is
subclassable). The line ``from psyco.classes import *`` has the
effect of turning your classes into psyco.compact subclasses, too.
Changes in 1.3:
Includes support for Python 2.4 (and of course still for 2.1-2.3).
As always comes with a few bug fixes, including a memory leak when
using the profiler. Another good news is that the built-in functions
that read the local variables -- locals(), eval(), execfile(),
vars(), dir(), input() -- now work correctly!
Diffstat (limited to 'lang/py-psyco/PLIST')
-rw-r--r-- | lang/py-psyco/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/py-psyco/PLIST b/lang/py-psyco/PLIST index 4f7d54c4c6d..5f9b8a78a54 100644 --- a/lang/py-psyco/PLIST +++ b/lang/py-psyco/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 22:39:06 recht Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/10/19 01:33:16 wiz Exp $ ${PYSITELIB}/psyco/__init__.py ${PYSITELIB}/psyco/__init__.pyc ${PYSITELIB}/psyco/__init__.pyo @@ -9,6 +9,9 @@ ${PYSITELIB}/psyco/classes.pyo ${PYSITELIB}/psyco/core.py ${PYSITELIB}/psyco/core.pyc ${PYSITELIB}/psyco/core.pyo +${PYSITELIB}/psyco/kdictproxy.py +${PYSITELIB}/psyco/kdictproxy.pyc +${PYSITELIB}/psyco/kdictproxy.pyo ${PYSITELIB}/psyco/logger.py ${PYSITELIB}/psyco/logger.pyc ${PYSITELIB}/psyco/logger.pyo |