aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/sortedcontainers/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-09-29 19:48:29 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-09-29 21:08:10 +0300
commitf9248350609752780ce95995e90a9aab61bbd82f (patch)
tree676484c8e2cd37654d2ba9449f18aa48e78724a5 /contrib/python/sortedcontainers/ya.make
parent009bb0299462be356e3d18de2642bfa8ec209511 (diff)
downloadydb-f9248350609752780ce95995e90a9aab61bbd82f.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/sortedcontainers/ya.make')
-rw-r--r--contrib/python/sortedcontainers/ya.make27
1 files changed, 10 insertions, 17 deletions
diff --git a/contrib/python/sortedcontainers/ya.make b/contrib/python/sortedcontainers/ya.make
index 0b5960226d..617c0fd110 100644
--- a/contrib/python/sortedcontainers/ya.make
+++ b/contrib/python/sortedcontainers/ya.make
@@ -1,25 +1,18 @@
-# Generated by devtools/yamaker (pypi).
-
PY23_LIBRARY()
-VERSION(2.4.0)
+LICENSE(Service-Py23-Proxy)
-LICENSE(Apache-2.0)
+IF (PYTHON2)
+ PEERDIR(contrib/python/sortedcontainers/py2)
+ELSE()
+ PEERDIR(contrib/python/sortedcontainers/py3)
+ENDIF()
NO_LINT()
-PY_SRCS(
- TOP_LEVEL
- sortedcontainers/__init__.py
- sortedcontainers/sorteddict.py
- sortedcontainers/sortedlist.py
- sortedcontainers/sortedset.py
-)
+END()
-RESOURCE_FILES(
- PREFIX contrib/python/sortedcontainers/
- .dist-info/METADATA
- .dist-info/top_level.txt
+RECURSE(
+ py2
+ py3
)
-
-END()