ya.make 413 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. SUBSCRIBER(manushkin g:python-contrib)
  4. VERSION(1.0.1)
  5. LICENSE(BSD-3-Clause)
  6. PEERDIR(
  7. contrib/python/setuptools
  8. contrib/python/wcwidth
  9. )
  10. NO_LINT()
  11. PY_SRCS(
  12. TOP_LEVEL
  13. prettytable.py
  14. )
  15. RESOURCE_FILES(
  16. PREFIX contrib/python/prettytable/py2/
  17. .dist-info/METADATA
  18. .dist-info/top_level.txt
  19. )
  20. END()
  21. RECURSE_FOR_TESTS(
  22. tests
  23. )