blob: 57cb4ccace31033a673364400de1c5908de020ff (
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
40
41
42
43
44
|
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
VERSION(7.0.0)
LICENSE(Apache-2.0)
PEERDIR(
contrib/deprecated/python/futures
contrib/deprecated/python/typing
contrib/python/monotonic
contrib/python/six
)
NO_LINT()
NO_CHECK_IMPORTS(
tenacity.tornadoweb
)
PY_SRCS(
TOP_LEVEL
tenacity/__init__.py
tenacity/_utils.py
tenacity/after.py
tenacity/before.py
tenacity/before_sleep.py
tenacity/compat.py
tenacity/nap.py
tenacity/retry.py
tenacity/stop.py
tenacity/tornadoweb.py
tenacity/wait.py
)
RESOURCE_FILES(
PREFIX contrib/python/tenacity/py2/
.dist-info/METADATA
.dist-info/top_level.txt
tenacity/py.typed
)
END()
|