Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: Pyrex | Distribution: Unknown |
Version: 0.9.2.1 | Vendor: ATrpms.net |
Release: 3_4.el3.at | Build date: Tue Aug 29 23:33:16 2006 |
Group: Development/Languages | Build host: el3.atrpms.net |
Size: 2039403 | Source RPM: Pyrex-0.9.2.1-3_4.el3.at.src.rpm |
Packager: ATrpms <http://ATrpms.net/> | |
Url: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ | |
Summary: A compiler/language for writing Python extension modules. |
Pyrex is Python with C types. It is specially designed to allow you to write extension modules for Python that have the speed of C and the simplicity and readability of Python. You write your code in a Python-like language with C-typed variables, then use the pyrexc compiler to transform it into a C representation. This is useful for speeding up critical sections of your Python code or wrapping an external library. Please see the documentation for how to get the best performance from your code.
Public Domain
* Mon Nov 08 2004 Jeremy Katz <katzj@redhat.com> - 0:0.9.2.1-3 - rebuild against python 2.4 * Thu Aug 19 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9.2.1-2 - Added Steve Grubb's spec file patch (RH Bug #130200) * Sat Jun 26 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9.2.1-1 - New upstream version - Pyrex-0.9-split-base-types.patch synced for new version * Wed Jun 16 2004 Elliot Lee <sopwith@redhat.com> - rebuilt * Fri Jun 04 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-5 - Built to rawhide * Thu May 20 2004 Florian La Roche <Florian.LaRoche@redhat.de> - use rpm macros to determine lib64 usage * Sat Apr 24 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-3 - Added Pyrex-0.9-split-base-types.patch which fixes long unsigned int bug showing up in dbus python binding builds for the x86_64 arch - Added regex hack to spec to work around a bug in python's distutils which would install files into /usr/lib instead of /usr/lib64 on 64 bit archs * Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-2 - Was informed that the epoch change was not needed so the epoch was reverted back to 0 * Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com> - 1:0.9-1 - Upped the epoch so as to avoid clashes with the Fedora extra package * Tue Apr 20 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-1 - Transfered to Red Hat Fedora's main tree - Removed need for LONG_LONG patch * Mon Feb 02 2004 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.4 - Removed the site-packages directory from the directories owned by the package * Mon Feb 02 2004 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.3 - My mistake: rpm automatically removes %ghost files, no need to script it manually. - python distutils --record=FILE option doesn't record directories so include the site-packages/[directories] manually * Wed Jan 15 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.2 - Merge changes from Michel Alexandre Salim <salimma[AT]users.sf.net> + Require build system's python version because directories are named pythonX.Y + Create *.pyo files and %ghost them (Privleged user with python optimize turned on may generate them, but they aren't needed for operation. + Do not include the Mac Pyrex compiler stuff + Change license to Public Domain - Script to remove any %ghost files on package removal - Patch around an incompatible change between python 2.2 and python 2.3's definition of LONG_LONG being renamed to PY_LONG_LONG * Thu Jan 09 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.1 - Initial RPM release.
/usr/bin/pyrexc /usr/lib/python2.2/site-packages/Pyrex /usr/lib/python2.2/site-packages/Pyrex/Compiler /usr/lib/python2.2/site-packages/Pyrex/Compiler/CmdLine.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/CmdLine.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/CmdLine.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Code.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Code.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Code.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/DebugFlags.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/DebugFlags.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/DebugFlags.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Errors.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Errors.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Errors.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/ExprNodes.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/ExprNodes.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/ExprNodes.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Lexicon.pickle /usr/lib/python2.2/site-packages/Pyrex/Compiler/Lexicon.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Lexicon.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Lexicon.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Main.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Main.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Main.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Naming.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Naming.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Naming.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Nodes.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Nodes.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Nodes.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Options.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Options.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Options.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Parsing.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Parsing.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Parsing.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/PyrexTypes.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/PyrexTypes.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/PyrexTypes.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Scanning.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Scanning.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Scanning.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Symtab.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Symtab.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Symtab.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/TypeSlots.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/TypeSlots.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/TypeSlots.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/Version.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/Version.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/Version.pyo /usr/lib/python2.2/site-packages/Pyrex/Compiler/__init__.py /usr/lib/python2.2/site-packages/Pyrex/Compiler/__init__.pyc /usr/lib/python2.2/site-packages/Pyrex/Compiler/__init__.pyo /usr/lib/python2.2/site-packages/Pyrex/Debugging.py /usr/lib/python2.2/site-packages/Pyrex/Debugging.pyc /usr/lib/python2.2/site-packages/Pyrex/Debugging.pyo /usr/lib/python2.2/site-packages/Pyrex/Distutils /usr/lib/python2.2/site-packages/Pyrex/Distutils/__init__.py /usr/lib/python2.2/site-packages/Pyrex/Distutils/__init__.pyc /usr/lib/python2.2/site-packages/Pyrex/Distutils/__init__.pyo /usr/lib/python2.2/site-packages/Pyrex/Distutils/build_ext.py /usr/lib/python2.2/site-packages/Pyrex/Distutils/build_ext.pyc /usr/lib/python2.2/site-packages/Pyrex/Distutils/build_ext.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex /usr/lib/python2.2/site-packages/Pyrex/Plex/Actions.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Actions.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Actions.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/DFA.py /usr/lib/python2.2/site-packages/Pyrex/Plex/DFA.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/DFA.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Errors.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Errors.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Errors.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Lexicons.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Lexicons.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Lexicons.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Machines.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Machines.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Machines.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Regexps.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Regexps.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Regexps.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Scanners.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Scanners.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Scanners.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Timing.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Timing.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Timing.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Traditional.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Traditional.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Traditional.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/Transitions.py /usr/lib/python2.2/site-packages/Pyrex/Plex/Transitions.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/Transitions.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/__init__.py /usr/lib/python2.2/site-packages/Pyrex/Plex/__init__.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/__init__.pyo /usr/lib/python2.2/site-packages/Pyrex/Plex/test_tm.py /usr/lib/python2.2/site-packages/Pyrex/Plex/test_tm.pyc /usr/lib/python2.2/site-packages/Pyrex/Plex/test_tm.pyo /usr/lib/python2.2/site-packages/Pyrex/Utils.py /usr/lib/python2.2/site-packages/Pyrex/Utils.pyc /usr/lib/python2.2/site-packages/Pyrex/Utils.pyo /usr/lib/python2.2/site-packages/Pyrex/__init__.py /usr/lib/python2.2/site-packages/Pyrex/__init__.pyc /usr/lib/python2.2/site-packages/Pyrex/__init__.pyo /usr/share/doc/Pyrex-0.9.2.1 /usr/share/doc/Pyrex-0.9.2.1/CHANGES.txt /usr/share/doc/Pyrex-0.9.2.1/Demos /usr/share/doc/Pyrex-0.9.2.1/Demos/Makefile /usr/share/doc/Pyrex-0.9.2.1/Demos/Makefile.nodistutils /usr/share/doc/Pyrex-0.9.2.1/Demos/Setup.py /usr/share/doc/Pyrex-0.9.2.1/Demos/callback /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/Makefile /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/Makefile.nodistutils /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/README.txt /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/Setup.py /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/cheese.pyx /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/cheesefinder.c /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/cheesefinder.h /usr/share/doc/Pyrex-0.9.2.1/Demos/callback/run_cheese.py /usr/share/doc/Pyrex-0.9.2.1/Demos/embed /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/Makefile /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/Makefile.msc /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/Makefile.msc.static /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/Makefile.unix /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/README /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/embedded.pyx /usr/share/doc/Pyrex-0.9.2.1/Demos/embed/main.c /usr/share/doc/Pyrex-0.9.2.1/Demos/numeric_demo.pyx /usr/share/doc/Pyrex-0.9.2.1/Demos/primes.pyx /usr/share/doc/Pyrex-0.9.2.1/Demos/pyprimes.py /usr/share/doc/Pyrex-0.9.2.1/Demos/run_numeric_demo.py /usr/share/doc/Pyrex-0.9.2.1/Demos/run_primes.py /usr/share/doc/Pyrex-0.9.2.1/Demos/run_spam.py /usr/share/doc/Pyrex-0.9.2.1/Demos/spam.pyx /usr/share/doc/Pyrex-0.9.2.1/Doc /usr/share/doc/Pyrex-0.9.2.1/Doc/About.html /usr/share/doc/Pyrex-0.9.2.1/Doc/FAQ.html /usr/share/doc/Pyrex-0.9.2.1/Doc/extension_types.html /usr/share/doc/Pyrex-0.9.2.1/Doc/index.html /usr/share/doc/Pyrex-0.9.2.1/Doc/overview.html /usr/share/doc/Pyrex-0.9.2.1/Doc/primes.c /usr/share/doc/Pyrex-0.9.2.1/Doc/sharing.html /usr/share/doc/Pyrex-0.9.2.1/Doc/special_methods.html /usr/share/doc/Pyrex-0.9.2.1/README.txt /usr/share/doc/Pyrex-0.9.2.1/ToDo.txt /usr/share/doc/Pyrex-0.9.2.1/Tools /usr/share/doc/Pyrex-0.9.2.1/Tools/pyrex-mode.el /usr/share/doc/Pyrex-0.9.2.1/Tools/pyrex.st /usr/share/doc/Pyrex-0.9.2.1/USAGE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 09:09:26 2024