aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/attrs
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/python/attrs
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/python/attrs')
-rw-r--r--contrib/python/attrs/ya.make51
1 files changed, 0 insertions, 51 deletions
diff --git a/contrib/python/attrs/ya.make b/contrib/python/attrs/ya.make
deleted file mode 100644
index c254f243692..00000000000
--- a/contrib/python/attrs/ya.make
+++ /dev/null
@@ -1,51 +0,0 @@
-# Generated by devtools/yamaker (pypi).
-
-PY23_LIBRARY()
-
-OWNER(g:python-contrib)
-
-VERSION(21.2.0)
-
-LICENSE(MIT)
-
-NO_LINT()
-
-PY_SRCS(
- TOP_LEVEL
- attr/__init__.py
- attr/__init__.pyi
- attr/_cmp.py
- attr/_cmp.pyi
- attr/_compat.py
- attr/_config.py
- attr/_funcs.py
- attr/_make.py
- attr/_version_info.py
- attr/_version_info.pyi
- attr/converters.py
- attr/converters.pyi
- attr/exceptions.py
- attr/exceptions.pyi
- attr/filters.py
- attr/filters.pyi
- attr/setters.py
- attr/setters.pyi
- attr/validators.py
- attr/validators.pyi
-)
-
-IF (PYTHON3)
- PY_SRCS(
- TOP_LEVEL
- attr/_next_gen.py
- )
-ENDIF()
-
-RESOURCE_FILES(
- PREFIX contrib/python/attrs/
- .dist-info/METADATA
- .dist-info/top_level.txt
- attr/py.typed
-)
-
-END()