diff options
author | shadchin <shadchin@yandex-team.com> | 2023-10-10 12:22:15 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-10-10 12:42:36 +0300 |
commit | 0b9dc2e3d83dc4a141800aff0dc3a4a83e30e308 (patch) | |
tree | 49f9230443fd813874dbb1689d8fdd1599574453 /contrib/python/pathlib2/py3/ya.make | |
parent | 79d1b401b8e5ad6d481f5e90da4d63a81abaaa45 (diff) | |
download | ydb-0b9dc2e3d83dc4a141800aff0dc3a4a83e30e308.tar.gz |
Split pathlib2 on py2/py3
Diffstat (limited to 'contrib/python/pathlib2/py3/ya.make')
-rw-r--r-- | contrib/python/pathlib2/py3/ya.make | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/python/pathlib2/py3/ya.make b/contrib/python/pathlib2/py3/ya.make new file mode 100644 index 0000000000..c6262d3dff --- /dev/null +++ b/contrib/python/pathlib2/py3/ya.make @@ -0,0 +1,33 @@ +# Generated by devtools/yamaker (pypi). + +PY3_LIBRARY() + +VERSION(2.3.7.post1) + +LICENSE(MIT) + +PEERDIR( + contrib/python/six +) + +IF (PYTHON2) + PEERDIR( + contrib/deprecated/python/scandir + contrib/deprecated/python/typing + ) +ENDIF() + +NO_LINT() + +PY_SRCS( + TOP_LEVEL + pathlib2/__init__.py +) + +RESOURCE_FILES( + PREFIX contrib/python/pathlib2/py3/ + .dist-info/METADATA + .dist-info/top_level.txt +) + +END() |