          MODULE=python2-typing
         VERSION=3.6.6
          SOURCE=typing-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/typing-$VERSION
      SOURCE_URL=https://pypi.io/packages/source/t/typing/
      SOURCE_VFY=sha256:4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d
        WEB_SITE=https://pypi.python.org/pypi/typing/
            TYPE=python2
         ENTERED=20180302
         UPDATED=20190101
           SHORT="Type Hints for Python"

cat << EOF
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.
EOF
