ya.make 907 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. PROVIDES(python_pyrsistent)
  4. VERSION(0.15.7)
  5. LICENSE(MIT)
  6. PEERDIR(
  7. contrib/python/six
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. _pyrsistent_version.py
  13. pyrsistent/__init__.py
  14. pyrsistent/__init__.pyi
  15. pyrsistent/_checked_types.py
  16. pyrsistent/_compat.py
  17. pyrsistent/_field_common.py
  18. pyrsistent/_helpers.py
  19. pyrsistent/_immutable.py
  20. pyrsistent/_pbag.py
  21. pyrsistent/_pclass.py
  22. pyrsistent/_pdeque.py
  23. pyrsistent/_plist.py
  24. pyrsistent/_pmap.py
  25. pyrsistent/_precord.py
  26. pyrsistent/_pset.py
  27. pyrsistent/_pvector.py
  28. pyrsistent/_toolz.py
  29. pyrsistent/_transformations.py
  30. pyrsistent/typing.py
  31. pyrsistent/typing.pyi
  32. )
  33. RESOURCE_FILES(
  34. PREFIX contrib/python/pyrsistent/py2/
  35. .dist-info/METADATA
  36. .dist-info/top_level.txt
  37. pyrsistent/py.typed
  38. )
  39. END()
  40. RECURSE_FOR_TESTS(
  41. tests
  42. )