ya.make 1.7 KB

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