ya.make 188 B

12345678910111213141516171819
  1. PY23_LIBRARY()
  2. STYLE_PYTHON()
  3. PY_SRCS(
  4. __init__.py
  5. )
  6. PEERDIR(
  7. contrib/python/pathlib2
  8. contrib/python/python-libarchive
  9. )
  10. END()
  11. RECURSE_FOR_TESTS(
  12. benchmark
  13. test
  14. )