ya.make 384 B

12345678910111213141516171819202122232425262728
  1. SUBSCRIBER(g:frontend_build_platform)
  2. PY3_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. __init__.py
  6. constants.py
  7. lockfile.py
  8. node_modules_bundler.py
  9. package_json.py
  10. package_manager.py
  11. timeit.py
  12. utils.py
  13. )
  14. PEERDIR(
  15. contrib/python/six
  16. library/python/archive
  17. devtools/frontend_build_platform/libraries/logging
  18. )
  19. END()
  20. RECURSE_FOR_TESTS(
  21. tests
  22. )