ya.make 635 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(0.2.0)
  4. LICENSE(BSD-3-Clause)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. ipython_genutils/__init__.py
  9. ipython_genutils/_version.py
  10. ipython_genutils/encoding.py
  11. ipython_genutils/importstring.py
  12. ipython_genutils/ipstruct.py
  13. ipython_genutils/path.py
  14. ipython_genutils/py3compat.py
  15. ipython_genutils/tempdir.py
  16. ipython_genutils/testing/__init__.py
  17. ipython_genutils/testing/decorators.py
  18. ipython_genutils/text.py
  19. )
  20. RESOURCE_FILES(
  21. PREFIX contrib/python/ipython-genutils/py2/
  22. .dist-info/METADATA
  23. .dist-info/top_level.txt
  24. )
  25. END()