           SPELL=tornado
         VERSION=4.4.2
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.io/packages/source/t/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:f330bc62433576708e3c566577cede07c54c19996f374df82d5abc19a669ade549e7b6c27dcae3d421921fec506fae39473443cdb04692553c5ea2f8ec11a327
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
      LICENSE[0]=APACHE
        WEB_SITE=http://www.tornadoweb.org
         ENTERED=20161223
           SHORT="scalable, non-blocking web server"
cat << EOF
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O, Tornado
can scale to tens of thousands of open connections, making it ideal for long
polling, WebSockets, and other applications that require a long-lived connection
to each user.
EOF
