# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
python.versions 27 35 36 37 38
maintainers {stromnov @stromnov} openmaintainer
description Scalable, non-blocking web server and related tools
Tornado is an open source version of the scalable, non-blocking web server \
and tools that power FriendFeed. The FriendFeed application is written \
using a web framework that looks a bit like web.py or Google's webapp, \
but with additional tools and optimizations to take advantage of the \
underlying non-blocking infrastructure.
homepage https://www.tornadoweb.org/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 ada4b4de7daef1b2d37400c0b5d5846533e216fa \
sha256 c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9 \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
conflicts py${python.version}-tornado5
if {${python.version} eq 27} {
distname ${python.rootname}-${version}
checksums rmd160 c5352ef0fe39e4877cab97f2ec7258d455158317 \
sha256 4e5158d97583502a7e2739951553cbd88a72076f152b4b11b64b9a10c4c49409 \
depends_lib-append port:py${python.version}-backports_abc \
port:py${python.version}-certifi \
port:py${python.version}-futures \
port:py${python.version}-monotonic \
port:py${python.version}-singledispatch