aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/pycc/bin
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:53 +0300
commit7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/tools/python3/pycc/bin
parent2015790ac9fcc04caab83fccc23ab2460310a797 (diff)
downloadydb-7353a3fdea9c67c256980c00a2b3b67f09b23a27.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/pycc/bin')
-rw-r--r--contrib/tools/python3/pycc/bin/ya.make54
1 files changed, 27 insertions, 27 deletions
diff --git a/contrib/tools/python3/pycc/bin/ya.make b/contrib/tools/python3/pycc/bin/ya.make
index 83e9540753..c63399c525 100644
--- a/contrib/tools/python3/pycc/bin/ya.make
+++ b/contrib/tools/python3/pycc/bin/ya.make
@@ -1,28 +1,28 @@
-OWNER(g:contrib g:ymake orivej)
-
+OWNER(g:contrib g:ymake orivej)
+
PY3_PROGRAM_BIN(pycc)
-
-ENABLE(PYBUILD_NO_PYC)
-
-DISABLE(PYTHON_SQLITE3)
-
-PEERDIR(
- library/python/runtime_py3
- library/python/runtime_py3/main
-)
-
-NO_CHECK_IMPORTS()
-
-NO_PYTHON_INCLUDES()
-
-NO_PYTHON_COVERAGE()
-
-SRCDIR(
- contrib/tools/python3/pycc
-)
-
-PY_SRCS(
- MAIN main.py
-)
-
-END()
+
+ENABLE(PYBUILD_NO_PYC)
+
+DISABLE(PYTHON_SQLITE3)
+
+PEERDIR(
+ library/python/runtime_py3
+ library/python/runtime_py3/main
+)
+
+NO_CHECK_IMPORTS()
+
+NO_PYTHON_INCLUDES()
+
+NO_PYTHON_COVERAGE()
+
+SRCDIR(
+ contrib/tools/python3/pycc
+)
+
+PY_SRCS(
+ MAIN main.py
+)
+
+END()