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