ya.make 463 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.0.1)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. jmespath/__init__.py
  9. jmespath/ast.py
  10. jmespath/compat.py
  11. jmespath/exceptions.py
  12. jmespath/functions.py
  13. jmespath/lexer.py
  14. jmespath/parser.py
  15. jmespath/visitor.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/python/jmespath/py3/
  19. .dist-info/METADATA
  20. .dist-info/top_level.txt
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )