ya.make 561 B

1234567891011121314151617181920212223242526272829303132
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(1.1.1)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/pytest
  7. )
  8. NO_LINT()
  9. PY_SRCS(
  10. TOP_LEVEL
  11. pytest_lazy_fixtures/__init__.py
  12. pytest_lazy_fixtures/lazy_fixture.py
  13. pytest_lazy_fixtures/lazy_fixture_callable.py
  14. pytest_lazy_fixtures/loader.py
  15. pytest_lazy_fixtures/normalizer.py
  16. pytest_lazy_fixtures/plugin.py
  17. )
  18. RESOURCE_FILES(
  19. PREFIX contrib/python/pytest-lazy-fixtures/
  20. .dist-info/METADATA
  21. .dist-info/entry_points.txt
  22. pytest_lazy_fixtures/py.typed
  23. )
  24. END()