ya.make 412 B

1234567891011121314151617181920212223242526
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(3.4.0)
  4. LICENSE(PSF-2.0)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. concurrent/__init__.py
  9. concurrent/futures/__init__.py
  10. concurrent/futures/_base.py
  11. concurrent/futures/process.py
  12. concurrent/futures/thread.py
  13. )
  14. RESOURCE_FILES(
  15. PREFIX contrib/deprecated/python/futures/
  16. .dist-info/METADATA
  17. .dist-info/top_level.txt
  18. )
  19. END()