ya.make 516 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Generated by devtools/yamaker (pypi).
  2. PY2_LIBRARY()
  3. VERSION(21.0.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/deprecated/python/typing
  7. contrib/python/idna
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. hyperlink/__init__.py
  13. hyperlink/_socket.py
  14. hyperlink/_url.py
  15. hyperlink/hypothesis.py
  16. )
  17. RESOURCE_FILES(
  18. PREFIX contrib/python/hyperlink/py2/
  19. .dist-info/METADATA
  20. .dist-info/top_level.txt
  21. hyperlink/idna-tables-properties.csv.gz
  22. hyperlink/py.typed
  23. )
  24. END()
  25. RECURSE_FOR_TESTS(
  26. tests
  27. )