ya.make 663 B

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