ya.make 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(4.0.0)
  4. LICENSE(LGPL-2.1-or-later)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. chardet/__init__.py
  9. chardet/big5freq.py
  10. chardet/big5prober.py
  11. chardet/chardistribution.py
  12. chardet/charsetgroupprober.py
  13. chardet/charsetprober.py
  14. chardet/cli/__init__.py
  15. chardet/cli/chardetect.py
  16. chardet/codingstatemachine.py
  17. chardet/compat.py
  18. chardet/cp949prober.py
  19. chardet/enums.py
  20. chardet/escprober.py
  21. chardet/escsm.py
  22. chardet/eucjpprober.py
  23. chardet/euckrfreq.py
  24. chardet/euckrprober.py
  25. chardet/euctwfreq.py
  26. chardet/euctwprober.py
  27. chardet/gb2312freq.py
  28. chardet/gb2312prober.py
  29. chardet/hebrewprober.py
  30. chardet/jisfreq.py
  31. chardet/jpcntx.py
  32. chardet/langbulgarianmodel.py
  33. chardet/langgreekmodel.py
  34. chardet/langhebrewmodel.py
  35. chardet/langhungarianmodel.py
  36. chardet/langrussianmodel.py
  37. chardet/langthaimodel.py
  38. chardet/langturkishmodel.py
  39. chardet/latin1prober.py
  40. chardet/mbcharsetprober.py
  41. chardet/mbcsgroupprober.py
  42. chardet/mbcssm.py
  43. chardet/metadata/__init__.py
  44. chardet/metadata/languages.py
  45. chardet/sbcharsetprober.py
  46. chardet/sbcsgroupprober.py
  47. chardet/sjisprober.py
  48. chardet/universaldetector.py
  49. chardet/utf8prober.py
  50. chardet/version.py
  51. )
  52. RESOURCE_FILES(
  53. PREFIX contrib/python/chardet/py2/
  54. .dist-info/METADATA
  55. .dist-info/entry_points.txt
  56. .dist-info/top_level.txt
  57. )
  58. END()
  59. RECURSE_FOR_TESTS(
  60. tests
  61. )