aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/python/jsonschema/py3/ya.make
blob: b40b94052b3e21da303919ecfc7d1d067aedfcda (plain) (tree)















































                                         
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(3.2.0)

LICENSE(MIT)

PEERDIR(
    contrib/python/attrs
    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/py3/
    .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
)