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 | ef42528cdc4019bf12e878add78e77c15997af4f (patch) | |
tree | d317eddc46806e0fa8b36da200c8cea15820301e /contrib/python | |
parent | 11a24635da4c4f39428b182c49a7bc35e47c9534 (diff) | |
download | ydb-ef42528cdc4019bf12e878add78e77c15997af4f.tar.gz |
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 1 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 3fab931499..682c367d71 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 9aec5a65a8..31c4c3943c 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 fbb7ebf626..433067d316 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 a5bb92fcac..a78d9df5f6 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 db22aa0a70..4450955e3b 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 5e780214f2..cdfa30a068 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 e4812f97b5..5b7c089ffe 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 333141d6c4..99ca1609ed 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 66da70626d..559f888524 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 f971752d75..324dab564d 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 4c36dcf1ab..eac0618f96 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 5682b6f782..aa9c1a2c69 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 535a2d61fa..4e4b9001b5 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 4a60107101..862aa2e67c 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 46980f21b3..203149335c 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 3156aae8c5..1262cd5c0e 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() |