diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/python/Jinja2/py2 | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/python/Jinja2/py2')
-rw-r--r-- | contrib/python/Jinja2/py2/tests/ya.make | 52 | ||||
-rw-r--r-- | contrib/python/Jinja2/py2/ya.make | 58 |
2 files changed, 0 insertions, 110 deletions
diff --git a/contrib/python/Jinja2/py2/tests/ya.make b/contrib/python/Jinja2/py2/tests/ya.make deleted file mode 100644 index 74ae5f2f5a..0000000000 --- a/contrib/python/Jinja2/py2/tests/ya.make +++ /dev/null @@ -1,52 +0,0 @@ -PY2TEST() - -OWNER(g:python-contrib) - -PEERDIR( - contrib/python/Jinja2 -) - -PY_SRCS( - TOP_LEVEL - res/__init__.py -) - -DATA( - arcadia/contrib/python/Jinja2/py2/tests/res -) - -RESOURCE_FILES( - PREFIX contrib/python/Jinja2/py2/tests/ - res/templates/broken.html - res/templates/foo/test.html - res/templates/mojibake.txt - res/templates/syntaxerror.html - res/templates/test.html - res/templates2/foo -) - -TEST_SRCS( - conftest.py - test_api.py - test_bytecode_cache.py - test_core_tags.py - test_debug.py - test_ext.py - test_features.py - test_filters.py - test_idtracking.py - test_imports.py - test_inheritance.py - test_lexnparse.py - test_loader.py - test_nativetypes.py - test_regression.py - test_runtime.py - test_security.py - test_tests.py - test_utils.py -) - -NO_LINT() - -END() diff --git a/contrib/python/Jinja2/py2/ya.make b/contrib/python/Jinja2/py2/ya.make deleted file mode 100644 index 5f1bf64811..0000000000 --- a/contrib/python/Jinja2/py2/ya.make +++ /dev/null @@ -1,58 +0,0 @@ -# Generated by devtools/yamaker (pypi). - -PY2_LIBRARY() - -OWNER(floatdrop g:python-contrib) - -VERSION(2.11.3) - -LICENSE(BSD-3-Clause) - -PEERDIR( - contrib/python/MarkupSafe - contrib/python/setuptools -) - -NO_LINT() - -PY_SRCS( - TOP_LEVEL - jinja2/__init__.py - jinja2/_compat.py - jinja2/_identifier.py - jinja2/bccache.py - jinja2/compiler.py - jinja2/constants.py - jinja2/debug.py - jinja2/defaults.py - jinja2/environment.py - jinja2/exceptions.py - jinja2/ext.py - jinja2/filters.py - jinja2/idtracking.py - jinja2/lexer.py - jinja2/loaders.py - jinja2/meta.py - jinja2/nativetypes.py - jinja2/nodes.py - jinja2/optimizer.py - jinja2/parser.py - jinja2/runtime.py - jinja2/sandbox.py - jinja2/tests.py - jinja2/utils.py - jinja2/visitor.py -) - -RESOURCE_FILES( - PREFIX contrib/python/Jinja2/py2/ - .dist-info/METADATA - .dist-info/entry_points.txt - .dist-info/top_level.txt -) - -END() - -RECURSE_FOR_TESTS( - tests -) |