diff options
| author | Sergey Brazhnik <[email protected]> | 2022-02-10 16:46:31 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:31 +0300 |
| commit | 249e91c445cb92462f9509d1ef2730b27629f43d (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/python | |
| parent | ef42528cdc4019bf12e878add78e77c15997af4f (diff) | |
Restoring authorship annotation for Sergey Brazhnik <[email protected]>. 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 682c367d714..3fab931499f 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 31c4c3943c9..9aec5a65a84 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 433067d3169..fbb7ebf6264 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 a78d9df5f66..a5bb92fcacb 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 4450955e3ba..db22aa0a70b 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 cdfa30a0681..5e780214f26 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 5b7c089ffe8..e4812f97b57 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 99ca1609ed0..333141d6c4c 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 559f8885241..66da70626d8 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 324dab564d0..f971752d755 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 eac0618f966..4c36dcf1ab7 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 aa9c1a2c698..5682b6f7820 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 4e4b9001b51..535a2d61fad 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 862aa2e67c8..4a601071019 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 203149335cb..46980f21b31 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 1262cd5c0e0..3156aae8c5e 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() |
