          MODULE=cython
         VERSION=3.2.4
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/cython/cython/releases/download/$VERSION
      SOURCE_VFY=sha256:84226ecd313b233da27dc2eb3601b4f222b8209c3a7216d8733b031da1dc64e6
        WEB_SITE=http://cython.org/
         ENTERED=20120724
         UPDATED=20260105
        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 python2 itself. It is based on the well-known Pyrex, but supports more
cutting edge functionality and optimizations.
EOF
