diff options
author | Mikhail Borisov <borisov.mikhail@gmail.com> | 2022-02-10 16:45:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:39 +0300 |
commit | a6a92afe03e02795227d2641b49819b687f088f8 (patch) | |
tree | f6984a1d27d5a7ec88a6fdd6e20cd5b7693b6ece /contrib/python/PyYAML/py2/ya.make | |
parent | c6dc8b8bd530985bc4cce0137e9a5de32f1087cb (diff) | |
download | ydb-a6a92afe03e02795227d2641b49819b687f088f8.tar.gz |
Restoring authorship annotation for Mikhail Borisov <borisov.mikhail@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/PyYAML/py2/ya.make')
-rw-r--r-- | contrib/python/PyYAML/py2/ya.make | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/contrib/python/PyYAML/py2/ya.make b/contrib/python/PyYAML/py2/ya.make index 1ec5c0c301..ca2ec858c2 100644 --- a/contrib/python/PyYAML/py2/ya.make +++ b/contrib/python/PyYAML/py2/ya.make @@ -1,43 +1,43 @@ PY2_LIBRARY() - + LICENSE(MIT) VERSION(5.4.1) OWNER(g:python-contrib borman g:testenv) - + PEERDIR( contrib/libs/yaml ) - + ADDINCL( contrib/python/PyYAML/py2/yaml ) -PY_SRCS( - TOP_LEVEL +PY_SRCS( + TOP_LEVEL _yaml/__init__.py - yaml/__init__.py - yaml/composer.py - yaml/constructor.py - yaml/cyaml.py - yaml/dumper.py - yaml/emitter.py - yaml/error.py - yaml/events.py - yaml/loader.py - yaml/nodes.py - yaml/parser.py - yaml/reader.py - yaml/representer.py - yaml/resolver.py - yaml/scanner.py - yaml/serializer.py - yaml/tokens.py + yaml/__init__.py + yaml/composer.py + yaml/constructor.py + yaml/cyaml.py + yaml/dumper.py + yaml/emitter.py + yaml/error.py + yaml/events.py + yaml/loader.py + yaml/nodes.py + yaml/parser.py + yaml/reader.py + yaml/representer.py + yaml/resolver.py + yaml/scanner.py + yaml/serializer.py + yaml/tokens.py CYTHON_C yaml/_yaml.pyx -) - +) + RESOURCE_FILES( PREFIX contrib/python/PyYAML/ .dist-info/METADATA @@ -48,4 +48,4 @@ NO_LINT() NO_COMPILER_WARNINGS() -END() +END() |