openbsd-ports/lang/cython/pkg/PLIST
rpointel 91fe494c92 Import cython, from James Turner, with few tweaks by me and landry@.
ok landry@, benoit@. 
Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very efficient C code from Cython code.
This makes Cython a language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
2011-06-29 08:27:26 +00:00

312 lines
22 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/29 08:27:26 rpointel Exp $
bin/cygdb
bin/cython
lib/python${MODPY_VERSION}/site-packages/Cython/
lib/python${MODPY_VERSION}/site-packages/Cython-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/Cython/Build/
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Dependencies.py
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Dependencies.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Inline.py
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Inline.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/TestInline.py
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/TestInline.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/TestStripLiterals.py
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/TestStripLiterals.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Build/Tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Build/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Build/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/CodeWriter.py
lib/python${MODPY_VERSION}/site-packages/Cython/CodeWriter.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/AnalysedTreeTransforms.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/AnalysedTreeTransforms.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Annotate.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Annotate.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/AutoDocTransforms.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/AutoDocTransforms.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Buffer.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Buffer.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Builtin.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Builtin.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/CmdLine.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/CmdLine.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Code.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Code.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Code.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Code.so
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/CodeGeneration.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/CodeGeneration.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ControlFlow.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ControlFlow.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/CythonScope.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/CythonScope.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/DebugFlags.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/DebugFlags.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Errors.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Errors.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ExprNodes.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ExprNodes.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Future.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Future.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Interpreter.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Interpreter.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Lexicon.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Lexicon.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Lexicon.so
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Main.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Main.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ModuleNode.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ModuleNode.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Naming.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Naming.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Nodes.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Nodes.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Optimize.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Optimize.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Options.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Options.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ParseTreeTransforms.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ParseTreeTransforms.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/ParseTreeTransforms.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Parsing.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Parsing.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Parsing.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Parsing.so
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/PyrexTypes.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/PyrexTypes.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Scanning.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Scanning.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Scanning.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Scanning.so
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/StringEncoding.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/StringEncoding.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Symtab.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Symtab.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestBuffer.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestBuffer.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestDecorators.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestDecorators.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTreeFragment.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTreeFragment.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTreePath.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/TestTreePath.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TreeFragment.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TreeFragment.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TreePath.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TreePath.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TypeInference.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TypeInference.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TypeSlots.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/TypeSlots.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/UtilNodes.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/UtilNodes.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Version.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Version.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Visitor.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Visitor.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Visitor.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/Visitor.so
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Compiler/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Cygdb.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Cygdb.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/DebugWriter.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/DebugWriter.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/TestLibCython.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/TestLibCython.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/cfuncs.c
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/codefile
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/libcython.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/libcython.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/libpython.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugger/libpython.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Debugging.py
lib/python${MODPY_VERSION}/site-packages/Cython/Debugging.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/build_ext.py
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/build_ext.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/extension.py
lib/python${MODPY_VERSION}/site-packages/Cython/Distutils/extension.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python2.5.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_bool.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_buffer.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_bytes.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_cobject.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_complex.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_dict.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_exc.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_float.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_function.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_getargs.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_instance.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_int.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_iterator.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_list.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_long.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_mapping.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_mem.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_method.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_module.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_number.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_object.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_oldbuffer.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_pycapsule.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_ref.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_sequence.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_set.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_string.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_tuple.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_type.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_unicode.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_version.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/python_weakref.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/stdio.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/stdlib.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/Deprecated/stl.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/__init__.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/bool.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/buffer.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/bytes.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/cobject.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/complex.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/dict.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/exc.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/float.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/function.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/getargs.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/instance.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/int.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/iterator.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/list.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/long.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/mapping.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/mem.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/method.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/module.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/number.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/object.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/oldbuffer.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/pycapsule.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/pythread.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/ref.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/sequence.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/set.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/string.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/tuple.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/type.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/unicode.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/version.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/cpython/weakref.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/__init__.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/errno.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/float.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/limits.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/locale.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/math.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/signal.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/stddef.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/stdint.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/stdio.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/stdlib.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libc/string.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/__init__.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/deque.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/list.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/map.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/pair.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/queue.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/set.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/stack.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/utility.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/libcpp/vector.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/numpy.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/posix/
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/posix/__init__.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/posix/fcntl.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Includes/posix/unistd.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Actions.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Actions.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Actions.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Actions.so
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/DFA.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/DFA.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Errors.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Errors.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Lexicons.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Lexicons.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Machines.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Machines.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Regexps.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Regexps.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Scanners.pxd
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Scanners.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Scanners.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Scanners.so
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Timing.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Timing.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Traditional.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Traditional.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Transitions.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/Transitions.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Plex/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Runtime/
lib/python${MODPY_VERSION}/site-packages/Cython/Runtime/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Runtime/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Runtime/refnanny.pyx
lib/python${MODPY_VERSION}/site-packages/Cython/Runtime/refnanny.so
lib/python${MODPY_VERSION}/site-packages/Cython/Shadow.py
lib/python${MODPY_VERSION}/site-packages/Cython/Shadow.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/StringIOTree.py
lib/python${MODPY_VERSION}/site-packages/Cython/StringIOTree.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/TestUtils.py
lib/python${MODPY_VERSION}/site-packages/Cython/TestUtils.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/TestCodeWriter.py
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/TestCodeWriter.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/TestStringIOTree.py
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/TestStringIOTree.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/xmlrunner.py
lib/python${MODPY_VERSION}/site-packages/Cython/Tests/xmlrunner.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/Utils.py
lib/python${MODPY_VERSION}/site-packages/Cython/Utils.pyc
lib/python${MODPY_VERSION}/site-packages/Cython/__init__.py
lib/python${MODPY_VERSION}/site-packages/Cython/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/cython.py
lib/python${MODPY_VERSION}/site-packages/cython.pyc
lib/python${MODPY_VERSION}/site-packages/pyximport/
lib/python${MODPY_VERSION}/site-packages/pyximport/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyximport/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyximport/pyxbuild.py
lib/python${MODPY_VERSION}/site-packages/pyximport/pyxbuild.pyc
lib/python${MODPY_VERSION}/site-packages/pyximport/pyximport.py
lib/python${MODPY_VERSION}/site-packages/pyximport/pyximport.pyc