           SPELL=gevent
         VERSION=1.0.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/g/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:95b8a24e53ad1ac135e63cb13942c5af6f7efb0fdb4fc2737759d07b09c2408b0d569dd30f63b45a342f81501211e98b5b6116ba9574c8a7801b9c551c14bd53
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://gevent.org/
      LICENSE[0]=MIT
         ENTERED=20150805
           SHORT="coroutine-based network library"
cat << EOF
gevent is a coroutine-based Python networking library.

Features include:

* Fast event loop based on libev.
* Lightweight execution units based on greenlet.
* Familiar API that re-uses concepts from the Python standard library.
* Cooperative sockets with SSL support.
* DNS queries performed through c-ares or a threadpool.
* Ability to use standard library and 3rd party modules written for standard
  blocking sockets
EOF
