diff options
author | Sergey Brazhnik <s.brazhnik@gmail.com> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | 249e91c445cb92462f9509d1ef2730b27629f43d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/python | |
parent | ef42528cdc4019bf12e878add78e77c15997af4f (diff) | |
download | ydb-249e91c445cb92462f9509d1ef2730b27629f43d.tar.gz |
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/Pygments/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/Pygments/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/decorator/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/pexpect/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/prompt-toolkit/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/ptyprocess/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/pyparsing/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/pyparsing/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/pyparsing/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/requests/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/setuptools/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/setuptools/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/setuptools/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/traitlets/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/traitlets/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/traitlets/ya.make | 2 |
16 files changed, 16 insertions, 16 deletions
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() |