123456789101112131415161718192021222324252627282930313233343536 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- VERSION(1.10.0)
- LICENSE(BSD-3-Clause)
- NO_COMPILER_WARNINGS()
- NO_LINT()
- SRCS(
- _scandir.c
- )
- PY_REGISTER(
- _scandir
- )
- PY_SRCS(
- TOP_LEVEL
- scandir.py
- )
- RESOURCE_FILES(
- PREFIX contrib/deprecated/python/scandir/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|