           SPELL=bjoern
         VERSION=1.4.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.org/packages/source/b/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:a044067b18aa7ad9159a8682005137afbe99774804da8dddda4a4dab0ab34f52581e6bf9d9a5a7a9a13775408de2b88204f8c9f5a64f7e72bd21fa97d1e52b58
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/jonashaag/bjoern
      LICENSE[0]=BSD
         ENTERED=20170731
        KEYWORDS="python wsgi"
           SHORT="screamingly fast Python WSGI server written in C"
cat << EOF
bjoern is the fastest, smallest and most lightweight WSGI server out there,
featuring:

- ~ 1000 lines of C code
- Memory footprint ~ 600KB
- Single-threaded and without coroutines or other crap
- Can bind to TCP host:port addresses and Unix sockets
- Full persistent connection ("keep-alive") support in both HTTP/1.0 and 1.1,
  including support for HTTP/1.1 chunked responses
EOF
