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 | ef42528cdc4019bf12e878add78e77c15997af4f (patch) | |
tree | d317eddc46806e0fa8b36da200c8cea15820301e /contrib/python | |
parent | 11a24635da4c4f39428b182c49a7bc35e47c9534 (diff) |
Restoring authorship annotation for Sergey Brazhnik <[email protected]>. 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 3fab931499f..682c367d714 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 9aec5a65a84..31c4c3943c9 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 fbb7ebf6264..433067d3169 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 a5bb92fcacb..a78d9df5f66 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 db22aa0a70b..4450955e3ba 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 5e780214f26..cdfa30a0681 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 e4812f97b57..5b7c089ffe8 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 333141d6c4c..99ca1609ed0 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 66da70626d8..559f8885241 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 f971752d755..324dab564d0 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 4c36dcf1ab7..eac0618f966 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 5682b6f7820..aa9c1a2c698 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 535a2d61fad..4e4b9001b51 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 4a601071019..862aa2e67c8 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 46980f21b31..203149335cb 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 3156aae8c5e..1262cd5c0e0 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() |