| SUMMARY = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed." |
| DESCRIPTION = "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." |
| HOMEPAGE = "http://www.tornadoweb.org/en/stable/" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| SRC_URI[sha256sum] = "d68f3192936ff2c4add04dc21a436a43b4408d466746b78bb2b9d0a53a18683f" |
| # Requires _compression which is currently located in misc |
| python3-multiprocessing \ |
| RDEPENDS:${PN}-test += "python3-unittest" |
| ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |