aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/types-PyYAML/ya.make
blob: 144b1c420fd4177ad6c63218602790e5136fe281 (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
# Generated by devtools/yamaker (pypi).

PY3_LIBRARY()

VERSION(6.0.12.12)

LICENSE(Apache-2.0)

NO_LINT()

PY_SRCS(
    TOP_LEVEL
    yaml-stubs/__init__.pyi
    yaml-stubs/_yaml.pyi
    yaml-stubs/composer.pyi
    yaml-stubs/constructor.pyi
    yaml-stubs/cyaml.pyi
    yaml-stubs/dumper.pyi
    yaml-stubs/emitter.pyi
    yaml-stubs/error.pyi
    yaml-stubs/events.pyi
    yaml-stubs/loader.pyi
    yaml-stubs/nodes.pyi
    yaml-stubs/parser.pyi
    yaml-stubs/reader.pyi
    yaml-stubs/representer.pyi
    yaml-stubs/resolver.pyi
    yaml-stubs/scanner.pyi
    yaml-stubs/serializer.pyi
    yaml-stubs/tokens.pyi
)

RESOURCE_FILES(
    PREFIX contrib/python/types-PyYAML/
    .dist-info/METADATA
    .dist-info/top_level.txt
    yaml-stubs/METADATA.toml
)

END()