           SPELL=typing
         VERSION=3.7.4.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.io/packages/source/t/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:01d3d33bf3264a8929242d58ffa3b6a897a9ce23cb84858871146ed516a6ef2fc222d3001bb5197276da1a374ae243f0ceab0325ae8675ef0ffb76df5065ae1e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://docs.python.org/3/library/typing.html
      LICENSE[0]=PYTHON
         ENTERED=20170918
        KEYWORDS="python"
           SHORT="type hints for Python"
cat << EOF
This is a backport of the standard library typing module to Python versions
older than 3.5.

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
