ya.make 545 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.9.4)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/idna
  7. contrib/python/multidict
  8. )
  9. NO_COMPILER_WARNINGS()
  10. NO_LINT()
  11. PY_SRCS(
  12. TOP_LEVEL
  13. yarl/__init__.py
  14. yarl/__init__.pyi
  15. yarl/_quoting.py
  16. yarl/_quoting_c.pyi
  17. yarl/_quoting_py.py
  18. yarl/_url.py
  19. CYTHON_C
  20. yarl/_quoting_c.pyx
  21. )
  22. RESOURCE_FILES(
  23. PREFIX contrib/python/yarl/
  24. .dist-info/METADATA
  25. .dist-info/top_level.txt
  26. yarl/py.typed
  27. )
  28. END()
  29. RECURSE_FOR_TESTS(
  30. tests
  31. )