ya.make 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. PROVIDES(tornado)
  4. VERSION(6.4)
  5. LICENSE(Apache-2.0)
  6. NO_COMPILER_WARNINGS()
  7. NO_LINT()
  8. NO_CHECK_IMPORTS(
  9. tornado.curl_httpclient
  10. tornado.platform.*
  11. )
  12. SRCS(
  13. tornado/speedups.c
  14. )
  15. PY_REGISTER(
  16. tornado.speedups
  17. )
  18. PY_SRCS(
  19. TOP_LEVEL
  20. tornado/__init__.py
  21. tornado/_locale_data.py
  22. tornado/auth.py
  23. tornado/autoreload.py
  24. tornado/concurrent.py
  25. tornado/curl_httpclient.py
  26. tornado/escape.py
  27. tornado/gen.py
  28. tornado/http1connection.py
  29. tornado/httpclient.py
  30. tornado/httpserver.py
  31. tornado/httputil.py
  32. tornado/ioloop.py
  33. tornado/iostream.py
  34. tornado/locale.py
  35. tornado/locks.py
  36. tornado/log.py
  37. tornado/netutil.py
  38. tornado/options.py
  39. tornado/platform/__init__.py
  40. tornado/platform/asyncio.py
  41. tornado/platform/caresresolver.py
  42. tornado/platform/twisted.py
  43. tornado/process.py
  44. tornado/queues.py
  45. tornado/routing.py
  46. tornado/simple_httpclient.py
  47. tornado/tcpclient.py
  48. tornado/tcpserver.py
  49. tornado/template.py
  50. tornado/testing.py
  51. tornado/util.py
  52. tornado/web.py
  53. tornado/websocket.py
  54. tornado/wsgi.py
  55. )
  56. RESOURCE_FILES(
  57. PREFIX contrib/python/tornado/tornado-6/
  58. .dist-info/METADATA
  59. .dist-info/top_level.txt
  60. tornado/py.typed
  61. )
  62. END()