           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:1af6ee35722fdbfa252782e1ddd0b457c2f742a326d582b0d187641450977b5437b867f559ba10750b80d20d6dd18baffeb54b1b919ec75861bbc6d771721328
        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
