Commit graph

9 commits

Author SHA1 Message Date
Wen Heping
0f61adcf38 - Update to 0.12.1 2010-02-02 14:40:09 +00:00
Wen Heping
0981a6a5cc - Update to 0.12 2009-11-24 10:10:45 +00:00
Wen Heping
4eb52411c7 - Update to 0.11.3
- Update my mail address to FreeBSD

Approved by:	miwi(mentor)
Feature safe:	yes
2009-09-27 11:02:22 +00:00
Martin Wilke
04f69ecc28 - Update to 0.11.2
PR:		134884
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-05-29 12:00:45 +00:00
Martin Wilke
a56a041576 - Update to 0.11.1
Approved by:	maintainer implicit
2009-05-01 18:05:46 +00:00
Martin Wilke
1e52c09da2 - Update to 0.11
PR:		132663
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2009-03-15 19:48:19 +00:00
Martin Wilke
25fba2f553 - Update to 0.10.3
Approved by:	maintainer implicit
2008-12-26 23:00:05 +00:00
Martin Wilke
5990d7cc1f - Update to 0.10.2
PR:		129209
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-12-01 21:16:42 +00:00
Martin Wilke
dceb0f2d7d The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), 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 the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.

WWW:	http://www.cython.org/

PR:		ports/128722
Submitted by:	Wen Heping <wenhping at gmail.com>
2008-11-09 22:56:35 +00:00