summaryrefslogtreecommitdiffstats
path: root/contrib/python/simplejson/py3/ya.make
diff options
context:
space:
mode:
authorvitalyisaev <[email protected]>2023-11-14 09:58:56 +0300
committervitalyisaev <[email protected]>2023-11-14 10:20:20 +0300
commitc2b2dfd9827a400a8495e172a56343462e3ceb82 (patch)
treecd4e4f597d01bede4c82dffeb2d780d0a9046bd0 /contrib/python/simplejson/py3/ya.make
parentd4ae8f119e67808cb0cf776ba6e0cf95296f2df7 (diff)
YQ Connector: move tests from yql to ydb (OSS)
Перенос папки с тестами на Коннектор из папки yql в папку ydb (синхронизируется с github).
Diffstat (limited to 'contrib/python/simplejson/py3/ya.make')
-rw-r--r--contrib/python/simplejson/py3/ya.make48
1 files changed, 48 insertions, 0 deletions
diff --git a/contrib/python/simplejson/py3/ya.make b/contrib/python/simplejson/py3/ya.make
new file mode 100644
index 00000000000..cb9c7478a1c
--- /dev/null
+++ b/contrib/python/simplejson/py3/ya.make
@@ -0,0 +1,48 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(3.18.4)
+
+LICENSE(MIT)
+
+NO_COMPILER_WARNINGS()
+
+NO_LINT()
+
+NO_CHECK_IMPORTS(
+ simplejson.ordered_dict
+)
+
+SRCS(
+ simplejson/_speedups.c
+)
+
+PY_REGISTER(
+ simplejson._speedups
+)
+
+PY_SRCS(
+ TOP_LEVEL
+ simplejson/__init__.py
+ simplejson/compat.py
+ simplejson/decoder.py
+ simplejson/encoder.py
+ simplejson/errors.py
+ simplejson/ordered_dict.py
+ simplejson/raw_json.py
+ simplejson/scanner.py
+ simplejson/tool.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/simplejson/py3/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ tests
+)