ya.make 710 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(7.0.0)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/deprecated/python/futures
  7. contrib/deprecated/python/typing
  8. contrib/python/monotonic
  9. contrib/python/six
  10. )
  11. NO_LINT()
  12. NO_CHECK_IMPORTS(
  13. tenacity.tornadoweb
  14. )
  15. PY_SRCS(
  16. TOP_LEVEL
  17. tenacity/__init__.py
  18. tenacity/_utils.py
  19. tenacity/after.py
  20. tenacity/before.py
  21. tenacity/before_sleep.py
  22. tenacity/compat.py
  23. tenacity/nap.py
  24. tenacity/retry.py
  25. tenacity/stop.py
  26. tenacity/tornadoweb.py
  27. tenacity/wait.py
  28. )
  29. RESOURCE_FILES(
  30. PREFIX contrib/python/tenacity/py2/
  31. .dist-info/METADATA
  32. .dist-info/top_level.txt
  33. tenacity/py.typed
  34. )
  35. END()