ya.make 821 B

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