ya.make 896 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(3.2.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/attrs
  7. contrib/python/pyrsistent
  8. contrib/python/setuptools
  9. contrib/python/six
  10. )
  11. NO_LINT()
  12. PY_SRCS(
  13. TOP_LEVEL
  14. jsonschema/__init__.py
  15. jsonschema/__main__.py
  16. jsonschema/_format.py
  17. jsonschema/_legacy_validators.py
  18. jsonschema/_reflect.py
  19. jsonschema/_types.py
  20. jsonschema/_utils.py
  21. jsonschema/_validators.py
  22. jsonschema/cli.py
  23. jsonschema/compat.py
  24. jsonschema/exceptions.py
  25. jsonschema/validators.py
  26. )
  27. RESOURCE_FILES(
  28. PREFIX contrib/python/jsonschema/py3/
  29. .dist-info/METADATA
  30. .dist-info/entry_points.txt
  31. .dist-info/top_level.txt
  32. jsonschema/schemas/draft3.json
  33. jsonschema/schemas/draft4.json
  34. jsonschema/schemas/draft6.json
  35. jsonschema/schemas/draft7.json
  36. )
  37. END()
  38. RECURSE_FOR_TESTS(
  39. tests
  40. )