ya.make 807 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(2.27.1)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/certifi
  7. contrib/python/chardet
  8. contrib/python/idna
  9. contrib/python/urllib3
  10. )
  11. NO_LINT()
  12. PY_SRCS(
  13. TOP_LEVEL
  14. requests/__init__.py
  15. requests/__version__.py
  16. requests/_internal_utils.py
  17. requests/adapters.py
  18. requests/api.py
  19. requests/auth.py
  20. requests/certs.py
  21. requests/compat.py
  22. requests/cookies.py
  23. requests/exceptions.py
  24. requests/help.py
  25. requests/hooks.py
  26. requests/models.py
  27. requests/packages.py
  28. requests/sessions.py
  29. requests/status_codes.py
  30. requests/structures.py
  31. requests/utils.py
  32. )
  33. RESOURCE_FILES(
  34. PREFIX contrib/python/requests/py2/
  35. .dist-info/METADATA
  36. .dist-info/top_level.txt
  37. )
  38. END()