ya.make 315 B

1234567891011121314151617181920212223242526
  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. library/python/archive
  16. )
  17. END()
  18. RECURSE_FOR_TESTS(
  19. tests
  20. )