aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/s3transfer/py2/ya.make
diff options
context:
space:
mode:
authorgebetix <gebetix@yandex-team.ru>2022-02-10 16:48:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:54 +0300
commite14861bee6e628671fd6da83422252ca41bd2e6d (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/python/s3transfer/py2/ya.make
parent41f5af039e2324748594194babdd070299be3a3b (diff)
downloadydb-e14861bee6e628671fd6da83422252ca41bd2e6d.tar.gz
Restoring authorship annotation for <gebetix@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/s3transfer/py2/ya.make')
-rw-r--r--contrib/python/s3transfer/py2/ya.make48
1 files changed, 24 insertions, 24 deletions
diff --git a/contrib/python/s3transfer/py2/ya.make b/contrib/python/s3transfer/py2/ya.make
index 4a40935092..45eb28f88c 100644
--- a/contrib/python/s3transfer/py2/ya.make
+++ b/contrib/python/s3transfer/py2/ya.make
@@ -1,51 +1,51 @@
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
-
+
OWNER(gebetix g:python-contrib)
VERSION(0.4.2)
-
+
LICENSE(Apache-2.0)
-
-PEERDIR(
- contrib/python/botocore
+
+PEERDIR(
+ contrib/python/botocore
contrib/python/futures
-)
-
+)
+
NO_LINT()
NO_CHECK_IMPORTS(
s3transfer.crt
)
-PY_SRCS(
- TOP_LEVEL
- s3transfer/__init__.py
- s3transfer/bandwidth.py
- s3transfer/compat.py
+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/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
-)
-
+ 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()
+END()
RECURSE_FOR_TESTS(
tests