ya.make 617 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(4.0.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/jaraco.context
  7. contrib/python/jaraco.functools
  8. contrib/python/more-itertools
  9. )
  10. NO_LINT()
  11. NO_CHECK_IMPORTS(
  12. jaraco.text.show-newlines
  13. )
  14. PY_SRCS(
  15. TOP_LEVEL
  16. jaraco/text/__init__.py
  17. jaraco/text/layouts.py
  18. jaraco/text/show-newlines.py
  19. jaraco/text/strip-prefix.py
  20. jaraco/text/to-dvorak.py
  21. jaraco/text/to-qwerty.py
  22. )
  23. RESOURCE_FILES(
  24. PREFIX contrib/python/jaraco.text/
  25. .dist-info/METADATA
  26. .dist-info/top_level.txt
  27. jaraco/text/Lorem_ipsum.txt
  28. )
  29. END()