ya.make 783 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.8.0)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/botocore
  7. )
  8. NO_LINT()
  9. NO_CHECK_IMPORTS(
  10. s3transfer.crt
  11. )
  12. PY_SRCS(
  13. TOP_LEVEL
  14. s3transfer/__init__.py
  15. s3transfer/bandwidth.py
  16. s3transfer/compat.py
  17. s3transfer/constants.py
  18. s3transfer/copies.py
  19. s3transfer/crt.py
  20. s3transfer/delete.py
  21. s3transfer/download.py
  22. s3transfer/exceptions.py
  23. s3transfer/futures.py
  24. s3transfer/manager.py
  25. s3transfer/processpool.py
  26. s3transfer/subscribers.py
  27. s3transfer/tasks.py
  28. s3transfer/upload.py
  29. s3transfer/utils.py
  30. )
  31. RESOURCE_FILES(
  32. PREFIX contrib/python/s3transfer/py3/
  33. .dist-info/METADATA
  34. .dist-info/top_level.txt
  35. )
  36. END()
  37. RECURSE_FOR_TESTS(
  38. tests
  39. )