ya.make 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.17.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/pycparser
  7. contrib/python/setuptools
  8. contrib/restricted/libffi
  9. )
  10. ADDINCL(
  11. contrib/restricted/libffi/include
  12. )
  13. NO_COMPILER_WARNINGS()
  14. NO_LINT()
  15. SRCS(
  16. c/_cffi_backend.c
  17. )
  18. PY_REGISTER(
  19. _cffi_backend
  20. )
  21. PY_SRCS(
  22. TOP_LEVEL
  23. cffi/__init__.py
  24. cffi/_imp_emulation.py
  25. cffi/_shimmed_dist_utils.py
  26. cffi/api.py
  27. cffi/backend_ctypes.py
  28. cffi/cffi_opcode.py
  29. cffi/commontypes.py
  30. cffi/cparser.py
  31. cffi/error.py
  32. cffi/ffiplatform.py
  33. cffi/lock.py
  34. cffi/model.py
  35. cffi/pkgconfig.py
  36. cffi/recompiler.py
  37. cffi/setuptools_ext.py
  38. cffi/vengine_cpy.py
  39. cffi/vengine_gen.py
  40. cffi/verifier.py
  41. )
  42. RESOURCE_FILES(
  43. PREFIX contrib/python/cffi/py3/
  44. .dist-info/METADATA
  45. .dist-info/entry_points.txt
  46. .dist-info/top_level.txt
  47. cffi/_cffi_errors.h
  48. cffi/_cffi_include.h
  49. cffi/_embedding.h
  50. cffi/parse_c_type.h
  51. )
  52. SUPPRESSIONS(
  53. lsan.supp
  54. )
  55. END()
  56. RECURSE(
  57. gen
  58. )