aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/simplegeneric/py2/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-09-29 19:40:47 +0300
committershadchin <shadchin@yandex-team.com>2023-09-29 21:02:37 +0300
commit009bb0299462be356e3d18de2642bfa8ec209511 (patch)
tree936d8ddcf496ffc4de33fbede5df33db3237b3fd /contrib/python/simplegeneric/py2/ya.make
parent317a3cd8d45132dc3a55a9dcb2fb971ae7880158 (diff)
downloadydb-009bb0299462be356e3d18de2642bfa8ec209511.tar.gz
Split simplegeneric on py2/py3
Diffstat (limited to 'contrib/python/simplegeneric/py2/ya.make')
-rw-r--r--contrib/python/simplegeneric/py2/ya.make22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/python/simplegeneric/py2/ya.make b/contrib/python/simplegeneric/py2/ya.make
new file mode 100644
index 0000000000..5180049317
--- /dev/null
+++ b/contrib/python/simplegeneric/py2/ya.make
@@ -0,0 +1,22 @@
+# Generated by devtools/yamaker (pypi).
+
+PY2_LIBRARY()
+
+VERSION(0.8.1)
+
+LICENSE(ZPL-2.1)
+
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ simplegeneric.py
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/simplegeneric/py2/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+)
+
+END()