blob: 9c4097e7d89e443ccbd4b66d98094455e3e0ba46 (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(4.5.2)
LICENSE(MIT)
PEERDIR(
contrib/python/typing-extensions
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
typeguard/__init__.py
typeguard/_checkers.py
typeguard/_config.py
typeguard/_decorators.py
typeguard/_exceptions.py
typeguard/_functions.py
typeguard/_importhook.py
typeguard/_memo.py
typeguard/_pytest_plugin.py
typeguard/_suppression.py
typeguard/_transformer.py
typeguard/_utils.py
)
RESOURCE_FILES(
PREFIX contrib/python/typeguard/
.dist-info/METADATA
.dist-info/entry_points.txt
.dist-info/top_level.txt
typeguard/py.typed
)
END()
RECURSE_FOR_TESTS(
tests
)
|