ya.make 172 B

12345678910111213141516
  1. PY23_LIBRARY()
  2. PEERDIR(
  3. library/cpp/blockcodecs
  4. contrib/python/six
  5. )
  6. PY_SRCS(
  7. __init__.py
  8. )
  9. BUILDWITH_CYTHON_CPP(__codecs.pyx)
  10. PY_REGISTER(__codecs)
  11. END()