summaryrefslogtreecommitdiffstats
path: root/contrib/python/propcache/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/propcache/ya.make')
-rw-r--r--contrib/python/propcache/ya.make34
1 files changed, 34 insertions, 0 deletions
diff --git a/contrib/python/propcache/ya.make b/contrib/python/propcache/ya.make
new file mode 100644
index 00000000000..dea81d7aa7f
--- /dev/null
+++ b/contrib/python/propcache/ya.make
@@ -0,0 +1,34 @@
+# Generated by devtools/yamaker (pypi).
+
+PY3_LIBRARY()
+
+VERSION(0.5.2)
+
+LICENSE(Apache-2.0)
+
+NO_COMPILER_WARNINGS()
+
+NO_LINT()
+
+PY_SRCS(
+ TOP_LEVEL
+ propcache/__init__.py
+ propcache/_helpers.py
+ propcache/_helpers_py.py
+ propcache/api.py
+ CYTHON_C
+ propcache/_helpers_c.pyx
+)
+
+RESOURCE_FILES(
+ PREFIX contrib/python/propcache/
+ .dist-info/METADATA
+ .dist-info/top_level.txt
+ propcache/py.typed
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ tests
+)