ya.make 687 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(0.13.13)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/decorator
  7. contrib/python/ipython
  8. contrib/python/toml
  9. )
  10. NO_LINT()
  11. NO_CHECK_IMPORTS(
  12. # Modules presented below leads to initialization of pdb,
  13. # which try to create ~/.ipython/profile_default/history.sqlite-journal,
  14. # due to which import tests may crash
  15. ipdb.__init__
  16. ipdb.__main__
  17. ipdb.stdout
  18. )
  19. PY_SRCS(
  20. TOP_LEVEL
  21. ipdb/__init__.py
  22. ipdb/__main__.py
  23. ipdb/stdout.py
  24. )
  25. RESOURCE_FILES(
  26. PREFIX contrib/python/ipdb/py2/
  27. .dist-info/METADATA
  28. .dist-info/entry_points.txt
  29. .dist-info/top_level.txt
  30. )
  31. END()