blob: e806b97ba166dd63d1b35bd83d2a58e6fea26135 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
# Generated by devtools/yamaker (pypi).
PY23_LIBRARY()
PROVIDES(tornado)
VERSION(4.5.3)
LICENSE(Apache-2.0)
PEERDIR(
contrib/python/certifi
)
IF (PYTHON2)
PEERDIR(
contrib/deprecated/python/backports-abc
contrib/deprecated/python/singledispatch
)
ENDIF()
NO_COMPILER_WARNINGS()
NO_EXTENDED_SOURCE_SEARCH()
NO_LINT()
NO_CHECK_IMPORTS(
tornado.curl_httpclient
tornado.platform.*
)
SRCS(
tornado/speedups.c
)
PY_SRCS(
TOP_LEVEL
tornado/__init__.py
tornado/_locale_data.py
tornado/auth.py
tornado/autoreload.py
tornado/concurrent.py
tornado/curl_httpclient.py
tornado/escape.py
tornado/gen.py
tornado/http1connection.py
tornado/httpclient.py
tornado/httpserver.py
tornado/httputil.py
tornado/ioloop.py
tornado/iostream.py
tornado/locale.py
tornado/locks.py
tornado/log.py
tornado/netutil.py
tornado/options.py
tornado/platform/__init__.py
tornado/platform/asyncio.py
tornado/platform/auto.py
tornado/platform/auto.pyi
tornado/platform/caresresolver.py
tornado/platform/common.py
tornado/platform/epoll.py
tornado/platform/interface.py
tornado/platform/kqueue.py
tornado/platform/posix.py
tornado/platform/select.py
tornado/platform/twisted.py
tornado/platform/windows.py
tornado/process.py
tornado/queues.py
tornado/routing.py
tornado/simple_httpclient.py
tornado/speedups.pyi
tornado/stack_context.py
tornado/tcpclient.py
tornado/tcpserver.py
tornado/template.py
tornado/testing.py
tornado/util.py
tornado/web.py
tornado/websocket.py
tornado/wsgi.py
)
RESOURCE_FILES(
PREFIX contrib/python/tornado/tornado-4/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
|