ya.make 479 B

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