summaryrefslogtreecommitdiffstats
path: root/contrib/python/python-libarchive/ya.make
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2023-10-03 11:19:48 +0300
committerthegeorg <[email protected]>2023-10-03 11:43:28 +0300
commitcda0c13f23f6b169fb0a49dc504b40a0aaecea09 (patch)
tree26476e92e5af2c856e017afb1df8f8dff42495bf /contrib/python/python-libarchive/ya.make
parent4854116da9c5e3c95bb8440f2ea997c54b6e1a61 (diff)
Move contrib/tools/jdk to build/platform/java/jdk/testing
Diffstat (limited to 'contrib/python/python-libarchive/ya.make')
-rw-r--r--contrib/python/python-libarchive/ya.make28
1 files changed, 28 insertions, 0 deletions
diff --git a/contrib/python/python-libarchive/ya.make b/contrib/python/python-libarchive/ya.make
new file mode 100644
index 00000000000..db042fa6797
--- /dev/null
+++ b/contrib/python/python-libarchive/ya.make
@@ -0,0 +1,28 @@
+PY23_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()