ya.make 381 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(1.10.0)
  4. LICENSE(BSD-3-Clause)
  5. NO_COMPILER_WARNINGS()
  6. NO_LINT()
  7. SRCS(
  8. _scandir.c
  9. )
  10. PY_REGISTER(
  11. _scandir
  12. )
  13. PY_SRCS(
  14. TOP_LEVEL
  15. scandir.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/deprecated/python/scandir/
  19. .dist-info/METADATA
  20. .dist-info/top_level.txt
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )