aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ruamel.yaml.clib/py2/ya.make
blob: 0f53126bd734bce610a9156fcf1e3d73300c35f2 (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
PY2_LIBRARY()

VERSION(0.2.7)

LICENSE(MIT)

PEERDIR(
    contrib/libs/yaml
)

ADDINCL(
    contrib/python/ruamel.yaml.clib/py2
)

NO_COMPILER_WARNINGS()

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    CYTHON_C
    _ruamel_yaml.pyx
)

RESOURCE_FILES(
    PREFIX contrib/python/ruamel.yaml.clib/py2/
    .dist-info/METADATA
    .dist-info/top_level.txt
)

END()