aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/pycc
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
commit2015790ac9fcc04caab83fccc23ab2460310a797 (patch)
treee644e9bc3f6f688561a871793b59bf8a637e0f72 /contrib/tools/python3/pycc
parentc768a99151e47c3a4bb7b92c514d256abd301c4d (diff)
downloadydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/pycc')
-rw-r--r--contrib/tools/python3/pycc/bin/ya.make54
-rw-r--r--contrib/tools/python3/pycc/ya.make20
2 files changed, 37 insertions, 37 deletions
diff --git a/contrib/tools/python3/pycc/bin/ya.make b/contrib/tools/python3/pycc/bin/ya.make
index c63399c525..83e9540753 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()
diff --git a/contrib/tools/python3/pycc/ya.make b/contrib/tools/python3/pycc/ya.make
index 7bc5da9620..2f65c7f912 100644
--- a/contrib/tools/python3/pycc/ya.make
+++ b/contrib/tools/python3/pycc/ya.make
@@ -1,13 +1,13 @@
-OWNER(g:contrib g:ymake orivej)
+OWNER(g:contrib g:ymake orivej)
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/python3/pycc/ya.make.prebuilt)
-ENDIF()
+IF (USE_PREBUILT_TOOLS)
+ INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/python3/pycc/ya.make.prebuilt)
+ENDIF()
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/contrib/tools/python3/pycc/bin/ya.make)
-ENDIF()
+IF (NOT PREBUILT)
+ INCLUDE(${ARCADIA_ROOT}/contrib/tools/python3/pycc/bin/ya.make)
+ENDIF()
-RECURSE(
- bin
-)
+RECURSE(
+ bin
+)