pkgsrc/lang/py-pyrex/PLIST
wiz 10f0ef66c8 Update to 0.9.9, set LICENSE.
0.9.9
-----

New features:

  - C++ struct declarations, 'new' operator, and del for C++ delete.

  - As well as the 'not None' modifier for extension type arguments, there
    is now 'or None' to explicitly allow passing None. It is planned to make
    'not None' the default in a future version. For now, a warning is issued
    (once per Pyrex run) if you do not specify one or the other.

  - Extension types may have a 'nogc' option to suppress GC support.

Modifications:

  - Exceptions caught by an except clause are no longer put into the thread
    state and cannot be retrieved using sys.exc_info(). To access the caught
    exception, it must be bound to a name in the except clause. A third name
    can be supplied to capture the traceback.

  - PyString_InternFromString is now exposed under the name 'cintern' because
    it is not a complete substitute for 'intern' (it can't handle strings
    containing null bytes). [John Arbash Meinel]

  - Disabled size check for cimported types because it was generating too
    many false positives in the field.

  - Added __fastcall calling convention. Also no longer assuming that an
    unspecified calling convention is the same as __cdecl.

  - Operations between signed and unsigned ints of the same size now have
    an unsigned result.

  - Py_ssize_t now ranked between long and long long.

  - Declaration of __new__ in an extension type is now an error, in
    preparation for introducing new semantics.

  - Added size_t type, and made sizeof() return it.

Bug fixes:

  - When casting the result of a function call to a Python type, the
    function could be called twice. [David Martinez]

  - __Pyx_GetException was not taking account of the fact that the traceback
    could be NULL.

  - sizeof(module.typename) did not work. [Daniele Pianu]
2010-05-02 13:51:44 +00:00

147 lines
5.5 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2010/05/02 13:51:44 wiz Exp $
bin/pyrexc
${PYSITELIB}/Pyrex/Compiler/Builtin.py
${PYSITELIB}/Pyrex/Compiler/Builtin.pyc
${PYSITELIB}/Pyrex/Compiler/Builtin.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/Filenames.py
${PYSITELIB}/Pyrex/Compiler/Filenames.pyc
${PYSITELIB}/Pyrex/Compiler/Filenames.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/ModuleNode.py
${PYSITELIB}/Pyrex/Compiler/ModuleNode.pyc
${PYSITELIB}/Pyrex/Compiler/ModuleNode.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/Options.pyc
${PYSITELIB}/Pyrex/Compiler/Options.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/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/__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/build_ext.pyc
${PYSITELIB}/Pyrex/Distutils/build_ext.pyo
${PYSITELIB}/Pyrex/Distutils/extension.py
${PYSITELIB}/Pyrex/Distutils/extension.pyc
${PYSITELIB}/Pyrex/Distutils/extension.pyo
${PYSITELIB}/Pyrex/DistutilsOld/__init__.py
${PYSITELIB}/Pyrex/DistutilsOld/__init__.pyc
${PYSITELIB}/Pyrex/DistutilsOld/__init__.pyo
${PYSITELIB}/Pyrex/DistutilsOld/build_ext.py
${PYSITELIB}/Pyrex/DistutilsOld/build_ext.pyc
${PYSITELIB}/Pyrex/DistutilsOld/build_ext.pyo
${PYSITELIB}/Pyrex/Mac/DarwinSystem.py
${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyc
${PYSITELIB}/Pyrex/Mac/DarwinSystem.pyo
${PYSITELIB}/Pyrex/Mac/MacSystem.py
${PYSITELIB}/Pyrex/Mac/MacSystem.pyc
${PYSITELIB}/Pyrex/Mac/MacSystem.pyo
${PYSITELIB}/Pyrex/Mac/MacUtils.py
${PYSITELIB}/Pyrex/Mac/MacUtils.pyc
${PYSITELIB}/Pyrex/Mac/MacUtils.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/Mac/setup.py
${PYSITELIB}/Pyrex/Mac/setup.pyc
${PYSITELIB}/Pyrex/Mac/setup.pyo
${PYSITELIB}/Pyrex/Plex/Actions.py
${PYSITELIB}/Pyrex/Plex/Actions.pyc
${PYSITELIB}/Pyrex/Plex/Actions.pyo
${PYSITELIB}/Pyrex/Plex/DFA.py
${PYSITELIB}/Pyrex/Plex/DFA.pyc
${PYSITELIB}/Pyrex/Plex/DFA.pyo
${PYSITELIB}/Pyrex/Plex/Errors.py
${PYSITELIB}/Pyrex/Plex/Errors.pyc
${PYSITELIB}/Pyrex/Plex/Errors.pyo
${PYSITELIB}/Pyrex/Plex/Lexicons.py
${PYSITELIB}/Pyrex/Plex/Lexicons.pyc
${PYSITELIB}/Pyrex/Plex/Lexicons.pyo
${PYSITELIB}/Pyrex/Plex/Machines.py
${PYSITELIB}/Pyrex/Plex/Machines.pyc
${PYSITELIB}/Pyrex/Plex/Machines.pyo
${PYSITELIB}/Pyrex/Plex/Regexps.py
${PYSITELIB}/Pyrex/Plex/Regexps.pyc
${PYSITELIB}/Pyrex/Plex/Regexps.pyo
${PYSITELIB}/Pyrex/Plex/Scanners.py
${PYSITELIB}/Pyrex/Plex/Scanners.pyc
${PYSITELIB}/Pyrex/Plex/Scanners.pyo
${PYSITELIB}/Pyrex/Plex/Timing.py
${PYSITELIB}/Pyrex/Plex/Timing.pyc
${PYSITELIB}/Pyrex/Plex/Timing.pyo
${PYSITELIB}/Pyrex/Plex/Traditional.py
${PYSITELIB}/Pyrex/Plex/Traditional.pyc
${PYSITELIB}/Pyrex/Plex/Traditional.pyo
${PYSITELIB}/Pyrex/Plex/Transitions.py
${PYSITELIB}/Pyrex/Plex/Transitions.pyc
${PYSITELIB}/Pyrex/Plex/Transitions.pyo
${PYSITELIB}/Pyrex/Plex/__init__.py
${PYSITELIB}/Pyrex/Plex/__init__.pyc
${PYSITELIB}/Pyrex/Plex/__init__.pyo
${PYSITELIB}/Pyrex/Plex/test_tm.py
${PYSITELIB}/Pyrex/Plex/test_tm.pyc
${PYSITELIB}/Pyrex/Plex/test_tm.pyo
${PYSITELIB}/Pyrex/Unix/LinuxSystem.py
${PYSITELIB}/Pyrex/Unix/LinuxSystem.pyc
${PYSITELIB}/Pyrex/Unix/LinuxSystem.pyo
${PYSITELIB}/Pyrex/Unix/__init__.py
${PYSITELIB}/Pyrex/Unix/__init__.pyc
${PYSITELIB}/Pyrex/Unix/__init__.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