aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/typing/ya.make
blob: 5259779f6582cb829f25ffa90f3314ead36f6d47 (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
# NOTE: please do not change to PY23_LIBRARY()
# instead, use
# IF (PYTHON2)
#     PEERDIR(contrib/deprecated/python/typing)
# ENDIF()
# for code compatible with both Py2 and Py3
PY2_LIBRARY()  # backport

LICENSE(PSF-2.0)

VERSION(3.10.0.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    typing.py
)

RESOURCE_FILES(
    PREFIX contrib/deprecated/python/typing/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()

RECURSE_FOR_TESTS(
    test
)