    MODULE=cython
   VERSION=3.2.9
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://github.com/cython/cython/releases/download/$VERSION
SOURCE_VFY=sha256:d249c9022ab13286b17bd66f30609e800c5f95efeecb06168990c7a66cecde6c
  WEB_SITE=http://cython.org/
   ENTERED=20120724
   UPDATED=20260724
  REPLACES=Cython
     SHORT="C extensions for Python"

cat << EOF
Cython is a language that makes writing C extensions for the Python language as
easy as Python itself. It is based on the well-known Pyrex, but supports more
cutting edge functionality and optimizations.
EOF
