aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/tornado/tornado-4/ya.make
blob: 1efad046395a1db4df0e671e79b29291c317aa6c (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
OWNER(g:python-contrib dldmitry orivej) 
 
PY23_LIBRARY() 
 
LICENSE(Apache-2.0) 
 
VERSION(4.5.3) 
 
PROVIDES(tornado)

PEERDIR( 
    # because of ca bundle 
    contrib/python/certifi 
) 
 
IF (PYTHON2) 
    PEERDIR( 
        contrib/python/backports_abc 
        contrib/python/singledispatch 
    ) 
ENDIF() 
 
NO_CHECK_IMPORTS( 
    tornado.platform.* 
    tornado.curl_httpclient 
) 
 
NO_LINT() 
 
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/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/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()