ya.make 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.9.0)
  4. LICENSE(BSD-3-Clause)
  5. PEERDIR(
  6. contrib/python/setuptools
  7. contrib/python/six
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. hamcrest/__init__.py
  13. hamcrest/core/__init__.py
  14. hamcrest/core/assert_that.py
  15. hamcrest/core/base_description.py
  16. hamcrest/core/base_matcher.py
  17. hamcrest/core/compat.py
  18. hamcrest/core/core/__init__.py
  19. hamcrest/core/core/allof.py
  20. hamcrest/core/core/anyof.py
  21. hamcrest/core/core/described_as.py
  22. hamcrest/core/core/is_.py
  23. hamcrest/core/core/isanything.py
  24. hamcrest/core/core/isequal.py
  25. hamcrest/core/core/isinstanceof.py
  26. hamcrest/core/core/isnone.py
  27. hamcrest/core/core/isnot.py
  28. hamcrest/core/core/issame.py
  29. hamcrest/core/core/raises.py
  30. hamcrest/core/description.py
  31. hamcrest/core/helpers/__init__.py
  32. hamcrest/core/helpers/hasmethod.py
  33. hamcrest/core/helpers/wrap_matcher.py
  34. hamcrest/core/matcher.py
  35. hamcrest/core/selfdescribing.py
  36. hamcrest/core/selfdescribingvalue.py
  37. hamcrest/core/string_description.py
  38. hamcrest/library/__init__.py
  39. hamcrest/library/collection/__init__.py
  40. hamcrest/library/collection/is_empty.py
  41. hamcrest/library/collection/isdict_containing.py
  42. hamcrest/library/collection/isdict_containingentries.py
  43. hamcrest/library/collection/isdict_containingkey.py
  44. hamcrest/library/collection/isdict_containingvalue.py
  45. hamcrest/library/collection/isin.py
  46. hamcrest/library/collection/issequence_containing.py
  47. hamcrest/library/collection/issequence_containinginanyorder.py
  48. hamcrest/library/collection/issequence_containinginorder.py
  49. hamcrest/library/collection/issequence_onlycontaining.py
  50. hamcrest/library/integration/__init__.py
  51. hamcrest/library/integration/match_equality.py
  52. hamcrest/library/number/__init__.py
  53. hamcrest/library/number/iscloseto.py
  54. hamcrest/library/number/ordering_comparison.py
  55. hamcrest/library/object/__init__.py
  56. hamcrest/library/object/haslength.py
  57. hamcrest/library/object/hasproperty.py
  58. hamcrest/library/object/hasstring.py
  59. hamcrest/library/text/__init__.py
  60. hamcrest/library/text/isequal_ignoring_case.py
  61. hamcrest/library/text/isequal_ignoring_whitespace.py
  62. hamcrest/library/text/stringcontains.py
  63. hamcrest/library/text/stringcontainsinorder.py
  64. hamcrest/library/text/stringendswith.py
  65. hamcrest/library/text/stringmatches.py
  66. hamcrest/library/text/stringstartswith.py
  67. hamcrest/library/text/substringmatcher.py
  68. )
  69. RESOURCE_FILES(
  70. PREFIX contrib/python/PyHamcrest/py3/
  71. .dist-info/METADATA
  72. .dist-info/top_level.txt
  73. )
  74. END()