ya.make 446 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.22.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/certifi
  7. contrib/python/pyparsing
  8. )
  9. NO_LINT()
  10. PY_SRCS(
  11. TOP_LEVEL
  12. httplib2/__init__.py
  13. httplib2/auth.py
  14. httplib2/certs.py
  15. httplib2/error.py
  16. httplib2/iri2uri.py
  17. httplib2/socks.py
  18. )
  19. RESOURCE_FILES(
  20. PREFIX contrib/python/httplib2/py3/
  21. .dist-info/METADATA
  22. .dist-info/top_level.txt
  23. )
  24. END()