12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- VERSION(0.13.13)
- LICENSE(BSD-3-Clause)
- PEERDIR(
- contrib/python/decorator
- contrib/python/ipython
- contrib/python/toml
- )
- NO_LINT()
- NO_CHECK_IMPORTS(
- # Modules presented below leads to initialization of pdb,
- # which try to create ~/.ipython/profile_default/history.sqlite-journal,
- # due to which import tests may crash
- ipdb.__init__
- ipdb.__main__
- ipdb.stdout
- )
- PY_SRCS(
- TOP_LEVEL
- ipdb/__init__.py
- ipdb/__main__.py
- ipdb/stdout.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/ipdb/py2/
- .dist-info/METADATA
- .dist-info/entry_points.txt
- .dist-info/top_level.txt
- )
- END()
|