ya.make 611 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(8.4.1)
  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/_utils.py
  13. tenacity/after.py
  14. tenacity/asyncio/__init__.py
  15. tenacity/asyncio/retry.py
  16. tenacity/before.py
  17. tenacity/before_sleep.py
  18. tenacity/nap.py
  19. tenacity/retry.py
  20. tenacity/stop.py
  21. tenacity/tornadoweb.py
  22. tenacity/wait.py
  23. )
  24. RESOURCE_FILES(
  25. PREFIX contrib/python/tenacity/py3/
  26. .dist-info/METADATA
  27. .dist-info/top_level.txt
  28. tenacity/py.typed
  29. )
  30. END()