ya.make 236 B

123456789101112131415161718192021
  1. PY2_PROGRAM(cffigen)
  2. VERSION(Service-proxy-version)
  3. LICENSE(MIT)
  4. PEERDIR(
  5. contrib/python/cffi
  6. )
  7. PY_SRCS(
  8. MAIN main.py
  9. )
  10. NO_LINT()
  11. INDUCED_DEPS(
  12. cpp ${ARCADIA_ROOT}/contrib/python/cffi/py2/cffi/_cffi_include.h
  13. )
  14. END()