12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Generated by devtools/yamaker (pypi).
- PY2_LIBRARY()
- PROVIDES(python_pyrsistent)
- VERSION(0.15.7)
- LICENSE(MIT)
- PEERDIR(
- contrib/python/six
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- _pyrsistent_version.py
- pyrsistent/__init__.py
- pyrsistent/__init__.pyi
- pyrsistent/_checked_types.py
- pyrsistent/_compat.py
- pyrsistent/_field_common.py
- pyrsistent/_helpers.py
- pyrsistent/_immutable.py
- pyrsistent/_pbag.py
- pyrsistent/_pclass.py
- pyrsistent/_pdeque.py
- pyrsistent/_plist.py
- pyrsistent/_pmap.py
- pyrsistent/_precord.py
- pyrsistent/_pset.py
- pyrsistent/_pvector.py
- pyrsistent/_toolz.py
- pyrsistent/_transformations.py
- pyrsistent/typing.py
- pyrsistent/typing.pyi
- )
- RESOURCE_FILES(
- PREFIX contrib/python/pyrsistent/py2/
- .dist-info/METADATA
- .dist-info/top_level.txt
- pyrsistent/py.typed
- )
- END()
- RECURSE_FOR_TESTS(
- tests
- )
|