diff options
author | Anton Samokhvalov <[email protected]> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/python | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) |
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/python')
47 files changed, 145 insertions, 145 deletions
diff --git a/contrib/python/Jinja2/py2/ya.make b/contrib/python/Jinja2/py2/ya.make index 5f1bf648118..c96a62b9ecf 100644 --- a/contrib/python/Jinja2/py2/ya.make +++ b/contrib/python/Jinja2/py2/ya.make @@ -3,7 +3,7 @@ PY2_LIBRARY() OWNER(floatdrop g:python-contrib) - + VERSION(2.11.3) LICENSE(BSD-3-Clause) diff --git a/contrib/python/Jinja2/py3/ya.make b/contrib/python/Jinja2/py3/ya.make index 3043e7fc3d1..ea50aea17f0 100644 --- a/contrib/python/Jinja2/py3/ya.make +++ b/contrib/python/Jinja2/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() OWNER(floatdrop g:python-contrib) - + VERSION(3.0.3) LICENSE(BSD-3-Clause) diff --git a/contrib/python/Jinja2/ya.make b/contrib/python/Jinja2/ya.make index 40f6572401d..f5bf0742d4d 100644 --- a/contrib/python/Jinja2/ya.make +++ b/contrib/python/Jinja2/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/MarkupSafe/py2/ya.make b/contrib/python/MarkupSafe/py2/ya.make index 0e773ee33ae..4106977a79e 100644 --- a/contrib/python/MarkupSafe/py2/ya.make +++ b/contrib/python/MarkupSafe/py2/ya.make @@ -2,8 +2,8 @@ OWNER(g:python-contrib) PY2_LIBRARY() -LICENSE(BSD-3-Clause) - +LICENSE(BSD-3-Clause) + VERSION(1.1.1) PY_SRCS( diff --git a/contrib/python/MarkupSafe/py3/ya.make b/contrib/python/MarkupSafe/py3/ya.make index 8c750e15d80..69f66f4764b 100644 --- a/contrib/python/MarkupSafe/py3/ya.make +++ b/contrib/python/MarkupSafe/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() OWNER(g:python-contrib) - + VERSION(2.0.1) LICENSE(BSD-3-Clause) diff --git a/contrib/python/MarkupSafe/ya.make b/contrib/python/MarkupSafe/ya.make index 764b5915ff3..58d3eeac9ec 100644 --- a/contrib/python/MarkupSafe/ya.make +++ b/contrib/python/MarkupSafe/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/PyHamcrest/tests/ya.make b/contrib/python/PyHamcrest/tests/ya.make index 65193017939..77ce1d72369 100644 --- a/contrib/python/PyHamcrest/tests/ya.make +++ b/contrib/python/PyHamcrest/tests/ya.make @@ -3,7 +3,7 @@ OWNER(g:python-contrib) PY23_TEST() NO_LINT() - + TEST_SRCS( test_raises.py test_string_description.py diff --git a/contrib/python/PyHamcrest/ya.make b/contrib/python/PyHamcrest/ya.make index c24f0fbef8b..2f34c69df5a 100644 --- a/contrib/python/PyHamcrest/ya.make +++ b/contrib/python/PyHamcrest/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() - -LICENSE(BSD-3-Clause) - + +LICENSE(BSD-3-Clause) + OWNER(g:python-contrib) VERSION(1.9.0) @@ -10,71 +10,71 @@ PEERDIR ( contrib/python/six ) -SRCDIR( - contrib/python/PyHamcrest/src -) - -PY_SRCS( - TOP_LEVEL - - hamcrest/core/compat.py - hamcrest/core/assert_that.py - hamcrest/core/matcher.py - hamcrest/core/base_matcher.py - hamcrest/core/selfdescribingvalue.py - hamcrest/core/string_description.py - hamcrest/core/core/isnot.py - hamcrest/core/core/allof.py - hamcrest/core/core/issame.py - hamcrest/core/core/anyof.py - hamcrest/core/core/isanything.py - hamcrest/core/core/is_.py - hamcrest/core/core/described_as.py - hamcrest/core/core/raises.py - hamcrest/core/core/isequal.py - hamcrest/core/core/isnone.py - hamcrest/core/core/isinstanceof.py - hamcrest/core/core/__init__.py - hamcrest/core/description.py - hamcrest/core/selfdescribing.py - hamcrest/core/base_description.py - hamcrest/core/helpers/hasmethod.py - hamcrest/core/helpers/wrap_matcher.py - hamcrest/core/helpers/__init__.py - hamcrest/core/__init__.py - hamcrest/library/integration/match_equality.py - hamcrest/library/integration/__init__.py - hamcrest/library/number/ordering_comparison.py - hamcrest/library/number/iscloseto.py - hamcrest/library/number/__init__.py - hamcrest/library/text/substringmatcher.py - hamcrest/library/text/stringcontainsinorder.py - hamcrest/library/text/isequal_ignoring_case.py - hamcrest/library/text/stringstartswith.py - hamcrest/library/text/stringendswith.py - hamcrest/library/text/isequal_ignoring_whitespace.py - hamcrest/library/text/stringcontains.py - hamcrest/library/text/stringmatches.py - hamcrest/library/text/__init__.py - hamcrest/library/object/hasstring.py - hamcrest/library/object/hasproperty.py - hamcrest/library/object/haslength.py - hamcrest/library/object/__init__.py - hamcrest/library/collection/isdict_containingkey.py - hamcrest/library/collection/issequence_onlycontaining.py - hamcrest/library/collection/issequence_containing.py - hamcrest/library/collection/issequence_containinginorder.py - hamcrest/library/collection/isdict_containing.py - hamcrest/library/collection/issequence_containinginanyorder.py - hamcrest/library/collection/isin.py - hamcrest/library/collection/isdict_containingvalue.py - hamcrest/library/collection/is_empty.py - hamcrest/library/collection/isdict_containingentries.py - hamcrest/library/collection/__init__.py - hamcrest/library/__init__.py - hamcrest/__init__.py -) - +SRCDIR( + contrib/python/PyHamcrest/src +) + +PY_SRCS( + TOP_LEVEL + + hamcrest/core/compat.py + hamcrest/core/assert_that.py + hamcrest/core/matcher.py + hamcrest/core/base_matcher.py + hamcrest/core/selfdescribingvalue.py + hamcrest/core/string_description.py + hamcrest/core/core/isnot.py + hamcrest/core/core/allof.py + hamcrest/core/core/issame.py + hamcrest/core/core/anyof.py + hamcrest/core/core/isanything.py + hamcrest/core/core/is_.py + hamcrest/core/core/described_as.py + hamcrest/core/core/raises.py + hamcrest/core/core/isequal.py + hamcrest/core/core/isnone.py + hamcrest/core/core/isinstanceof.py + hamcrest/core/core/__init__.py + hamcrest/core/description.py + hamcrest/core/selfdescribing.py + hamcrest/core/base_description.py + hamcrest/core/helpers/hasmethod.py + hamcrest/core/helpers/wrap_matcher.py + hamcrest/core/helpers/__init__.py + hamcrest/core/__init__.py + hamcrest/library/integration/match_equality.py + hamcrest/library/integration/__init__.py + hamcrest/library/number/ordering_comparison.py + hamcrest/library/number/iscloseto.py + hamcrest/library/number/__init__.py + hamcrest/library/text/substringmatcher.py + hamcrest/library/text/stringcontainsinorder.py + hamcrest/library/text/isequal_ignoring_case.py + hamcrest/library/text/stringstartswith.py + hamcrest/library/text/stringendswith.py + hamcrest/library/text/isequal_ignoring_whitespace.py + hamcrest/library/text/stringcontains.py + hamcrest/library/text/stringmatches.py + hamcrest/library/text/__init__.py + hamcrest/library/object/hasstring.py + hamcrest/library/object/hasproperty.py + hamcrest/library/object/haslength.py + hamcrest/library/object/__init__.py + hamcrest/library/collection/isdict_containingkey.py + hamcrest/library/collection/issequence_onlycontaining.py + hamcrest/library/collection/issequence_containing.py + hamcrest/library/collection/issequence_containinginorder.py + hamcrest/library/collection/isdict_containing.py + hamcrest/library/collection/issequence_containinginanyorder.py + hamcrest/library/collection/isin.py + hamcrest/library/collection/isdict_containingvalue.py + hamcrest/library/collection/is_empty.py + hamcrest/library/collection/isdict_containingentries.py + hamcrest/library/collection/__init__.py + hamcrest/library/__init__.py + hamcrest/__init__.py +) + NO_LINT() END() diff --git a/contrib/python/PyYAML/py2/ya.make b/contrib/python/PyYAML/py2/ya.make index 1ec5c0c3018..ec27882b0ae 100644 --- a/contrib/python/PyYAML/py2/ya.make +++ b/contrib/python/PyYAML/py2/ya.make @@ -1,7 +1,7 @@ PY2_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + VERSION(5.4.1) OWNER(g:python-contrib borman g:testenv) diff --git a/contrib/python/PyYAML/py3/ya.make b/contrib/python/PyYAML/py3/ya.make index 0401c046516..57792cc8223 100644 --- a/contrib/python/PyYAML/py3/ya.make +++ b/contrib/python/PyYAML/py3/ya.make @@ -1,7 +1,7 @@ PY3_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + VERSION(5.4.1) OWNER(g:python-contrib borman g:testenv) diff --git a/contrib/python/PyYAML/ya.make b/contrib/python/PyYAML/ya.make index a604fce51fd..df68e6b0359 100644 --- a/contrib/python/PyYAML/ya.make +++ b/contrib/python/PyYAML/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/Pygments/py2/ya.make b/contrib/python/Pygments/py2/ya.make index 978caf3d683..a71aca976a8 100644 --- a/contrib/python/Pygments/py2/ya.make +++ b/contrib/python/Pygments/py2/ya.make @@ -3,7 +3,7 @@ PY2_LIBRARY() OWNER(blinkov g:python-contrib) - + VERSION(2.5.2) LICENSE(BSD-3-Clause) diff --git a/contrib/python/Pygments/py3/ya.make b/contrib/python/Pygments/py3/ya.make index 3fab931499f..db361d8f6ce 100644 --- a/contrib/python/Pygments/py3/ya.make +++ b/contrib/python/Pygments/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() OWNER(blinkov g:python-contrib) - + VERSION(2.11.2) LICENSE(BSD-3-Clause) diff --git a/contrib/python/Pygments/ya.make b/contrib/python/Pygments/ya.make index 9aec5a65a84..48f83a0365e 100644 --- a/contrib/python/Pygments/ya.make +++ b/contrib/python/Pygments/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/attrs/ya.make b/contrib/python/attrs/ya.make index 15fb4c423b2..064a63297de 100644 --- a/contrib/python/attrs/ya.make +++ b/contrib/python/attrs/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + OWNER(g:python-contrib) VERSION(21.2.0) diff --git a/contrib/python/boto3/ya.make b/contrib/python/boto3/ya.make index bd12ae12b72..d0c560d3256 100644 --- a/contrib/python/boto3/ya.make +++ b/contrib/python/boto3/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() OWNER(g:python-contrib) - + VERSION(1.17.112) LICENSE(Apache-2.0) diff --git a/contrib/python/botocore/ya.make b/contrib/python/botocore/ya.make index dc02d4a4192..0a1b1ec1339 100644 --- a/contrib/python/botocore/ya.make +++ b/contrib/python/botocore/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() OWNER(g:python-contrib) - + VERSION(1.20.112) LICENSE(Apache-2.0) diff --git a/contrib/python/certifi/ya.make b/contrib/python/certifi/ya.make index d13fe73acc4..1fb4471af7c 100644 --- a/contrib/python/certifi/ya.make +++ b/contrib/python/certifi/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(orivej g:python-contrib) PEERDIR( diff --git a/contrib/python/cffi/gen/lib/ya.make b/contrib/python/cffi/gen/lib/ya.make index e5891f26a49..cbd7ca9b74d 100644 --- a/contrib/python/cffi/gen/lib/ya.make +++ b/contrib/python/cffi/gen/lib/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + OWNER(orivej) PEERDIR( diff --git a/contrib/python/cffi/ya.make b/contrib/python/cffi/ya.make index 7bff9477f9f..0dadd08009f 100644 --- a/contrib/python/cffi/ya.make +++ b/contrib/python/cffi/ya.make @@ -1,7 +1,7 @@ -PY23_LIBRARY() - -LICENSE(MIT) +PY23_LIBRARY() +LICENSE(MIT) + OWNER(g:python-contrib) VERSION(1.15.0) diff --git a/contrib/python/cryptography/ya.make b/contrib/python/cryptography/ya.make index d63bb62f6ae..130816d1948 100644 --- a/contrib/python/cryptography/ya.make +++ b/contrib/python/cryptography/ya.make @@ -1,18 +1,18 @@ -PY23_LIBRARY() - -LICENSE(BSD-3-Clause) +PY23_LIBRARY() +LICENSE(BSD-3-Clause) + OWNER(g:python-contrib) VERSION(3.3.2) -IF (PYTHON2) - PEERDIR( - contrib/python/enum34 - contrib/python/ipaddress - ) -ENDIF() - +IF (PYTHON2) + PEERDIR( + contrib/python/enum34 + contrib/python/ipaddress + ) +ENDIF() + PEERDIR( contrib/libs/openssl contrib/python/cffi diff --git a/contrib/python/dateutil/ya.make b/contrib/python/dateutil/ya.make index 0c4102c505b..723f65dd7f1 100644 --- a/contrib/python/dateutil/ya.make +++ b/contrib/python/dateutil/ya.make @@ -3,15 +3,15 @@ PY23_LIBRARY() OWNER(g:python-contrib) - + VERSION(2.8.2) LICENSE(BSD-3-Clause) -PEERDIR( - contrib/python/six -) - +PEERDIR( + contrib/python/six +) + NO_LINT() NO_CHECK_IMPORTS( diff --git a/contrib/python/decorator/ya.make b/contrib/python/decorator/ya.make index fbb7ebf6264..a6f44d1b66a 100644 --- a/contrib/python/decorator/ya.make +++ b/contrib/python/decorator/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(BSD-3-Clause) - +LICENSE(BSD-3-Clause) + OWNER(g:python-contrib borman) VERSION(4.4.2) diff --git a/contrib/python/future/ya.make b/contrib/python/future/ya.make index ba24f13341b..94955d6fbe5 100644 --- a/contrib/python/future/ya.make +++ b/contrib/python/future/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + OWNER(g:python-contrib) VERSION(0.18.2) diff --git a/contrib/python/idna/ya.make b/contrib/python/idna/ya.make index 211e0637be5..12ca32eea35 100644 --- a/contrib/python/idna/ya.make +++ b/contrib/python/idna/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(BSD-3-Clause) - + OWNER(g:python-contrib) VERSION(2.10) diff --git a/contrib/python/ipdb/ya.make b/contrib/python/ipdb/ya.make index c1c769c05c6..5089c24a6c6 100644 --- a/contrib/python/ipdb/ya.make +++ b/contrib/python/ipdb/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(BSD-3-Clause) - +LICENSE(BSD-3-Clause) + OWNER(orivej g:python-contrib) VERSION(0.13.9) diff --git a/contrib/python/ipython/py2/ya.make b/contrib/python/ipython/py2/ya.make index c356efb08ca..d0b7876b37d 100644 --- a/contrib/python/ipython/py2/ya.make +++ b/contrib/python/ipython/py2/ya.make @@ -1,6 +1,6 @@ PY2_LIBRARY() -LICENSE(BSD-3-Clause) +LICENSE(BSD-3-Clause) VERSION(5.9.0) diff --git a/contrib/python/ipython/ya.make b/contrib/python/ipython/ya.make index b1dd8c5e235..6b94de1911a 100644 --- a/contrib/python/ipython/ya.make +++ b/contrib/python/ipython/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/jedi/ya.make b/contrib/python/jedi/ya.make index eff2fef2a7b..1088c421185 100644 --- a/contrib/python/jedi/ya.make +++ b/contrib/python/jedi/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY(jedi) -LICENSE(MIT) - +LICENSE(MIT) + OWNER(g:python-contrib borman) VERSION(0.13.3) diff --git a/contrib/python/parso/py3/ya.make b/contrib/python/parso/py3/ya.make index aa36a61abd5..761a9cbb51c 100644 --- a/contrib/python/parso/py3/ya.make +++ b/contrib/python/parso/py3/ya.make @@ -6,8 +6,8 @@ OWNER(g:python-contrib) VERSION(0.8.3) -LICENSE(PSF-2.0) - +LICENSE(PSF-2.0) + NO_LINT() PY_SRCS( diff --git a/contrib/python/parso/ya.make b/contrib/python/parso/ya.make index 05de6d3bbd6..1b69b5c186a 100644 --- a/contrib/python/parso/ya.make +++ b/contrib/python/parso/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make index a5bb92fcacb..395f9c31221 100644 --- a/contrib/python/pexpect/ya.make +++ b/contrib/python/pexpect/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(ISC) - +LICENSE(ISC) + OWNER(g:python-contrib borman) VERSION(4.8.0) diff --git a/contrib/python/pickleshare/ya.make b/contrib/python/pickleshare/ya.make index e24c2cdad7b..5635d513f54 100644 --- a/contrib/python/pickleshare/ya.make +++ b/contrib/python/pickleshare/ya.make @@ -1,7 +1,7 @@ # Generated by devtools/yamaker (pypi). PY23_LIBRARY() - + OWNER(borman g:python-contrib) VERSION(0.7.5) diff --git a/contrib/python/pluggy/ya.make b/contrib/python/pluggy/ya.make index 43e4c7b2abd..feb64d13015 100644 --- a/contrib/python/pluggy/ya.make +++ b/contrib/python/pluggy/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/prompt-toolkit/ya.make b/contrib/python/prompt-toolkit/ya.make index f1f936eb3f9..cffc876935a 100644 --- a/contrib/python/prompt-toolkit/ya.make +++ b/contrib/python/prompt-toolkit/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/ptyprocess/ya.make b/contrib/python/ptyprocess/ya.make index 5e780214f26..c1316eef3ed 100644 --- a/contrib/python/ptyprocess/ya.make +++ b/contrib/python/ptyprocess/ya.make @@ -3,7 +3,7 @@ PY23_LIBRARY() OWNER(borman g:python-contrib) - + VERSION(0.7.0) LICENSE(ISC) diff --git a/contrib/python/py/ya.make b/contrib/python/py/ya.make index cc86cb7fa9b..bc999790acf 100644 --- a/contrib/python/py/ya.make +++ b/contrib/python/py/ya.make @@ -3,7 +3,7 @@ PY23_LIBRARY() OWNER(g:python-contrib) - + VERSION(1.11.0) LICENSE(MIT) diff --git a/contrib/python/pycparser/ya.make b/contrib/python/pycparser/ya.make index 1eb209b7b68..a70f19751cc 100644 --- a/contrib/python/pycparser/ya.make +++ b/contrib/python/pycparser/ya.make @@ -1,6 +1,6 @@ # Generated by devtools/yamaker (pypi). -PY23_LIBRARY() +PY23_LIBRARY() OWNER(g:python-contrib) diff --git a/contrib/python/requests/ya.make b/contrib/python/requests/ya.make index f971752d755..0bac91fd535 100644 --- a/contrib/python/requests/ya.make +++ b/contrib/python/requests/ya.make @@ -8,7 +8,7 @@ VERSION(2.27.1) LICENSE(Apache-2.0) -PEERDIR( +PEERDIR( contrib/python/certifi contrib/python/idna contrib/python/urllib3 diff --git a/contrib/python/s3transfer/py2/ya.make b/contrib/python/s3transfer/py2/ya.make index 45eb28f88c4..b2138936acd 100644 --- a/contrib/python/s3transfer/py2/ya.make +++ b/contrib/python/s3transfer/py2/ya.make @@ -3,7 +3,7 @@ PY2_LIBRARY() OWNER(gebetix g:python-contrib) - + VERSION(0.4.2) LICENSE(Apache-2.0) diff --git a/contrib/python/s3transfer/py3/ya.make b/contrib/python/s3transfer/py3/ya.make index 964a630639a..7bd09318c65 100644 --- a/contrib/python/s3transfer/py3/ya.make +++ b/contrib/python/s3transfer/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() OWNER(gebetix g:python-contrib) - + VERSION(0.5.1) LICENSE(Apache-2.0) diff --git a/contrib/python/s3transfer/ya.make b/contrib/python/s3transfer/ya.make index bf4a234edb4..6f08f5d756c 100644 --- a/contrib/python/s3transfer/ya.make +++ b/contrib/python/s3transfer/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/six/ya.make b/contrib/python/six/ya.make index e0c78492146..d14b9e06868 100644 --- a/contrib/python/six/ya.make +++ b/contrib/python/six/ya.make @@ -2,8 +2,8 @@ OWNER(g:python-contrib) PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + VERSION(1.16.0) PY_SRCS( diff --git a/contrib/python/toml/ya.make b/contrib/python/toml/ya.make index 104e501e8e5..568e5b8b7d4 100644 --- a/contrib/python/toml/ya.make +++ b/contrib/python/toml/ya.make @@ -2,8 +2,8 @@ OWNER(g:python-contrib) PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + VERSION(0.10.2) PY_SRCS( diff --git a/contrib/python/traitlets/ya.make b/contrib/python/traitlets/ya.make index 3156aae8c5e..a73d2da052c 100644 --- a/contrib/python/traitlets/ya.make +++ b/contrib/python/traitlets/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() LICENSE(Service-Py23-Proxy) - + OWNER(g:python-contrib) IF (PYTHON2) diff --git a/contrib/python/wcwidth/ya.make b/contrib/python/wcwidth/ya.make index f1aeefaa1c0..9b794981239 100644 --- a/contrib/python/wcwidth/ya.make +++ b/contrib/python/wcwidth/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + OWNER(g:python-contrib blinkov) VERSION(0.2.5) diff --git a/contrib/python/ya.make b/contrib/python/ya.make index d01ced9f3aa..bfe388383ae 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -811,7 +811,7 @@ RECURSE( pydot pydub pyelftools - pyelftools/readelf + pyelftools/readelf pyfakefs pyflakes pyfst @@ -970,7 +970,7 @@ RECURSE( scales scancode-toolkit scandir - schedule + schedule schema schematics schwifty |