aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/cffi/py2/gen/ya.make
blob: 458760ed20f842a65c505a48742127862ebfe174 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PY2_PROGRAM(cffigen)

VERSION(Service-proxy-version)

LICENSE(MIT)

PEERDIR(
    contrib/python/cffi
)

PY_SRCS(
    MAIN main.py
)

NO_LINT()

INDUCED_DEPS(
    cpp ${ARCADIA_ROOT}/contrib/python/cffi/py2/cffi/_cffi_include.h
)

END()