ya.make 781 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(5.4.1)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/libs/yaml
  7. )
  8. ADDINCL(
  9. contrib/python/PyYAML/py2/yaml
  10. FOR cython contrib/python/PyYAML/py2
  11. )
  12. NO_COMPILER_WARNINGS()
  13. NO_LINT()
  14. PY_SRCS(
  15. TOP_LEVEL
  16. _yaml/__init__.py
  17. yaml/__init__.py
  18. yaml/composer.py
  19. yaml/constructor.py
  20. yaml/cyaml.py
  21. yaml/dumper.py
  22. yaml/emitter.py
  23. yaml/error.py
  24. yaml/events.py
  25. yaml/loader.py
  26. yaml/nodes.py
  27. yaml/parser.py
  28. yaml/reader.py
  29. yaml/representer.py
  30. yaml/resolver.py
  31. yaml/scanner.py
  32. yaml/serializer.py
  33. yaml/tokens.py
  34. CYTHON_C
  35. yaml/_yaml.pyx
  36. )
  37. RESOURCE_FILES(
  38. PREFIX contrib/python/PyYAML/py2/
  39. .dist-info/METADATA
  40. .dist-info/top_level.txt
  41. )
  42. END()