ya.make 442 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(2.10)
  4. LICENSE(BSD-3-Clause)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. idna/__init__.py
  9. idna/codec.py
  10. idna/compat.py
  11. idna/core.py
  12. idna/idnadata.py
  13. idna/intranges.py
  14. idna/package_data.py
  15. idna/uts46data.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/python/idna/py2/
  19. .dist-info/METADATA
  20. .dist-info/top_level.txt
  21. )
  22. END()
  23. RECURSE_FOR_TESTS(
  24. tests
  25. )