ya.make 473 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.25.0)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/PyYAML
  7. contrib/python/requests
  8. contrib/python/urllib3
  9. )
  10. NO_LINT()
  11. PY_SRCS(
  12. TOP_LEVEL
  13. responses/__init__.py
  14. responses/_recorder.py
  15. responses/matchers.py
  16. responses/registries.py
  17. )
  18. RESOURCE_FILES(
  19. PREFIX contrib/python/responses/py3/
  20. .dist-info/METADATA
  21. .dist-info/top_level.txt
  22. responses/py.typed
  23. )
  24. END()