ya.make 382 B

1234567891011121314151617181920212223242526272829303132
  1. PY2_LIBRARY()
  2. LICENSE(PSF-2.0)
  3. VERSION(3.10.0.2)
  4. NO_LINT()
  5. PEERDIR(
  6. contrib/deprecated/python/typing
  7. )
  8. SRCDIR(
  9. contrib/python/typing-extensions/py2/src_py2
  10. )
  11. PY_SRCS(
  12. TOP_LEVEL
  13. typing_extensions.py
  14. )
  15. RESOURCE_FILES(
  16. PREFIX contrib/python/typing-extensions/py2/
  17. .dist-info/METADATA
  18. .dist-info/top_level.txt
  19. )
  20. END()
  21. RECURSE_FOR_TESTS(
  22. tests
  23. )