diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/python | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
download | ydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. 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 5f1bf64811..c96a62b9ec 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 3043e7fc3d..ea50aea17f 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 40f6572401..f5bf0742d4 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 0e773ee33a..4106977a79 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 8c750e15d8..69f66f4764 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 764b5915ff..58d3eeac9e 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 6519301793..77ce1d7236 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 c24f0fbef8..2f34c69df5 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 1ec5c0c301..ec27882b0a 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 0401c04651..57792cc822 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 a604fce51f..df68e6b035 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 978caf3d68..a71aca976a 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 3fab931499..db361d8f6c 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 9aec5a65a8..48f83a0365 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 15fb4c423b..064a63297d 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 bd12ae12b7..d0c560d325 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 dc02d4a419..0a1b1ec133 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 d13fe73acc..1fb4471af7 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 e5891f26a4..cbd7ca9b74 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 7bff9477f9..0dadd08009 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 d63bb62f6a..130816d194 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 0c4102c505..723f65dd7f 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 fbb7ebf626..a6f44d1b66 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 ba24f13341..94955d6fbe 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 211e0637be..12ca32eea3 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 c1c769c05c..5089c24a6c 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 c356efb08c..d0b7876b37 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 b1dd8c5e23..6b94de1911 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 eff2fef2a7..1088c42118 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 aa36a61abd..761a9cbb51 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 05de6d3bbd..1b69b5c186 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 a5bb92fcac..395f9c3122 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 e24c2cdad7..5635d513f5 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 43e4c7b2ab..feb64d1301 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 f1f936eb3f..cffc876935 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 5e780214f2..c1316eef3e 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 cc86cb7fa9..bc999790ac 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 1eb209b7b6..a70f19751c 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 f971752d75..0bac91fd53 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 45eb28f88c..b2138936ac 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 964a630639..7bd09318c6 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 bf4a234edb..6f08f5d756 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 e0c7849214..d14b9e0686 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 104e501e8e..568e5b8b7d 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 3156aae8c5..a73d2da052 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 f1aeefaa1c..9b79498123 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 d01ced9f3a..bfe388383a 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 |