aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Brazhnik <s.brazhnik@gmail.com>2022-02-10 16:46:31 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:31 +0300
commit249e91c445cb92462f9509d1ef2730b27629f43d (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c
parentef42528cdc4019bf12e878add78e77c15997af4f (diff)
downloadydb-249e91c445cb92462f9509d1ef2730b27629f43d.tar.gz
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 2 of 2.
-rw-r--r--build/platform/clang/ya.make2
-rw-r--r--contrib/libs/base64/avx2/ya.make2
-rw-r--r--contrib/libs/base64/neon32/ya.make2
-rw-r--r--contrib/libs/base64/neon64/ya.make2
-rw-r--r--contrib/libs/base64/plain32/ya.make2
-rw-r--r--contrib/libs/base64/plain64/ya.make2
-rw-r--r--contrib/libs/base64/ssse3/ya.make2
-rw-r--r--contrib/libs/brotli/dec/ya.make2
-rw-r--r--contrib/libs/brotli/enc/ya.make2
-rw-r--r--contrib/libs/c-ares/ya.make2
-rw-r--r--contrib/libs/cctz/tzdata/ya.make2
-rw-r--r--contrib/libs/cctz/ya.make2
-rw-r--r--contrib/libs/crcutil/ya.make2
-rw-r--r--contrib/libs/cxxsupp/builtins/ya.make2
-rw-r--r--contrib/libs/cxxsupp/libcxx/ya.make2
-rw-r--r--contrib/libs/cxxsupp/libcxxrt/ya.make2
-rw-r--r--contrib/libs/cxxsupp/openmp/ya.make2
-rw-r--r--contrib/libs/double-conversion/ya.make2
-rw-r--r--contrib/libs/fastlz/ya.make4
-rw-r--r--contrib/libs/flatbuffers/ya.make2
-rw-r--r--contrib/libs/jemalloc/ya.make2
-rw-r--r--contrib/libs/libbz2/ya.make2
-rw-r--r--contrib/libs/libxml/ya.make2
-rw-r--r--contrib/libs/linuxvdso/original/ya.make4
-rw-r--r--contrib/libs/linuxvdso/ya.make4
-rw-r--r--contrib/libs/lzmasdk/ya.make2
-rw-r--r--contrib/libs/protobuf/ya.make2
-rw-r--r--contrib/libs/rapidjson/ya.make4
-rw-r--r--contrib/libs/snappy/ya.make4
-rw-r--r--contrib/libs/sqlite3/ya.make2
-rw-r--r--contrib/libs/yaml/ya.make2
-rw-r--r--contrib/libs/zlib/ya.make2
-rw-r--r--contrib/libs/zstd06/ya.make2
-rw-r--r--contrib/python/Pygments/py3/ya.make2
-rw-r--r--contrib/python/Pygments/ya.make2
-rw-r--r--contrib/python/decorator/ya.make2
-rw-r--r--contrib/python/pexpect/ya.make2
-rw-r--r--contrib/python/prompt-toolkit/py2/ya.make2
-rw-r--r--contrib/python/ptyprocess/ya.make2
-rw-r--r--contrib/python/pyparsing/py2/ya.make2
-rw-r--r--contrib/python/pyparsing/py3/ya.make2
-rw-r--r--contrib/python/pyparsing/ya.make2
-rw-r--r--contrib/python/requests/ya.make2
-rw-r--r--contrib/python/setuptools/py2/ya.make2
-rw-r--r--contrib/python/setuptools/py3/ya.make2
-rw-r--r--contrib/python/setuptools/ya.make2
-rw-r--r--contrib/python/traitlets/py2/ya.make2
-rw-r--r--contrib/python/traitlets/py3/ya.make2
-rw-r--r--contrib/python/traitlets/ya.make2
49 files changed, 54 insertions, 54 deletions
diff --git a/build/platform/clang/ya.make b/build/platform/clang/ya.make
index 1fe59e45d1..342b928637 100644
--- a/build/platform/clang/ya.make
+++ b/build/platform/clang/ya.make
@@ -1,7 +1,7 @@
RESOURCES_LIBRARY()
LICENSE(BSD-3-Clause)
-
+
OWNER(g:contrib)
IF (CLANG10BC AND CLANG10 AND HOST_OS_LINUX)
diff --git a/contrib/libs/base64/avx2/ya.make b/contrib/libs/base64/avx2/ya.make
index de6660ea21..b0dc5ce772 100644
--- a/contrib/libs/base64/avx2/ya.make
+++ b/contrib/libs/base64/avx2/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/neon32/ya.make b/contrib/libs/base64/neon32/ya.make
index e91977c699..435b1127bb 100644
--- a/contrib/libs/base64/neon32/ya.make
+++ b/contrib/libs/base64/neon32/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/neon64/ya.make b/contrib/libs/base64/neon64/ya.make
index 29c913c767..82d821b4ee 100644
--- a/contrib/libs/base64/neon64/ya.make
+++ b/contrib/libs/base64/neon64/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/plain32/ya.make b/contrib/libs/base64/plain32/ya.make
index b05d6ae07c..1f5a9ad204 100644
--- a/contrib/libs/base64/plain32/ya.make
+++ b/contrib/libs/base64/plain32/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/plain64/ya.make b/contrib/libs/base64/plain64/ya.make
index b05d6ae07c..1f5a9ad204 100644
--- a/contrib/libs/base64/plain64/ya.make
+++ b/contrib/libs/base64/plain64/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/ssse3/ya.make b/contrib/libs/base64/ssse3/ya.make
index 3151e2558f..c9cf647001 100644
--- a/contrib/libs/base64/ssse3/ya.make
+++ b/contrib/libs/base64/ssse3/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/brotli/dec/ya.make b/contrib/libs/brotli/dec/ya.make
index 5299d3bb14..0f482f36ed 100644
--- a/contrib/libs/brotli/dec/ya.make
+++ b/contrib/libs/brotli/dec/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
LICENSE(MIT)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/brotli/enc/ya.make b/contrib/libs/brotli/enc/ya.make
index 0128b95564..67da82ec4d 100644
--- a/contrib/libs/brotli/enc/ya.make
+++ b/contrib/libs/brotli/enc/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
LICENSE(MIT)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/c-ares/ya.make b/contrib/libs/c-ares/ya.make
index 866fc554d4..bd35762e44 100644
--- a/contrib/libs/c-ares/ya.make
+++ b/contrib/libs/c-ares/ya.make
@@ -6,7 +6,7 @@ OWNER(
max42
g:cpp-contrib
)
-
+
VERSION(1.16.1)
ORIGINAL_SOURCE(https://c-ares.haxx.se/download/c-ares-1.16.1.tar.gz)
diff --git a/contrib/libs/cctz/tzdata/ya.make b/contrib/libs/cctz/tzdata/ya.make
index f1a24eec26..3b9ff5cc67 100644
--- a/contrib/libs/cctz/tzdata/ya.make
+++ b/contrib/libs/cctz/tzdata/ya.make
@@ -3,7 +3,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
LICENSE(Apache-2.0)
-
+
OWNER(
dfyz
petrk
diff --git a/contrib/libs/cctz/ya.make b/contrib/libs/cctz/ya.make
index 0b8e4093e3..954d24908f 100644
--- a/contrib/libs/cctz/ya.make
+++ b/contrib/libs/cctz/ya.make
@@ -6,7 +6,7 @@ OWNER(
dfyz
petrk
)
-
+
VERSION(2020-11-11)
ORIGINAL_SOURCE(https://github.com/google/cctz/archive/98fb541c6f0f35cf0dffcbc3777d8385bbd5b4c1.tar.gz)
diff --git a/contrib/libs/crcutil/ya.make b/contrib/libs/crcutil/ya.make
index ce6834e214..2da8ef940f 100644
--- a/contrib/libs/crcutil/ya.make
+++ b/contrib/libs/crcutil/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
LICENSE(Apache-2.0)
-
+
VERSION(1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make
index af11a403e5..d2c319c927 100644
--- a/contrib/libs/cxxsupp/builtins/ya.make
+++ b/contrib/libs/cxxsupp/builtins/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
# Part of compiler-rt LLVM subproject
-
+
# git repository: https://github.com/llvm/llvm-project.git
# directory: compiler-rt/lib/builtins
# revision: 08f0372c351a57b01afee6c64066961203da28c5
diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make
index 1aaeba3a62..15403fe6d5 100644
--- a/contrib/libs/cxxsupp/libcxx/ya.make
+++ b/contrib/libs/cxxsupp/libcxx/ya.make
@@ -7,7 +7,7 @@ LICENSE(
MIT AND
NCSA
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(2021-04-02-7959d59028dd126416cdf10dbbd22162922e1336)
diff --git a/contrib/libs/cxxsupp/libcxxrt/ya.make b/contrib/libs/cxxsupp/libcxxrt/ya.make
index 63423d0c3e..12dccbd505 100644
--- a/contrib/libs/cxxsupp/libcxxrt/ya.make
+++ b/contrib/libs/cxxsupp/libcxxrt/ya.make
@@ -8,7 +8,7 @@ LICENSE(
BSD-3-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make
index 85efc6af37..2c64468375 100644
--- a/contrib/libs/cxxsupp/openmp/ya.make
+++ b/contrib/libs/cxxsupp/openmp/ya.make
@@ -4,7 +4,7 @@ LICENSE(
MIT AND
NCSA
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(5.0)
diff --git a/contrib/libs/double-conversion/ya.make b/contrib/libs/double-conversion/ya.make
index 30b2375ae9..52e59b0989 100644
--- a/contrib/libs/double-conversion/ya.make
+++ b/contrib/libs/double-conversion/ya.make
@@ -3,7 +3,7 @@ LIBRARY()
VERSION(3.1.0)
LICENSE(BSD-3-Clause)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/fastlz/ya.make b/contrib/libs/fastlz/ya.make
index af3af248df..7f31ac0bec 100644
--- a/contrib/libs/fastlz/ya.make
+++ b/contrib/libs/fastlz/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-
+
LICENSE(MIT)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(0.1.0)
diff --git a/contrib/libs/flatbuffers/ya.make b/contrib/libs/flatbuffers/ya.make
index a6acd566ad..4af01ae72c 100644
--- a/contrib/libs/flatbuffers/ya.make
+++ b/contrib/libs/flatbuffers/ya.make
@@ -7,7 +7,7 @@ OWNER(
kirillovs
g:cpp-contrib
)
-
+
VERSION(2.0.0)
ORIGINAL_SOURCE(https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz)
diff --git a/contrib/libs/jemalloc/ya.make b/contrib/libs/jemalloc/ya.make
index 87fe96857c..586de30ab0 100644
--- a/contrib/libs/jemalloc/ya.make
+++ b/contrib/libs/jemalloc/ya.make
@@ -8,7 +8,7 @@ OWNER(
)
VERSION(5.2.1)
-
+
ORIGINAL_SOURCE(https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2)
LICENSE(
diff --git a/contrib/libs/libbz2/ya.make b/contrib/libs/libbz2/ya.make
index 77a8004a2e..3d5be08322 100644
--- a/contrib/libs/libbz2/ya.make
+++ b/contrib/libs/libbz2/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
LIBRARY()
-
+
OWNER(
orivej
g:cpp-contrib
diff --git a/contrib/libs/libxml/ya.make b/contrib/libs/libxml/ya.make
index b7983fbac5..b7ee2eb058 100644
--- a/contrib/libs/libxml/ya.make
+++ b/contrib/libs/libxml/ya.make
@@ -15,7 +15,7 @@ LICENSE(
MIT AND
Mit-Veillard-Variant
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
PEERDIR(
diff --git a/contrib/libs/linuxvdso/original/ya.make b/contrib/libs/linuxvdso/original/ya.make
index e0ddbcee78..c5b41c3586 100644
--- a/contrib/libs/linuxvdso/original/ya.make
+++ b/contrib/libs/linuxvdso/original/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-
+
LICENSE(BSD-3-Clause)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/linuxvdso/ya.make b/contrib/libs/linuxvdso/ya.make
index 37d467e1ee..4da8d3d076 100644
--- a/contrib/libs/linuxvdso/ya.make
+++ b/contrib/libs/linuxvdso/ya.make
@@ -1,9 +1,9 @@
LIBRARY()
-
+
WITHOUT_LICENSE_TEXTS()
LICENSE(BSD-3-Clause)
-
+
VERSION(2.0)
ORIGINAL_SOURCE(https://github.com/gperftools/gperftools)
diff --git a/contrib/libs/lzmasdk/ya.make b/contrib/libs/lzmasdk/ya.make
index ab0d729392..db0a55788d 100644
--- a/contrib/libs/lzmasdk/ya.make
+++ b/contrib/libs/lzmasdk/ya.make
@@ -1,5 +1,5 @@
LIBRARY()
-
+
LICENSE(Public-Domain)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
diff --git a/contrib/libs/protobuf/ya.make b/contrib/libs/protobuf/ya.make
index 1616fd1368..044e24badd 100644
--- a/contrib/libs/protobuf/ya.make
+++ b/contrib/libs/protobuf/ya.make
@@ -8,7 +8,7 @@ OWNER(
g:cpp-committee
g:cpp-contrib
)
-
+
VERSION(3.17.3)
ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/v3.17.3.tar.gz)
diff --git a/contrib/libs/rapidjson/ya.make b/contrib/libs/rapidjson/ya.make
index ac3a3a4811..0b26c5cc64 100644
--- a/contrib/libs/rapidjson/ya.make
+++ b/contrib/libs/rapidjson/ya.make
@@ -1,12 +1,12 @@
LIBRARY()
-
+
LICENSE(
BSD-3-Clause AND
ISC AND
JSON AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(1.1.0)
diff --git a/contrib/libs/snappy/ya.make b/contrib/libs/snappy/ya.make
index 53a0957d98..472daa0c80 100644
--- a/contrib/libs/snappy/ya.make
+++ b/contrib/libs/snappy/ya.make
@@ -1,9 +1,9 @@
# Generated by devtools/yamaker from nixpkgs 92c884dfd7140a6c3e6c717cf8990f7a78524331.
LIBRARY()
-
+
OWNER(g:cpp-contrib)
-
+
VERSION(1.1.8)
ORIGINAL_SOURCE(https://github.com/google/snappy/archive/1.1.8.tar.gz)
diff --git a/contrib/libs/sqlite3/ya.make b/contrib/libs/sqlite3/ya.make
index 545afd6203..e6b26dccc3 100644
--- a/contrib/libs/sqlite3/ya.make
+++ b/contrib/libs/sqlite3/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker from nixpkgs 21.11.
LIBRARY()
-
+
OWNER(
g:cpp-contrib
g:maps-mrc
diff --git a/contrib/libs/yaml/ya.make b/contrib/libs/yaml/ya.make
index 1db81d4c82..547a2b2a63 100644
--- a/contrib/libs/yaml/ya.make
+++ b/contrib/libs/yaml/ya.make
@@ -8,7 +8,7 @@ OWNER(
)
VERSION(0.2.5)
-
+
ORIGINAL_SOURCE(https://github.com/yaml/libyaml/archive/0.2.5.tar.gz)
LICENSE(MIT)
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make
index 6301216444..ced6573475 100644
--- a/contrib/libs/zlib/ya.make
+++ b/contrib/libs/zlib/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
LIBRARY()
-
+
OWNER(g:cpp-contrib)
VERSION(1.2.11)
diff --git a/contrib/libs/zstd06/ya.make b/contrib/libs/zstd06/ya.make
index 5b6b43a145..e35f69f443 100644
--- a/contrib/libs/zstd06/ya.make
+++ b/contrib/libs/zstd06/ya.make
@@ -6,7 +6,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/python/Pygments/py3/ya.make b/contrib/python/Pygments/py3/ya.make
index 682c367d71..3fab931499 100644
--- a/contrib/python/Pygments/py3/ya.make
+++ b/contrib/python/Pygments/py3/ya.make
@@ -5,7 +5,7 @@ PY3_LIBRARY()
OWNER(blinkov g:python-contrib)
VERSION(2.11.2)
-
+
LICENSE(BSD-3-Clause)
NO_LINT()
diff --git a/contrib/python/Pygments/ya.make b/contrib/python/Pygments/ya.make
index 31c4c3943c..9aec5a65a8 100644
--- a/contrib/python/Pygments/ya.make
+++ b/contrib/python/Pygments/ya.make
@@ -3,7 +3,7 @@ PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
OWNER(g:python-contrib)
-
+
IF (PYTHON2)
PEERDIR(contrib/python/Pygments/py2)
ELSE()
diff --git a/contrib/python/decorator/ya.make b/contrib/python/decorator/ya.make
index 433067d316..fbb7ebf626 100644
--- a/contrib/python/decorator/ya.make
+++ b/contrib/python/decorator/ya.make
@@ -7,7 +7,7 @@ OWNER(g:python-contrib borman)
VERSION(4.4.2)
NO_LINT()
-
+
PY_SRCS(
TOP_LEVEL
decorator.py
diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make
index a78d9df5f6..a5bb92fcac 100644
--- a/contrib/python/pexpect/ya.make
+++ b/contrib/python/pexpect/ya.make
@@ -5,7 +5,7 @@ LICENSE(ISC)
OWNER(g:python-contrib borman)
VERSION(4.8.0)
-
+
PEERDIR(
contrib/python/ptyprocess
)
diff --git a/contrib/python/prompt-toolkit/py2/ya.make b/contrib/python/prompt-toolkit/py2/ya.make
index 4450955e3b..db22aa0a70 100644
--- a/contrib/python/prompt-toolkit/py2/ya.make
+++ b/contrib/python/prompt-toolkit/py2/ya.make
@@ -1,7 +1,7 @@
PY2_LIBRARY()
OWNER(blinkov nslus g:python-contrib)
-
+
VERSION(1.0.18)
LICENSE(BSD-3-Clause)
diff --git a/contrib/python/ptyprocess/ya.make b/contrib/python/ptyprocess/ya.make
index cdfa30a068..5e780214f2 100644
--- a/contrib/python/ptyprocess/ya.make
+++ b/contrib/python/ptyprocess/ya.make
@@ -5,7 +5,7 @@ PY23_LIBRARY()
OWNER(borman g:python-contrib)
VERSION(0.7.0)
-
+
LICENSE(ISC)
NO_LINT()
diff --git a/contrib/python/pyparsing/py2/ya.make b/contrib/python/pyparsing/py2/ya.make
index 5b7c089ffe..e4812f97b5 100644
--- a/contrib/python/pyparsing/py2/ya.make
+++ b/contrib/python/pyparsing/py2/ya.make
@@ -5,7 +5,7 @@ PY23_LIBRARY()
PROVIDES(pyparsing)
OWNER(borman orivej g:python-contrib)
-
+
VERSION(2.4.7)
LICENSE(MIT)
diff --git a/contrib/python/pyparsing/py3/ya.make b/contrib/python/pyparsing/py3/ya.make
index 99ca1609ed..333141d6c4 100644
--- a/contrib/python/pyparsing/py3/ya.make
+++ b/contrib/python/pyparsing/py3/ya.make
@@ -5,7 +5,7 @@ PY3_LIBRARY()
PROVIDES(pyparsing)
OWNER(borman orivej g:python-contrib)
-
+
VERSION(3.0.7)
LICENSE(MIT)
diff --git a/contrib/python/pyparsing/ya.make b/contrib/python/pyparsing/ya.make
index 559f888524..66da70626d 100644
--- a/contrib/python/pyparsing/ya.make
+++ b/contrib/python/pyparsing/ya.make
@@ -1,7 +1,7 @@
PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
-
+
OWNER(g:python-contrib)
IF (PYTHON2)
diff --git a/contrib/python/requests/ya.make b/contrib/python/requests/ya.make
index 324dab564d..f971752d75 100644
--- a/contrib/python/requests/ya.make
+++ b/contrib/python/requests/ya.make
@@ -3,7 +3,7 @@
PY23_LIBRARY()
OWNER(g:python-contrib)
-
+
VERSION(2.27.1)
LICENSE(Apache-2.0)
diff --git a/contrib/python/setuptools/py2/ya.make b/contrib/python/setuptools/py2/ya.make
index eac0618f96..4c36dcf1ab 100644
--- a/contrib/python/setuptools/py2/ya.make
+++ b/contrib/python/setuptools/py2/ya.make
@@ -1,7 +1,7 @@
PY2_LIBRARY()
LICENSE(MIT)
-
+
OWNER(g:python-contrib borman orivej)
VERSION(44.1.1)
diff --git a/contrib/python/setuptools/py3/ya.make b/contrib/python/setuptools/py3/ya.make
index aa9c1a2c69..5682b6f782 100644
--- a/contrib/python/setuptools/py3/ya.make
+++ b/contrib/python/setuptools/py3/ya.make
@@ -1,7 +1,7 @@
PY3_LIBRARY()
OWNER(borman orivej g:python-contrib)
-
+
VERSION(59.7.0)
LICENSE(MIT)
diff --git a/contrib/python/setuptools/ya.make b/contrib/python/setuptools/ya.make
index 4e4b9001b5..535a2d61fa 100644
--- a/contrib/python/setuptools/ya.make
+++ b/contrib/python/setuptools/ya.make
@@ -1,7 +1,7 @@
PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
-
+
OWNER(g:python-contrib)
IF (PYTHON2)
diff --git a/contrib/python/traitlets/py2/ya.make b/contrib/python/traitlets/py2/ya.make
index 862aa2e67c..4a60107101 100644
--- a/contrib/python/traitlets/py2/ya.make
+++ b/contrib/python/traitlets/py2/ya.make
@@ -3,7 +3,7 @@
PY2_LIBRARY()
PROVIDES(python_traitlets)
-
+
OWNER(borman nslus g:python-contrib)
VERSION(4.3.3)
diff --git a/contrib/python/traitlets/py3/ya.make b/contrib/python/traitlets/py3/ya.make
index 203149335c..46980f21b3 100644
--- a/contrib/python/traitlets/py3/ya.make
+++ b/contrib/python/traitlets/py3/ya.make
@@ -3,7 +3,7 @@
PY3_LIBRARY()
PROVIDES(python_traitlets)
-
+
OWNER(borman nslus g:python-contrib)
VERSION(5.1.1)
diff --git a/contrib/python/traitlets/ya.make b/contrib/python/traitlets/ya.make
index 1262cd5c0e..3156aae8c5 100644
--- a/contrib/python/traitlets/ya.make
+++ b/contrib/python/traitlets/ya.make
@@ -3,7 +3,7 @@ PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
OWNER(g:python-contrib)
-
+
IF (PYTHON2)
PEERDIR(contrib/python/traitlets/py2)
ELSE()