summaryrefslogtreecommitdiffstats
path: root/contrib/python/simplegeneric/ya.make
diff options
context:
space:
mode:
authorshadchin <[email protected]>2023-09-29 19:40:47 +0300
committershadchin <[email protected]>2023-09-29 21:02:37 +0300
commit009bb0299462be356e3d18de2642bfa8ec209511 (patch)
tree936d8ddcf496ffc4de33fbede5df33db3237b3fd /contrib/python/simplegeneric/ya.make
parent317a3cd8d45132dc3a55a9dcb2fb971ae7880158 (diff)
Split simplegeneric on py2/py3
Diffstat (limited to 'contrib/python/simplegeneric/ya.make')
-rw-r--r--contrib/python/simplegeneric/ya.make24
1 files changed, 10 insertions, 14 deletions
diff --git a/contrib/python/simplegeneric/ya.make b/contrib/python/simplegeneric/ya.make
index 46acd025edf..ca3b1a8ede7 100644
--- a/contrib/python/simplegeneric/ya.make
+++ b/contrib/python/simplegeneric/ya.make
@@ -1,22 +1,18 @@
-# Generated by devtools/yamaker (pypi).
-
PY23_LIBRARY()
-VERSION(0.8.1)
+LICENSE(Service-Py23-Proxy)
-LICENSE(ZPL-2.1)
+IF (PYTHON2)
+ PEERDIR(contrib/python/simplegeneric/py2)
+ELSE()
+ PEERDIR(contrib/python/simplegeneric/py3)
+ENDIF()
NO_LINT()
-PY_SRCS(
- TOP_LEVEL
- simplegeneric.py
-)
+END()
-RESOURCE_FILES(
- PREFIX contrib/python/simplegeneric/
- .dist-info/METADATA
- .dist-info/top_level.txt
+RECURSE(
+ py2
+ py3
)
-
-END()