ya.make 846 B

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