summaryrefslogtreecommitdiff
path: root/lang/py-pyrex
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-28 22:15:15 +0000
committerrecht <recht@pkgsrc.org>2004-05-28 22:15:15 +0000
commit57f0b78752b19847a9d4d142d02df4749e7e8c0f (patch)
tree3af31cce9dc74ef201ec2e70e651a53d74d1f301 /lang/py-pyrex
parent472dd9d1c945421bfc95f184fa26888f13f54782 (diff)
downloadpkgsrc-57f0b78752b19847a9d4d142d02df4749e7e8c0f.tar.gz
update to 0.9.2.1
patch provided by Michal Pasternak in PR pkg/25739 changes: Version 0.9.2.1 Shazbot! Setup.y still wasn't right. Maybe this time... Version 0.9.2 Enhancements: Global variable and attribute names are now interned. String literals are only converted to Python strings once, instead of each time they're used. Python string literals may now contain NUL characters. Bug fixes: Setup.py still wasn't right! Corrected a problem introduced by moving the Plex package into the Pyrex package. Version 0.9.1.1 Corrected a small mistake in the setup.py. Fixed a problem with the distutils extension. Hopefully stopped cheesefinder.c from disappearing once and for all. Version 0.9.1 Enhancements: Inherited C methods can be called in the usual way. Python classes get the right __modname__ now. Test suite and testing framework available for download (but will require modification to work on anything other than MacOS X for now). Plus oodles of bug fixes -- see the CHANGES file for details.
Diffstat (limited to 'lang/py-pyrex')
-rw-r--r--lang/py-pyrex/Makefile6
-rw-r--r--lang/py-pyrex/PLIST209
-rw-r--r--lang/py-pyrex/distinfo6
3 files changed, 106 insertions, 115 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index f402ad0c37a..b7905ca719f 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/04/28 05:06:28 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/28 22:15:15 recht Exp $
-DISTNAME= Pyrex-0.9
+DISTNAME= Pyrex-0.9.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
-CATEGORIES= lang
+CATEGORIES= lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
MAINTAINER= tsarna@NetBSD.org
diff --git a/lang/py-pyrex/PLIST b/lang/py-pyrex/PLIST
index c6078bd3e1c..2dac4194373 100644
--- a/lang/py-pyrex/PLIST
+++ b/lang/py-pyrex/PLIST
@@ -1,146 +1,137 @@
-@comment $NetBSD: PLIST,v 1.3 2003/12/10 15:58:09 recht Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/05/28 22:15:15 recht Exp $
bin/pyrexc
-${PYSITELIB}/Plex/Actions.py
-${PYSITELIB}/Plex/Actions.pyc
-${PYSITELIB}/Plex/Actions.pyo
-${PYSITELIB}/Plex/DFA.py
-${PYSITELIB}/Plex/DFA.pyc
-${PYSITELIB}/Plex/DFA.pyo
-${PYSITELIB}/Plex/Errors.py
-${PYSITELIB}/Plex/Errors.pyc
-${PYSITELIB}/Plex/Errors.pyo
-${PYSITELIB}/Plex/Lexicons.py
-${PYSITELIB}/Plex/Lexicons.pyc
-${PYSITELIB}/Plex/Lexicons.pyo
-${PYSITELIB}/Plex/Machines.py
-${PYSITELIB}/Plex/Machines.pyc
-${PYSITELIB}/Plex/Machines.pyo
-${PYSITELIB}/Plex/Regexps.py
-${PYSITELIB}/Plex/Regexps.pyc
-${PYSITELIB}/Plex/Regexps.pyo
-${PYSITELIB}/Plex/Scanners.py
-${PYSITELIB}/Plex/Scanners.pyc
-${PYSITELIB}/Plex/Scanners.pyo
-${PYSITELIB}/Plex/Timing.py
-${PYSITELIB}/Plex/Timing.pyc
-${PYSITELIB}/Plex/Timing.pyo
-${PYSITELIB}/Plex/Traditional.py
-${PYSITELIB}/Plex/Traditional.pyc
-${PYSITELIB}/Plex/Traditional.pyo
-${PYSITELIB}/Plex/Transitions.py
-${PYSITELIB}/Plex/Transitions.pyc
-${PYSITELIB}/Plex/Transitions.pyo
-${PYSITELIB}/Plex/__init__.py
-${PYSITELIB}/Plex/__init__.pyc
-${PYSITELIB}/Plex/__init__.pyo
-${PYSITELIB}/Plex/test_tm.py
-${PYSITELIB}/Plex/test_tm.pyc
-${PYSITELIB}/Plex/test_tm.pyo
+${PYSITELIB}/Pyrex/__init__.py
+${PYSITELIB}/Pyrex/Debugging.py
+${PYSITELIB}/Pyrex/Utils.py
+${PYSITELIB}/Pyrex/Compiler/__init__.py
${PYSITELIB}/Pyrex/Compiler/CmdLine.py
-${PYSITELIB}/Pyrex/Compiler/CmdLine.pyc
-${PYSITELIB}/Pyrex/Compiler/CmdLine.pyo
${PYSITELIB}/Pyrex/Compiler/Code.py
-${PYSITELIB}/Pyrex/Compiler/Code.pyc
-${PYSITELIB}/Pyrex/Compiler/Code.pyo
${PYSITELIB}/Pyrex/Compiler/DebugFlags.py
-${PYSITELIB}/Pyrex/Compiler/DebugFlags.pyc
-${PYSITELIB}/Pyrex/Compiler/DebugFlags.pyo
${PYSITELIB}/Pyrex/Compiler/Errors.py
-${PYSITELIB}/Pyrex/Compiler/Errors.pyc
-${PYSITELIB}/Pyrex/Compiler/Errors.pyo
${PYSITELIB}/Pyrex/Compiler/ExprNodes.py
-${PYSITELIB}/Pyrex/Compiler/ExprNodes.pyc
-${PYSITELIB}/Pyrex/Compiler/ExprNodes.pyo
-${PYSITELIB}/Pyrex/Compiler/Lexicon.pickle
${PYSITELIB}/Pyrex/Compiler/Lexicon.py
-${PYSITELIB}/Pyrex/Compiler/Lexicon.pyc
-${PYSITELIB}/Pyrex/Compiler/Lexicon.pyo
${PYSITELIB}/Pyrex/Compiler/Main.py
-${PYSITELIB}/Pyrex/Compiler/Main.pyc
-${PYSITELIB}/Pyrex/Compiler/Main.pyo
${PYSITELIB}/Pyrex/Compiler/Naming.py
-${PYSITELIB}/Pyrex/Compiler/Naming.pyc
-${PYSITELIB}/Pyrex/Compiler/Naming.pyo
${PYSITELIB}/Pyrex/Compiler/Nodes.py
-${PYSITELIB}/Pyrex/Compiler/Nodes.pyc
-${PYSITELIB}/Pyrex/Compiler/Nodes.pyo
+${PYSITELIB}/Pyrex/Compiler/Options.py
${PYSITELIB}/Pyrex/Compiler/Parsing.py
-${PYSITELIB}/Pyrex/Compiler/Parsing.pyc
-${PYSITELIB}/Pyrex/Compiler/Parsing.pyo
${PYSITELIB}/Pyrex/Compiler/PyrexTypes.py
-${PYSITELIB}/Pyrex/Compiler/PyrexTypes.pyc
-${PYSITELIB}/Pyrex/Compiler/PyrexTypes.pyo
${PYSITELIB}/Pyrex/Compiler/Scanning.py
-${PYSITELIB}/Pyrex/Compiler/Scanning.pyc
-${PYSITELIB}/Pyrex/Compiler/Scanning.pyo
${PYSITELIB}/Pyrex/Compiler/Symtab.py
-${PYSITELIB}/Pyrex/Compiler/Symtab.pyc
-${PYSITELIB}/Pyrex/Compiler/Symtab.pyo
${PYSITELIB}/Pyrex/Compiler/TypeSlots.py
-${PYSITELIB}/Pyrex/Compiler/TypeSlots.pyc
-${PYSITELIB}/Pyrex/Compiler/TypeSlots.pyo
${PYSITELIB}/Pyrex/Compiler/Version.py
-${PYSITELIB}/Pyrex/Compiler/Version.pyc
-${PYSITELIB}/Pyrex/Compiler/Version.pyo
-${PYSITELIB}/Pyrex/Compiler/__init__.py
${PYSITELIB}/Pyrex/Compiler/__init__.pyc
+${PYSITELIB}/Pyrex/Compiler/CmdLine.pyc
+${PYSITELIB}/Pyrex/Compiler/Code.pyc
+${PYSITELIB}/Pyrex/Compiler/DebugFlags.pyc
+${PYSITELIB}/Pyrex/Compiler/Errors.pyc
+${PYSITELIB}/Pyrex/Compiler/ExprNodes.pyc
+${PYSITELIB}/Pyrex/Compiler/Lexicon.pyc
+${PYSITELIB}/Pyrex/Compiler/Main.pyc
+${PYSITELIB}/Pyrex/Compiler/Naming.pyc
+${PYSITELIB}/Pyrex/Compiler/Nodes.pyc
+${PYSITELIB}/Pyrex/Compiler/Options.pyc
+${PYSITELIB}/Pyrex/Compiler/Parsing.pyc
+${PYSITELIB}/Pyrex/Compiler/PyrexTypes.pyc
+${PYSITELIB}/Pyrex/Compiler/Scanning.pyc
+${PYSITELIB}/Pyrex/Compiler/Symtab.pyc
+${PYSITELIB}/Pyrex/Compiler/TypeSlots.pyc
+${PYSITELIB}/Pyrex/Compiler/Version.pyc
${PYSITELIB}/Pyrex/Compiler/__init__.pyo
-${PYSITELIB}/Pyrex/Debugging.py
-${PYSITELIB}/Pyrex/Debugging.pyc
-${PYSITELIB}/Pyrex/Debugging.pyo
+${PYSITELIB}/Pyrex/Compiler/CmdLine.pyo
+${PYSITELIB}/Pyrex/Compiler/Code.pyo
+${PYSITELIB}/Pyrex/Compiler/DebugFlags.pyo
+${PYSITELIB}/Pyrex/Compiler/Errors.pyo
+${PYSITELIB}/Pyrex/Compiler/ExprNodes.pyo
+${PYSITELIB}/Pyrex/Compiler/Lexicon.pyo
+${PYSITELIB}/Pyrex/Compiler/Main.pyo
+${PYSITELIB}/Pyrex/Compiler/Naming.pyo
+${PYSITELIB}/Pyrex/Compiler/Nodes.pyo
+${PYSITELIB}/Pyrex/Compiler/Options.pyo
+${PYSITELIB}/Pyrex/Compiler/Parsing.pyo
+${PYSITELIB}/Pyrex/Compiler/PyrexTypes.pyo
+${PYSITELIB}/Pyrex/Compiler/Scanning.pyo
+${PYSITELIB}/Pyrex/Compiler/Symtab.pyo
+${PYSITELIB}/Pyrex/Compiler/TypeSlots.pyo
+${PYSITELIB}/Pyrex/Compiler/Version.pyo
+${PYSITELIB}/Pyrex/Compiler/Lexicon.pickle
${PYSITELIB}/Pyrex/Distutils/__init__.py
-${PYSITELIB}/Pyrex/Distutils/__init__.pyc
-${PYSITELIB}/Pyrex/Distutils/__init__.pyo
${PYSITELIB}/Pyrex/Distutils/build_ext.py
+${PYSITELIB}/Pyrex/Distutils/__init__.pyc
${PYSITELIB}/Pyrex/Distutils/build_ext.pyc
+${PYSITELIB}/Pyrex/Distutils/__init__.pyo
${PYSITELIB}/Pyrex/Distutils/build_ext.pyo
+${PYSITELIB}/Pyrex/Mac/__init__.py
${PYSITELIB}/Pyrex/Mac/DarwinSystem.py
-${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyc
-${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyo
-${PYSITELIB}/Pyrex/Mac/DarwinTesting.py
-${PYSITELIB}/Pyrex/Mac/DarwinTesting.pyc
-${PYSITELIB}/Pyrex/Mac/DarwinTesting.pyo
-${PYSITELIB}/Pyrex/Mac/FileMarking.py
-${PYSITELIB}/Pyrex/Mac/FileMarking.pyc
-${PYSITELIB}/Pyrex/Mac/FileMarking.pyo
${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.py
-${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.pyo
-${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.py
-${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyo
${PYSITELIB}/Pyrex/Mac/MacSystem.py
-${PYSITELIB}/Pyrex/Mac/MacSystem.pyc
-${PYSITELIB}/Pyrex/Mac/MacSystem.pyo
-${PYSITELIB}/Pyrex/Mac/MacTesting.py
-${PYSITELIB}/Pyrex/Mac/MacTesting.pyc
-${PYSITELIB}/Pyrex/Mac/MacTesting.pyo
${PYSITELIB}/Pyrex/Mac/MacUtils.py
-${PYSITELIB}/Pyrex/Mac/MacUtils.pyc
-${PYSITELIB}/Pyrex/Mac/MacUtils.pyo
+${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.py
${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.py
-${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.pyo
${PYSITELIB}/Pyrex/Mac/PyServerMain.py
-${PYSITELIB}/Pyrex/Mac/PyServerMain.pyc
-${PYSITELIB}/Pyrex/Mac/PyServerMain.pyo
${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.py
-${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.pyo
-${PYSITELIB}/Pyrex/Mac/__init__.py
${PYSITELIB}/Pyrex/Mac/__init__.pyc
+${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyc
+${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.pyc
+${PYSITELIB}/Pyrex/Mac/MacSystem.pyc
+${PYSITELIB}/Pyrex/Mac/MacUtils.pyc
+${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyc
+${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.pyc
+${PYSITELIB}/Pyrex/Mac/PyServerMain.pyc
+${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.pyc
${PYSITELIB}/Pyrex/Mac/__init__.pyo
-${PYSITELIB}/Pyrex/Testing.py
-${PYSITELIB}/Pyrex/Testing.pyc
-${PYSITELIB}/Pyrex/Testing.pyo
-${PYSITELIB}/Pyrex/Utils.py
-${PYSITELIB}/Pyrex/Utils.pyc
-${PYSITELIB}/Pyrex/Utils.pyo
-${PYSITELIB}/Pyrex/__init__.py
+${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyo
+${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.pyo
+${PYSITELIB}/Pyrex/Mac/MacSystem.pyo
+${PYSITELIB}/Pyrex/Mac/MacUtils.pyo
+${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyo
+${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.pyo
+${PYSITELIB}/Pyrex/Mac/PyServerMain.pyo
+${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.pyo
+${PYSITELIB}/Pyrex/Plex/__init__.py
+${PYSITELIB}/Pyrex/Plex/Actions.py
+${PYSITELIB}/Pyrex/Plex/DFA.py
+${PYSITELIB}/Pyrex/Plex/Errors.py
+${PYSITELIB}/Pyrex/Plex/Lexicons.py
+${PYSITELIB}/Pyrex/Plex/Machines.py
+${PYSITELIB}/Pyrex/Plex/Regexps.py
+${PYSITELIB}/Pyrex/Plex/Scanners.py
+${PYSITELIB}/Pyrex/Plex/test_tm.py
+${PYSITELIB}/Pyrex/Plex/Timing.py
+${PYSITELIB}/Pyrex/Plex/Traditional.py
+${PYSITELIB}/Pyrex/Plex/Transitions.py
+${PYSITELIB}/Pyrex/Plex/__init__.pyc
+${PYSITELIB}/Pyrex/Plex/Actions.pyc
+${PYSITELIB}/Pyrex/Plex/DFA.pyc
+${PYSITELIB}/Pyrex/Plex/Errors.pyc
+${PYSITELIB}/Pyrex/Plex/Lexicons.pyc
+${PYSITELIB}/Pyrex/Plex/Machines.pyc
+${PYSITELIB}/Pyrex/Plex/Regexps.pyc
+${PYSITELIB}/Pyrex/Plex/Scanners.pyc
+${PYSITELIB}/Pyrex/Plex/test_tm.pyc
+${PYSITELIB}/Pyrex/Plex/Timing.pyc
+${PYSITELIB}/Pyrex/Plex/Traditional.pyc
+${PYSITELIB}/Pyrex/Plex/Transitions.pyc
+${PYSITELIB}/Pyrex/Plex/__init__.pyo
+${PYSITELIB}/Pyrex/Plex/Actions.pyo
+${PYSITELIB}/Pyrex/Plex/DFA.pyo
+${PYSITELIB}/Pyrex/Plex/Errors.pyo
+${PYSITELIB}/Pyrex/Plex/Lexicons.pyo
+${PYSITELIB}/Pyrex/Plex/Machines.pyo
+${PYSITELIB}/Pyrex/Plex/Regexps.pyo
+${PYSITELIB}/Pyrex/Plex/Scanners.pyo
+${PYSITELIB}/Pyrex/Plex/test_tm.pyo
+${PYSITELIB}/Pyrex/Plex/Timing.pyo
+${PYSITELIB}/Pyrex/Plex/Traditional.pyo
+${PYSITELIB}/Pyrex/Plex/Transitions.pyo
${PYSITELIB}/Pyrex/__init__.pyc
+${PYSITELIB}/Pyrex/Debugging.pyc
+${PYSITELIB}/Pyrex/Utils.pyc
${PYSITELIB}/Pyrex/__init__.pyo
+${PYSITELIB}/Pyrex/Debugging.pyo
+${PYSITELIB}/Pyrex/Utils.pyo
+@dirrm ${PYSITELIB}/Pyrex/Plex
@dirrm ${PYSITELIB}/Pyrex/Mac
@dirrm ${PYSITELIB}/Pyrex/Distutils
@dirrm ${PYSITELIB}/Pyrex/Compiler
@dirrm ${PYSITELIB}/Pyrex
-@dirrm ${PYSITELIB}/Plex
diff --git a/lang/py-pyrex/distinfo b/lang/py-pyrex/distinfo
index 167aaf433bd..6e37657ac13 100644
--- a/lang/py-pyrex/distinfo
+++ b/lang/py-pyrex/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/12/10 15:58:09 recht Exp $
+$NetBSD: distinfo,v 1.4 2004/05/28 22:15:15 recht Exp $
-SHA1 (Pyrex-0.9.tar.gz) = feb0df3f617933cb0e5fac7deae2baa23d8bcc21
-Size (Pyrex-0.9.tar.gz) = 184323 bytes
+SHA1 (Pyrex-0.9.2.1.tar.gz) = 3b7faf8ad36a4dd240b29842a618925deeb04d70
+Size (Pyrex-0.9.2.1.tar.gz) = 174521 bytes