ya.make 573 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(8.3.0)
  4. LICENSE(Apache-2.0)
  5. NO_LINT()
  6. NO_CHECK_IMPORTS(
  7. tenacity.tornadoweb
  8. )
  9. PY_SRCS(
  10. TOP_LEVEL
  11. tenacity/__init__.py
  12. tenacity/_asyncio.py
  13. tenacity/_utils.py
  14. tenacity/after.py
  15. tenacity/before.py
  16. tenacity/before_sleep.py
  17. tenacity/nap.py
  18. tenacity/retry.py
  19. tenacity/stop.py
  20. tenacity/tornadoweb.py
  21. tenacity/wait.py
  22. )
  23. RESOURCE_FILES(
  24. PREFIX contrib/python/tenacity/py3/
  25. .dist-info/METADATA
  26. .dist-info/top_level.txt
  27. tenacity/py.typed
  28. )
  29. END()