diff options
| author | shadchin <[email protected]> | 2023-09-29 19:40:47 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2023-09-29 21:02:37 +0300 |
| commit | 009bb0299462be356e3d18de2642bfa8ec209511 (patch) | |
| tree | 936d8ddcf496ffc4de33fbede5df33db3237b3fd /contrib/python/simplegeneric/ya.make | |
| parent | 317a3cd8d45132dc3a55a9dcb2fb971ae7880158 (diff) | |
Split simplegeneric on py2/py3
Diffstat (limited to 'contrib/python/simplegeneric/ya.make')
| -rw-r--r-- | contrib/python/simplegeneric/ya.make | 24 |
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() |
