ya.make 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.27.0)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/anyio
  7. contrib/python/certifi
  8. contrib/python/httpcore
  9. contrib/python/idna
  10. contrib/python/sniffio
  11. )
  12. NO_LINT()
  13. NO_CHECK_IMPORTS(
  14. httpx._main
  15. )
  16. PY_SRCS(
  17. TOP_LEVEL
  18. httpx/__init__.py
  19. httpx/__version__.py
  20. httpx/_api.py
  21. httpx/_auth.py
  22. httpx/_client.py
  23. httpx/_compat.py
  24. httpx/_config.py
  25. httpx/_content.py
  26. httpx/_decoders.py
  27. httpx/_exceptions.py
  28. httpx/_main.py
  29. httpx/_models.py
  30. httpx/_multipart.py
  31. httpx/_status_codes.py
  32. httpx/_transports/__init__.py
  33. httpx/_transports/asgi.py
  34. httpx/_transports/base.py
  35. httpx/_transports/default.py
  36. httpx/_transports/mock.py
  37. httpx/_transports/wsgi.py
  38. httpx/_types.py
  39. httpx/_urlparse.py
  40. httpx/_urls.py
  41. httpx/_utils.py
  42. )
  43. RESOURCE_FILES(
  44. PREFIX contrib/python/httpx/
  45. .dist-info/METADATA
  46. .dist-info/entry_points.txt
  47. .dist-info/top_level.txt
  48. httpx/py.typed
  49. )
  50. END()