          MODULE=python-typing
         VERSION=3.10.0.0
          SOURCE=typing-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/typing-$VERSION
      SOURCE_URL=https://pypi.io/packages/source/t/typing/
      SOURCE_VFY=sha256:13b4ad211f54ddbf93e5901a9967b1e07720c1d1b78d596ac6a439641aa1b130
        WEB_SITE=https://pypi.python.org/pypi/typing/
            TYPE=python3
         ENTERED=20210420
         UPDATED=20211211
           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
