aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/s3transfer/py3/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.ru>2022-02-10 16:44:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:30 +0300
commit2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch)
tree012bb94d777798f1f56ac1cec429509766d05181 /contrib/python/s3transfer/py3/ya.make
parent6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff)
downloadydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/s3transfer/py3/ya.make')
-rw-r--r--contrib/python/s3transfer/py3/ya.make52
1 files changed, 26 insertions, 26 deletions
diff --git a/contrib/python/s3transfer/py3/ya.make b/contrib/python/s3transfer/py3/ya.make
index 964a630639..73a52aafa9 100644
--- a/contrib/python/s3transfer/py3/ya.make
+++ b/contrib/python/s3transfer/py3/ya.make
@@ -1,51 +1,51 @@
-# Generated by devtools/yamaker (pypi).
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
-PY3_LIBRARY()
+OWNER(gebetix g:python-contrib)
-OWNER(gebetix g:python-contrib)
+VERSION(0.5.1)
-VERSION(0.5.1)
-
-LICENSE(Apache-2.0)
+LICENSE(Apache-2.0)
PEERDIR(
contrib/python/botocore
)
-NO_LINT()
-
-NO_CHECK_IMPORTS(
- s3transfer.crt
-)
-
+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/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/processpool.py
s3transfer/subscribers.py
s3transfer/tasks.py
s3transfer/upload.py
s3transfer/utils.py
)
-RESOURCE_FILES(
- PREFIX contrib/python/s3transfer/py3/
- .dist-info/METADATA
- .dist-info/top_level.txt
-)
-
+RESOURCE_FILES(
+ PREFIX contrib/python/s3transfer/py3/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+)
+
END()
-
-RECURSE_FOR_TESTS(
- tests
-)
+
+RECURSE_FOR_TESTS(
+ tests
+)