6 , backports_ssl_match_hostname
13 buildPythonPackage rec {
17 propagatedBuildInputs = lib.optionals isPy27 [ backports_abc certifi singledispatch backports_ssl_match_hostname futures ];
19 # We specify the name of the test files to prevent
20 # https://github.com/NixOS/nixpkgs/issues/14634
22 ${python.interpreter} -m unittest discover *_test.py
26 inherit pname version;
27 sha256 = "02jzd23l4r6fswmwxaica9ldlyc2p6q8dk6dyff7j58fmdzf853d";
30 __darwinAllowLocalNetworking = true;
33 description = "A web framework and asynchronous networking library";
34 homepage = "https://www.tornadoweb.org/";
35 license = lib.licenses.asl20;