ya.make 1.8 KB

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