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/pyparsing | |
parent | ef42528cdc4019bf12e878add78e77c15997af4f (diff) |
Restoring authorship annotation for Sergey Brazhnik <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/pyparsing')
-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 |
3 files changed, 3 insertions, 3 deletions
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) |