summaryrefslogtreecommitdiff
path: root/lang/py-psyco/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-19 01:33:16 +0000
committerwiz <wiz>2005-10-19 01:33:16 +0000
commit311338af6fee14ee4b55b086407ef545418a15a1 (patch)
tree4ad6c27edfcf9a07de39c762f8ad53b723977a9d /lang/py-psyco/Makefile
parented326401c54df2d660c10cfe8b3721c15936d4c7 (diff)
downloadpkgsrc-311338af6fee14ee4b55b086407ef545418a15a1.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/Makefile')
-rw-r--r--lang/py-psyco/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/py-psyco/Makefile b/lang/py-psyco/Makefile
index a4e9ba0e5c2..7992ecadddf 100644
--- a/lang/py-psyco/Makefile
+++ b/lang/py-psyco/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2005/07/27 16:21:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/10/19 01:33:16 wiz Exp $
-DISTNAME= psyco-1.2-src
+DISTNAME= psyco-1.4-src
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-src//}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psyco/}
@@ -15,7 +15,7 @@ PYBINMODULE= YES
PY_PATCHPLIST= YES
ONLY_FOR_PLATFORM= *-*-i386
-PYTHON_VERSIONS_ACCEPTED= 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"