pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-pyrex Update to 0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5980b9392a1b
branches:  trunk
changeset: 461340:5980b9392a1b
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Sep 14 17:40:02 2003 +0000

description:
Update to 0.8.1

Many improvements, fixes. See CHANGES.txt for a complete list.

diffstat:

 lang/py-pyrex/Makefile |    8 +-
 lang/py-pyrex/PLIST    |  204 ++++++++++++++++++++++++++++++------------------
 lang/py-pyrex/distinfo |    6 +-
 3 files changed, 134 insertions(+), 84 deletions(-)

diffs (255 lines):

diff -r 20c759d3a22b -r 5980b9392a1b lang/py-pyrex/Makefile
--- a/lang/py-pyrex/Makefile    Sun Sep 14 17:35:45 2003 +0000
+++ b/lang/py-pyrex/Makefile    Sun Sep 14 17:40:02 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:45:09 grant Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/14 17:40:02 recht Exp $
 
-DISTNAME=      Pyrex-0.5
-PKGNAME=       ${PYPKGPREFIX}-pyrex-0.5
+DISTNAME=      Pyrex-0.8.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
 CATEGORIES=    lang
 MASTER_SITES=  http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
 
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
 COMMENT=       A Language for Writing Python Extension Modules
 
-PYTHON_VERSIONS_ACCEPTED=       22      # the only one that builds
+PYTHON_VERSIONS_ACCEPTED=      23 23pth 22 22pth
 
 PYDISTUTILSPKG= # defined
 
diff -r 20c759d3a22b -r 5980b9392a1b lang/py-pyrex/PLIST
--- a/lang/py-pyrex/PLIST       Sun Sep 14 17:35:45 2003 +0000
+++ b/lang/py-pyrex/PLIST       Sun Sep 14 17:40:02 2003 +0000
@@ -1,90 +1,140 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/18 22:34:31 tsarna Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/14 17:40:02 recht Exp $
 bin/pyrexc
