ya.make 470 B

123456789101112131415161718192021222324252627282930313233
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.14.0)
  4. LICENSE(MIT)
  5. NO_LINT()
  6. PY_SRCS(
  7. TOP_LEVEL
  8. h11/__init__.py
  9. h11/_abnf.py
  10. h11/_connection.py
  11. h11/_events.py
  12. h11/_headers.py
  13. h11/_readers.py
  14. h11/_receivebuffer.py
  15. h11/_state.py
  16. h11/_util.py
  17. h11/_version.py
  18. h11/_writers.py
  19. )
  20. RESOURCE_FILES(
  21. PREFIX contrib/python/h11/
  22. .dist-info/METADATA
  23. .dist-info/top_level.txt
  24. h11/py.typed
  25. )
  26. END()