ya.make 459 B

12345678910111213141516171819202122232425262728293031323334
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(3.8)
  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/py3/
  19. .dist-info/METADATA
  20. .dist-info/top_level.txt
  21. idna/py.typed
  22. )
  23. END()
  24. RECURSE_FOR_TESTS(
  25. tests
  26. )