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