aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pyrsistent/py3/ya.make
blob: bec491d8bebc74634c18b96c9605cffb3fd64e5e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

PROVIDES(python_pyrsistent)

VERSION(0.20.0)

LICENSE(MIT)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    _pyrsistent_version.py
    pyrsistent/__init__.py
    pyrsistent/__init__.pyi
    pyrsistent/_checked_types.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/py3/
    .dist-info/METADATA
    .dist-info/top_level.txt
    pyrsistent/py.typed
)

END()

RECURSE_FOR_TESTS(
    tests
)