aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/python/ipdb/py3/ya.make
blob: c4cf3958ede28a4e12824614ac666282353716ca (plain) (tree)





































                                                                            
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(0.13.13)

LICENSE(BSD-3-Clause)

PEERDIR(
    contrib/python/decorator
    contrib/python/ipython
)

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/py3/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    .dist-info/top_level.txt
)

END()