blob: c4cf3958ede28a4e12824614ac666282353716ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# 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()
|