aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cyson/ya.make
blob: 3a6645590414bf14cd0568e9d912adc672f7ffb7 (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
PY23_LIBRARY()

NO_WSHADOW()

PEERDIR(
    library/c/cyson
)

SRCS(
    cyson/helpers.cpp
    cyson/unsigned_long.cpp
)

PY_SRCS(
    TOP_LEVEL
    cyson/_cyson.pyx
    cyson/__init__.py
)

END()

RECURSE(
    pymodule
)

RECURSE_FOR_TESTS(
    ut
)