ya.make 347 B

12345678910111213141516171819202122232425262728
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(3.0.5)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/funcsigs
  7. contrib/python/six
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. mock/__init__.py
  13. mock/mock.py
  14. )
  15. RESOURCE_FILES(
  16. PREFIX contrib/python/mock/py2/
  17. .dist-info/METADATA
  18. .dist-info/top_level.txt
  19. )
  20. END()