ya.make 673 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.9.0.post0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/Werkzeug
  7. )
  8. NO_LINT()
  9. NO_CHECK_IMPORTS(
  10. pytest_localserver.smtp
  11. )
  12. PY_SRCS(
  13. TOP_LEVEL
  14. pytest_localserver/__init__.py
  15. pytest_localserver/_version.py
  16. pytest_localserver/http.py
  17. pytest_localserver/https.py
  18. pytest_localserver/plugin.py
  19. pytest_localserver/smtp.py
  20. )
  21. RESOURCE_FILES(
  22. PREFIX contrib/python/pytest-localserver/py3/
  23. .dist-info/METADATA
  24. .dist-info/entry_points.txt
  25. .dist-info/top_level.txt
  26. pytest_localserver/cert.crt
  27. pytest_localserver/server.key
  28. )
  29. END()
  30. RECURSE_FOR_TESTS(
  31. tests
  32. )