ya.make 288 B

12345678910111213141516171819202122232425
  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. utils.py
  12. )
  13. PEERDIR(
  14. contrib/python/six
  15. )
  16. END()
  17. RECURSE_FOR_TESTS(
  18. tests
  19. )