           SPELL=cython
         VERSION=0.14.1
          SOURCE=Cython-${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Cython-${VERSION}"
   SOURCE_URL[0]=http://www.cython.org/release/${SOURCE}
   SOURCE_URL[1]=http://pypi.python.org/packages/source/C/Cython/${SOURCE}
     SOURCE_HASH=sha512:d51f0759cf3916cad2afe95a52aa390f7f302eb2c0bf5b8fd02f407061fadbad891b2cca6516ad194e8b27985e7d3da978c40b21c6e90a95b0701d6112e35bdf
        WEB_SITE=http://www.cython.org/
         ENTERED=20100106
      LICENSE[0]=APACHE
        KEYWORDS="python C"
           SHORT="C-Extensions for Python"
cat << EOF
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 the ideal language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
EOF
