aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/resource
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/python/resource
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'library/python/resource')
-rw-r--r--library/python/resource/ut/lib/ya.make15
-rw-r--r--library/python/resource/ut/py2/ya.make7
-rw-r--r--library/python/resource/ut/py3/ya.make7
-rw-r--r--library/python/resource/ut/ya.make4
-rw-r--r--library/python/resource/ya.make11
5 files changed, 0 insertions, 44 deletions
diff --git a/library/python/resource/ut/lib/ya.make b/library/python/resource/ut/lib/ya.make
deleted file mode 100644
index f5e28cad29f..00000000000
--- a/library/python/resource/ut/lib/ya.make
+++ /dev/null
@@ -1,15 +0,0 @@
-PY23_LIBRARY()
-
-TEST_SRCS(test_simple.py)
-
-PEERDIR(
- library/python/resource
-)
-
-RESOURCE(
- qw.txt /qw.txt
- qw.txt /prefix/1.txt
- qw.txt /prefix/2.txt
-)
-
-END()
diff --git a/library/python/resource/ut/py2/ya.make b/library/python/resource/ut/py2/ya.make
deleted file mode 100644
index 073e4a68ac6..00000000000
--- a/library/python/resource/ut/py2/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-PY2TEST()
-
-PEERDIR(
- library/python/resource/ut/lib
-)
-
-END()
diff --git a/library/python/resource/ut/py3/ya.make b/library/python/resource/ut/py3/ya.make
deleted file mode 100644
index 65256285923..00000000000
--- a/library/python/resource/ut/py3/ya.make
+++ /dev/null
@@ -1,7 +0,0 @@
-PY3TEST()
-
-PEERDIR(
- library/python/resource/ut/lib
-)
-
-END()
diff --git a/library/python/resource/ut/ya.make b/library/python/resource/ut/ya.make
deleted file mode 100644
index 4cedc9fb3e4..00000000000
--- a/library/python/resource/ut/ya.make
+++ /dev/null
@@ -1,4 +0,0 @@
-RECURSE(
- py2
- py3
-)
diff --git a/library/python/resource/ya.make b/library/python/resource/ya.make
deleted file mode 100644
index 2642f0b42b6..00000000000
--- a/library/python/resource/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-PY23_LIBRARY()
-
-PEERDIR(
- contrib/python/six
-)
-
-PY_SRCS(__init__.py)
-
-END()
-
-RECURSE_FOR_TESTS(ut)