          MODULE=cython
         VERSION=3.2.2
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/cython/cython/releases/download/$VERSION
      SOURCE_VFY=sha256:c3add3d483acc73129a61d105389344d792c17e7c1cee24863f16416bd071634
        WEB_SITE=http://cython.org/
         ENTERED=20120724
         UPDATED=20251203
        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
