blob: cb9c7478a1c8848782a7b8f025614f2da4fa9007 (
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
|
# Generated by devtools/yamaker (pypi).
PY3_LIBRARY()
VERSION(3.18.4)
LICENSE(MIT)
NO_COMPILER_WARNINGS()
NO_LINT()
NO_CHECK_IMPORTS(
simplejson.ordered_dict
)
SRCS(
simplejson/_speedups.c
)
PY_REGISTER(
simplejson._speedups
)
PY_SRCS(
TOP_LEVEL
simplejson/__init__.py
simplejson/compat.py
simplejson/decoder.py
simplejson/encoder.py
simplejson/errors.py
simplejson/ordered_dict.py
simplejson/raw_json.py
simplejson/scanner.py
simplejson/tool.py
)
RESOURCE_FILES(
PREFIX contrib/python/simplejson/py3/
.dist-info/METADATA
.dist-info/top_level.txt
)
END()
RECURSE_FOR_TESTS(
tests
)
|