-${PYSITELIB}/Pyrex/__init__.py
-${PYSITELIB}/Pyrex/Utils.py
-${PYSITELIB}/Pyrex/Testing.py
-${PYSITELIB}/Pyrex/Debugging.py
-${PYSITELIB}/Pyrex/Compiler/__init__.py
-${PYSITELIB}/Pyrex/Compiler/Version.py
-${PYSITELIB}/Pyrex/Compiler/TypeSlots.py
-${PYSITELIB}/Pyrex/Compiler/Symtab.py
+${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/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/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/PyrexTypes.py
-${PYSITELIB}/Pyrex/Compiler/Parsing.py
-${PYSITELIB}/Pyrex/Compiler/Nodes.py
-${PYSITELIB}/Pyrex/Compiler/Naming.py
-${PYSITELIB}/Pyrex/Compiler/Main.py
-${PYSITELIB}/Pyrex/Compiler/ExprNodes.py
-${PYSITELIB}/Pyrex/Compiler/Errors.py
-${PYSITELIB}/Pyrex/Compiler/DebugFlags.py
-${PYSITELIB}/Pyrex/Compiler/Code.py
-${PYSITELIB}/Pyrex/Compiler/__init__.pyc
+${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/TypeSlots.pyc
-${PYSITELIB}/Pyrex/Compiler/Symtab.pyc
-${PYSITELIB}/Pyrex/Compiler/Scanning.pyc
-${PYSITELIB}/Pyrex/Compiler/PyrexTypes.pyc
-${PYSITELIB}/Pyrex/Compiler/Parsing.pyc
-${PYSITELIB}/Pyrex/Compiler/Nodes.pyc
-${PYSITELIB}/Pyrex/Compiler/Naming.pyc
-${PYSITELIB}/Pyrex/Compiler/Main.pyc
-${PYSITELIB}/Pyrex/Compiler/ExprNodes.pyc
-${PYSITELIB}/Pyrex/Compiler/Errors.pyc
-${PYSITELIB}/Pyrex/Compiler/DebugFlags.pyc
-${PYSITELIB}/Pyrex/Compiler/Code.pyc
-${PYSITELIB}/Pyrex/Compiler/Lexicon.pickle
+${PYSITELIB}/Pyrex/Compiler/Version.pyo
+${PYSITELIB}/Pyrex/Compiler/__init__.py
+${PYSITELIB}/Pyrex/Compiler/__init__.pyc
+${PYSITELIB}/Pyrex/Compiler/__init__.pyo
+${PYSITELIB}/Pyrex/Debugging.py
+${PYSITELIB}/Pyrex/Debugging.pyc
+${PYSITELIB}/Pyrex/Debugging.pyo
 ${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/Mac/__init__.py
-${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.py
-${PYSITELIB}/Pyrex/Mac/PyServerMain.py
-${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.py
+${PYSITELIB}/Pyrex/Distutils/build_ext.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/MacUtils.py
-${PYSITELIB}/Pyrex/Mac/MacTesting.py
+${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyc
+${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyo
 ${PYSITELIB}/Pyrex/Mac/MacSystem.py
-${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.py
-${PYSITELIB}/Pyrex/Mac/__init__.pyc
-${PYSITELIB}/Pyrex/Mac/TS_Misc_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/PyServerMain.pyc
+${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/PS_Misc_Suite.py
 ${PYSITELIB}/Pyrex/Mac/PS_Misc_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/MPW_Misc_Suite.pyc
-${PYSITELIB}/Pyrex/Mac/MacUtils.pyc
-${PYSITELIB}/Pyrex/Mac/MacTesting.pyc
-${PYSITELIB}/Pyrex/Mac/MacSystem.pyc
-${PYSITELIB}/Pyrex/Mac/Finder_Std_Suite.pyc
-${PYSITELIB}/Pyrex/__init__.pyc
-${PYSITELIB}/Pyrex/Utils.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/__init__.pyo
+${PYSITELIB}/Pyrex/Testing.py
 ${PYSITELIB}/Pyrex/Testing.pyc
-${PYSITELIB}/Pyrex/Debugging.pyc
-${PYSITELIB}/Plex/Actions.py
-${PYSITELIB}/Plex/DFA.py
-${PYSITELIB}/Plex/Errors.py
-${PYSITELIB}/Plex/Lexicons.py
-${PYSITELIB}/Plex/Machines.py
-${PYSITELIB}/Plex/Regexps.py
-${PYSITELIB}/Plex/Scanners.py
-${PYSITELIB}/Plex/test_tm.py
-${PYSITELIB}/Plex/Timing.py
-${PYSITELIB}/Plex/Traditional.py
-${PYSITELIB}/Plex/Transitions.py
-${PYSITELIB}/Plex/__init__.py
-${PYSITELIB}/Plex/Actions.pyc
-${PYSITELIB}/Plex/DFA.pyc
-${PYSITELIB}/Plex/Errors.pyc
-${PYSITELIB}/Plex/Lexicons.pyc
-${PYSITELIB}/Plex/Machines.pyc
-${PYSITELIB}/Plex/Regexps.pyc
-${PYSITELIB}/Plex/Scanners.pyc
-${PYSITELIB}/Plex/test_tm.pyc
-${PYSITELIB}/Plex/Timing.pyc
-${PYSITELIB}/Plex/Traditional.pyc
-${PYSITELIB}/Plex/Transitions.pyc
-${PYSITELIB}/Plex/__init__.pyc
+${PYSITELIB}/Pyrex/Testing.pyo
+${PYSITELIB}/Pyrex/Utils.py
+${PYSITELIB}/Pyrex/Utils.pyc
+${PYSITELIB}/Pyrex/Utils.pyo
+${PYSITELIB}/Pyrex/__init__.py
+${PYSITELIB}/Pyrex/__init__.pyc
+${PYSITELIB}/Pyrex/__init__.pyo
+@dirrm ${PYSITELIB}/Pyrex/Mac
+@dirrm ${PYSITELIB}/Pyrex/Distutils
 @dirrm ${PYSITELIB}/Pyrex/Compiler
-@dirrm ${PYSITELIB}/Pyrex/Distutils
-@dirrm ${PYSITELIB}/Pyrex/Mac
 @dirrm ${PYSITELIB}/Pyrex
 @dirrm ${PYSITELIB}/Plex
diff -r 20c759d3a22b -r 5980b9392a1b lang/py-pyrex/distinfo
--- a/lang/py-pyrex/distinfo    Sun Sep 14 17:35:45 2003 +0000
+++ b/lang/py-pyrex/distinfo    Sun Sep 14 17:40:02 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/12/18 22:34:30 tsarna Exp $
+$NetBSD: distinfo,v 1.2 2003/09/14 17:40:02 recht Exp $
 
-SHA1 (Pyrex-0.5.tar.gz) = c597dc8c0b4260f65c3940c114a532b0666843c0
-Size (Pyrex-0.5.tar.gz) = 127784 bytes
+SHA1 (Pyrex-0.8.1.tar.gz) = 52b5bc0040ad05c0a26ca86a858a804a23c50966
+Size (Pyrex-0.8.1.tar.gz) = 153870 bytes



Home | Main Index | Thread Index | Old Index