ya.make 405 B

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