aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/ya/handlers/package/ya.make
blob: 98c8a47dd99bcc461cff206e2df6bcc0439a5f77 (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
PY23_LIBRARY()

PY_SRCS(
    NAMESPACE handlers.package
    __init__.py
)

PEERDIR(
    contrib/python/pathlib2
    devtools/ya/app
    devtools/ya/build
    devtools/ya/build/build_opts
    devtools/ya/core
    devtools/ya/core/yarg
    devtools/ya/handlers/package/opts
    devtools/ya/package
    devtools/ya/test/opts
)

STYLE_PYTHON()

END()

RECURSE_FOR_TESTS(
    bin
    opts
)