ya.make 393 B

12345678910111213141516171819202122232425
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(2.4.0)
  4. LICENSE(Apache-2.0)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. sortedcontainers/__init__.py
  9. sortedcontainers/sorteddict.py
  10. sortedcontainers/sortedlist.py
  11. sortedcontainers/sortedset.py
  12. )
  13. RESOURCE_FILES(
  14. PREFIX contrib/python/sortedcontainers/py2/
  15. .dist-info/METADATA
  16. .dist-info/top_level.txt
  17. )
  18. END()