aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/python-libarchive/py2/ya.make
blob: 3e73181b645834a3b1a2385f8c3c0aa07ccff7ff (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
PY2_LIBRARY()

LICENSE(BSD-3-Clause)

VERSION(3.1.2.post1)

PEERDIR(
    contrib/libs/libarchive
    contrib/python/contextlib2
    contrib/python/six
)

ADDINCL(
    contrib/libs/libarchive/libarchive
)

NO_LINT()

PY_SRCS(
    SWIG_C
    TOP_LEVEL
    libarchive/__init__.py
    libarchive/tar.py
    libarchive/zip.py
    libarchive/_libarchive.swg
)

END()