aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ruamel.yaml.clib/py3/ya.make
blob: af7562fd1c4840f8bea47e5a8b4ca40714b8a2d5 (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
PY3_LIBRARY()

VERSION(0.2.7)

LICENSE(MIT)

PEERDIR(
    contrib/libs/yaml
)

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

NO_COMPILER_WARNINGS()

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    CYTHON_C
    _ruamel_yaml.pyx
)

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

END()