ya.make 148 B

123456789101112131415
  1. PY23_LIBRARY()
  2. OWNER(pg)
  3. PEERDIR(
  4. library/cpp/svnversion
  5. contrib/python/future
  6. )
  7. PY_SRCS(
  8. __init__.py
  9. __svn_version.pyx
  10. )
  11. END()