aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/jsonschema/py2/ya.make
blob: 6860467224dcba3d80328360c12e9746cfb4c36d (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
48
49
50
51
# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

VERSION(3.2.0)

LICENSE(MIT)

PEERDIR(
    contrib/deprecated/python/functools32
    contrib/python/attrs
    contrib/python/importlib-metadata
    contrib/python/pyrsistent
    contrib/python/setuptools
    contrib/python/six
)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    jsonschema/__init__.py
    jsonschema/__main__.py
    jsonschema/_format.py
    jsonschema/_legacy_validators.py
    jsonschema/_reflect.py
    jsonschema/_types.py
    jsonschema/_utils.py
    jsonschema/_validators.py
    jsonschema/cli.py
    jsonschema/compat.py
    jsonschema/exceptions.py
    jsonschema/validators.py
)

RESOURCE_FILES(
    PREFIX contrib/python/jsonschema/py2/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    .dist-info/top_level.txt
    jsonschema/schemas/draft3.json
    jsonschema/schemas/draft4.json
    jsonschema/schemas/draft6.json
    jsonschema/schemas/draft7.json
)

END()

RECURSE_FOR_TESTS(
    tests
)