blob: 56cf178d140fed6ee6c0e40c80f6d60439d5bc05 (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(9.1.2)
LICENSE(Apache-2.0)
NO_LINT()
NO_CHECK_IMPORTS(
tenacity.tornadoweb
)
PY_SRCS(
TOP_LEVEL
tenacity/__init__.py
tenacity/_utils.py
tenacity/after.py
tenacity/asyncio/__init__.py
tenacity/asyncio/retry.py
tenacity/before.py
tenacity/before_sleep.py
tenacity/nap.py
tenacity/retry.py
tenacity/stop.py
tenacity/tornadoweb.py
tenacity/wait.py
)
RESOURCE_FILES(
PREFIX contrib/python/tenacity/py3/
.dist-info/METADATA
.dist-info/top_level.txt
tenacity/py.typed
)
END()
|