ya.make 414 B

123456789101112131415161718192021222324252627282930313233
  1. PY2_LIBRARY()
  2. VERSION(0.13.1)
  3. LICENSE(MIT)
  4. PEERDIR(
  5. contrib/python/importlib-metadata
  6. )
  7. NO_LINT()
  8. PY_SRCS(
  9. TOP_LEVEL
  10. pluggy/__init__.py
  11. pluggy/_tracing.py
  12. pluggy/_version.py
  13. pluggy/callers.py
  14. pluggy/hooks.py
  15. pluggy/manager.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/python/pluggy/py2/
  19. .dist-info/METADATA
  20. .dist-info/top_level.txt
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )