ya.make 635 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(0.8.1)
  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/server.pem
  27. )
  28. END()
  29. RECURSE_FOR_TESTS(
  30. tests
  31. )