blob: 646061a04e73df08f4fce0b1b2a142ce146a4513 (
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
|
PY2_LIBRARY()
LICENSE(PSF-2.0)
SUBSCRIBER(g:python-contrib)
VERSION(3.10.0.2)
NO_LINT()
PEERDIR(
contrib/deprecated/python/typing
)
SRCDIR(
contrib/python/typing-extensions/py2/src_py2
)
PY_SRCS(
TOP_LEVEL
typing_extensions.py
)
RESOURCE_FILES(
PREFIX contrib/python/typing-extensions/py2/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
RECURSE_FOR_TESTS(
tests
)
|