1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- PROVIDES(tornado)
- VERSION(6.4)
- LICENSE(Apache-2.0)
- NO_COMPILER_WARNINGS()
- NO_LINT()
- NO_CHECK_IMPORTS(
- tornado.curl_httpclient
- tornado.platform.*
- )
- SRCS(
- tornado/speedups.c
- )
- PY_REGISTER(
- tornado.speedups
- )
- 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/caresresolver.py
- tornado/platform/twisted.py
- tornado/process.py
- tornado/queues.py
- tornado/routing.py
- tornado/simple_httpclient.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-6/
- .dist-info/METADATA
- .dist-info/top_level.txt
- tornado/py.typed
- )
- END()
|