ya.make 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(3.8.1)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/aiosignal
  7. contrib/python/async-timeout
  8. contrib/python/attrs
  9. contrib/python/charset-normalizer
  10. contrib/python/frozenlist
  11. contrib/python/multidict
  12. contrib/python/yarl
  13. contrib/restricted/llhttp
  14. )
  15. ADDINCL(
  16. contrib/restricted/llhttp/include
  17. contrib/python/aiohttp/aiohttp
  18. FOR cython contrib/python/aiohttp
  19. )
  20. NO_COMPILER_WARNINGS()
  21. NO_LINT()
  22. NO_CHECK_IMPORTS(
  23. aiohttp.pytest_plugin
  24. aiohttp.worker
  25. )
  26. SRCS(
  27. aiohttp/_find_header.c
  28. )
  29. PY_SRCS(
  30. TOP_LEVEL
  31. aiohttp/__init__.py
  32. aiohttp/_helpers.pyi
  33. aiohttp/abc.py
  34. aiohttp/base_protocol.py
  35. aiohttp/client.py
  36. aiohttp/client_exceptions.py
  37. aiohttp/client_proto.py
  38. aiohttp/client_reqrep.py
  39. aiohttp/client_ws.py
  40. aiohttp/connector.py
  41. aiohttp/cookiejar.py
  42. aiohttp/formdata.py
  43. aiohttp/hdrs.py
  44. aiohttp/helpers.py
  45. aiohttp/http.py
  46. aiohttp/http_exceptions.py
  47. aiohttp/http_parser.py
  48. aiohttp/http_websocket.py
  49. aiohttp/http_writer.py
  50. aiohttp/locks.py
  51. aiohttp/log.py
  52. aiohttp/multipart.py
  53. aiohttp/payload.py
  54. aiohttp/payload_streamer.py
  55. aiohttp/pytest_plugin.py
  56. aiohttp/resolver.py
  57. aiohttp/streams.py
  58. aiohttp/tcp_helpers.py
  59. aiohttp/test_utils.py
  60. aiohttp/tracing.py
  61. aiohttp/typedefs.py
  62. aiohttp/web.py
  63. aiohttp/web_app.py
  64. aiohttp/web_exceptions.py
  65. aiohttp/web_fileresponse.py
  66. aiohttp/web_log.py
  67. aiohttp/web_middlewares.py
  68. aiohttp/web_protocol.py
  69. aiohttp/web_request.py
  70. aiohttp/web_response.py
  71. aiohttp/web_routedef.py
  72. aiohttp/web_runner.py
  73. aiohttp/web_server.py
  74. aiohttp/web_urldispatcher.py
  75. aiohttp/web_ws.py
  76. aiohttp/worker.py
  77. CYTHON_C
  78. aiohttp/_helpers.pyx
  79. aiohttp/_http_parser.pyx
  80. aiohttp/_http_writer.pyx
  81. aiohttp/_websocket.pyx
  82. )
  83. RESOURCE_FILES(
  84. PREFIX contrib/python/aiohttp/
  85. .dist-info/METADATA
  86. .dist-info/top_level.txt
  87. aiohttp/py.typed
  88. )
  89. END()