blob: 85fdafc9a61726dd8cd6c401273ea340f9eede06 (
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
52
53
54
55
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(0.17.40)
LICENSE(MIT)
PEERDIR(
contrib/python/ruamel.yaml.clib
)
NO_LINT()
PY_SRCS(
TOP_LEVEL
ruamel/yaml/__init__.py
ruamel/yaml/anchor.py
ruamel/yaml/comments.py
ruamel/yaml/compat.py
ruamel/yaml/composer.py
ruamel/yaml/configobjwalker.py
ruamel/yaml/constructor.py
ruamel/yaml/cyaml.py
ruamel/yaml/dumper.py
ruamel/yaml/emitter.py
ruamel/yaml/error.py
ruamel/yaml/events.py
ruamel/yaml/loader.py
ruamel/yaml/main.py
ruamel/yaml/nodes.py
ruamel/yaml/parser.py
ruamel/yaml/reader.py
ruamel/yaml/representer.py
ruamel/yaml/resolver.py
ruamel/yaml/scalarbool.py
ruamel/yaml/scalarfloat.py
ruamel/yaml/scalarint.py
ruamel/yaml/scalarstring.py
ruamel/yaml/scanner.py
ruamel/yaml/serializer.py
ruamel/yaml/tag.py
ruamel/yaml/timestamp.py
ruamel/yaml/tokens.py
ruamel/yaml/util.py
)
RESOURCE_FILES(
PREFIX contrib/python/ruamel.yaml/py3/
.dist-info/METADATA
.dist-info/top_level.txt
ruamel/yaml/py.typed
)
END()
|