aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-20 13:23:59 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-05-20 13:23:59 +0300
commitff30424bb35bc312d6af47aa410862f5b7262673 (patch)
treea44f94d9e6870c555dbf882eec24805edfd356a9
parent22d1a9da7b0f0048b1cbe2261c41340626f2c616 (diff)
downloadydb-ff30424bb35bc312d6af47aa410862f5b7262673.tar.gz
intermediate changes
ref:3aefd89e9e7b983fe6f3e215edc8dbc5ee49f053
-rw-r--r--contrib/python/wcwidth/.yandex_meta/yamaker.yaml2
-rw-r--r--contrib/python/wcwidth/tests/__init__.py1
-rw-r--r--[-rwxr-xr-x]contrib/python/wcwidth/tests/test_core.py0
-rw-r--r--contrib/python/wcwidth/wcwidth/version.json1
4 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/wcwidth/.yandex_meta/yamaker.yaml b/contrib/python/wcwidth/.yandex_meta/yamaker.yaml
new file mode 100644
index 0000000000..e5f87964ed
--- /dev/null
+++ b/contrib/python/wcwidth/.yandex_meta/yamaker.yaml
@@ -0,0 +1,2 @@
+exclude:
+- wcwidth/tests/* # Дублируют содержимое папки tests в корне контриба
diff --git a/contrib/python/wcwidth/tests/__init__.py b/contrib/python/wcwidth/tests/__init__.py
new file mode 100644
index 0000000000..381300347d
--- /dev/null
+++ b/contrib/python/wcwidth/tests/__init__.py
@@ -0,0 +1 @@
+"""This file intentionally left blank."""
diff --git a/contrib/python/wcwidth/tests/test_core.py b/contrib/python/wcwidth/tests/test_core.py
index e61a27efd7..e61a27efd7 100755..100644
--- a/contrib/python/wcwidth/tests/test_core.py
+++ b/contrib/python/wcwidth/tests/test_core.py
diff --git a/contrib/python/wcwidth/wcwidth/version.json b/contrib/python/wcwidth/wcwidth/version.json
new file mode 100644
index 0000000000..59f1aa0eb8
--- /dev/null
+++ b/contrib/python/wcwidth/wcwidth/version.json
@@ -0,0 +1 @@
+{"tables": ["4.1.0", "5.0.0", "5.1.0", "5.2.0", "6.0.0", "6.1.0", "6.2.0", "6.3.0", "7.0.0", "8.0.0", "9.0.0", "10.0.0", "11.0.0", "12.0.0", "12.1.0", "13.0.0"], "package": "0.2.4", "default": "8.0.0"}