NOTICE: This package has been removed from pkgsrc

./lang/cython, C-Extensions for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.12.1, Package name: cython-0.12.1, Maintainer: jihbed.research

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.


Required to run:
[lang/python26]

Master sites:

SHA1: a56859f0b17e9db15da6f292f6a79ac47195e5f7
RMD160: d1690e1f308bda8dd332cbded831bae59ba03207
Filesize: 522.694 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-16 12:14:22 by Kamel Derouiche | Files touched by this commit (4) | Package removed
Log message:

	wip-changes:
	===========
	o delete package clone 
   2010-05-06 18:00:53 by Kamel Derouiche | Files touched by this commit (3) | Package updated
Log message:

	wip-change:
	----------
	o update version 0.12 --> 0.12.1
	o change maintainer move to jihbed.research@gmail.com
	o active testing package
	o change comment 
   2009-12-03 10:10:00 by Kamel Derouiche | Files touched by this commit (3) | Package updated
Log message:

	o update version 0.11.3 -> 0.12
	o added documentation 
	==============
	preview: optimized for netbsd
   2009-10-27 13:25:51 by Kamel Derouiche | Files touched by this commit (3) | Package updated
Log message:

	o update version
   2009-08-10 23:12:51 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import cython-0.11.2 as wip/cython.

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.