diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/PyYAML/py2/ya.make | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/PyYAML/py2/ya.make')
-rw-r--r-- | contrib/python/PyYAML/py2/ya.make | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/python/PyYAML/py2/ya.make b/contrib/python/PyYAML/py2/ya.make index 55002f1130..1ec5c0c301 100644 --- a/contrib/python/PyYAML/py2/ya.make +++ b/contrib/python/PyYAML/py2/ya.make @@ -2,21 +2,21 @@ PY2_LIBRARY() LICENSE(MIT) -VERSION(5.4.1) +VERSION(5.4.1) OWNER(g:python-contrib borman g:testenv) -PEERDIR( - contrib/libs/yaml -) +PEERDIR( + contrib/libs/yaml +) -ADDINCL( - contrib/python/PyYAML/py2/yaml -) +ADDINCL( + contrib/python/PyYAML/py2/yaml +) PY_SRCS( TOP_LEVEL - _yaml/__init__.py + _yaml/__init__.py yaml/__init__.py yaml/composer.py yaml/constructor.py @@ -34,18 +34,18 @@ PY_SRCS( yaml/scanner.py yaml/serializer.py yaml/tokens.py - CYTHON_C - yaml/_yaml.pyx + CYTHON_C + yaml/_yaml.pyx +) + +RESOURCE_FILES( + PREFIX contrib/python/PyYAML/ + .dist-info/METADATA + .dist-info/top_level.txt ) -RESOURCE_FILES( - PREFIX contrib/python/PyYAML/ - .dist-info/METADATA - .dist-info/top_level.txt -) - NO_LINT() -NO_COMPILER_WARNINGS() - +NO_COMPILER_WARNINGS() + END() |