ya.make 230 B

123456789101112131415161718192021
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. __init__.py
  4. )
  5. IF (OS_DARWIN)
  6. PY_SRCS(
  7. clonefile.pyx
  8. )
  9. ENDIF()
  10. PEERDIR(
  11. library/python/func
  12. library/python/strings
  13. library/python/windows
  14. )
  15. END()
  16. RECURSE_FOR_TESTS(test)