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