ya.make 767 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(6.0.12.11)
  4. LICENSE(Apache-2.0)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. yaml-stubs/__init__.pyi
  9. yaml-stubs/_yaml.pyi
  10. yaml-stubs/composer.pyi
  11. yaml-stubs/constructor.pyi
  12. yaml-stubs/cyaml.pyi
  13. yaml-stubs/dumper.pyi
  14. yaml-stubs/emitter.pyi
  15. yaml-stubs/error.pyi
  16. yaml-stubs/events.pyi
  17. yaml-stubs/loader.pyi
  18. yaml-stubs/nodes.pyi
  19. yaml-stubs/parser.pyi
  20. yaml-stubs/reader.pyi
  21. yaml-stubs/representer.pyi
  22. yaml-stubs/resolver.pyi
  23. yaml-stubs/scanner.pyi
  24. yaml-stubs/serializer.pyi
  25. yaml-stubs/tokens.pyi
  26. )
  27. RESOURCE_FILES(
  28. PREFIX contrib/python/types-PyYAML/
  29. .dist-info/METADATA
  30. .dist-info/top_level.txt
  31. yaml-stubs/METADATA.toml
  32. )
  33. END()