aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/hypothesis/py2/ya.make
blob: 3456b3b912b0a4346054be8e60b72af58db82d9b (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by devtools/yamaker (pypi).

PY2_LIBRARY()

VERSION(4.57.1)

LICENSE(MPL-2.0)

PEERDIR(
    contrib/deprecated/python/enum34
    contrib/python/attrs
    contrib/python/importlib-resources
    contrib/python/sortedcontainers
)

NO_LINT()

NO_CHECK_IMPORTS(
    hypothesis.extra.*
)

PY_SRCS(
    TOP_LEVEL
    hypothesis/__init__.py
    hypothesis/_settings.py
    hypothesis/configuration.py
    hypothesis/control.py
    hypothesis/core.py
    hypothesis/database.py
    hypothesis/errors.py
    hypothesis/executors.py
    hypothesis/extra/__init__.py
    hypothesis/extra/dateutil.py
    hypothesis/extra/django/__init__.py
    hypothesis/extra/django/_fields.py
    hypothesis/extra/django/_impl.py
    hypothesis/extra/django/models.py
    hypothesis/extra/dpcontracts.py
    hypothesis/extra/lark.py
    hypothesis/extra/numpy.py
    hypothesis/extra/pandas/__init__.py
    hypothesis/extra/pandas/impl.py
    hypothesis/extra/pytestplugin.py
    hypothesis/extra/pytz.py
    hypothesis/internal/__init__.py
    hypothesis/internal/cache.py
    hypothesis/internal/cathetus.py
    hypothesis/internal/charmap.py
    hypothesis/internal/compat.py
    hypothesis/internal/conjecture/__init__.py
    hypothesis/internal/conjecture/choicetree.py
    hypothesis/internal/conjecture/data.py
    hypothesis/internal/conjecture/datatree.py
    hypothesis/internal/conjecture/engine.py
    hypothesis/internal/conjecture/floats.py
    hypothesis/internal/conjecture/junkdrawer.py
    hypothesis/internal/conjecture/optimiser.py
    hypothesis/internal/conjecture/pareto.py
    hypothesis/internal/conjecture/shrinker.py
    hypothesis/internal/conjecture/shrinking/__init__.py
    hypothesis/internal/conjecture/shrinking/common.py
    hypothesis/internal/conjecture/shrinking/floats.py
    hypothesis/internal/conjecture/shrinking/integer.py
    hypothesis/internal/conjecture/shrinking/lexical.py
    hypothesis/internal/conjecture/shrinking/ordering.py
    hypothesis/internal/conjecture/utils.py
    hypothesis/internal/coverage.py
    hypothesis/internal/detection.py
    hypothesis/internal/entropy.py
    hypothesis/internal/escalation.py
    hypothesis/internal/floats.py
    hypothesis/internal/healthcheck.py
    hypothesis/internal/intervalsets.py
    hypothesis/internal/lazyformat.py
    hypothesis/internal/reflection.py
    hypothesis/internal/validation.py
    hypothesis/provisional.py
    hypothesis/reporting.py
    hypothesis/stateful.py
    hypothesis/statistics.py
    hypothesis/strategies/__init__.py
    hypothesis/strategies/_internal/__init__.py
    hypothesis/strategies/_internal/attrs.py
    hypothesis/strategies/_internal/collections.py
    hypothesis/strategies/_internal/core.py
    hypothesis/strategies/_internal/datetime.py
    hypothesis/strategies/_internal/deferred.py
    hypothesis/strategies/_internal/featureflags.py
    hypothesis/strategies/_internal/flatmapped.py
    hypothesis/strategies/_internal/functions.py
    hypothesis/strategies/_internal/lazy.py
    hypothesis/strategies/_internal/misc.py
    hypothesis/strategies/_internal/numbers.py
    hypothesis/strategies/_internal/recursive.py
    hypothesis/strategies/_internal/regex.py
    hypothesis/strategies/_internal/shared.py
    hypothesis/strategies/_internal/strategies.py
    hypothesis/strategies/_internal/strings.py
    hypothesis/strategies/_internal/types.py
    hypothesis/types.py
    hypothesis/utils/__init__.py
    hypothesis/utils/conventions.py
    hypothesis/utils/dynamicvariables.py
    hypothesis/vendor/__init__.py
    hypothesis/vendor/pretty.py
    hypothesis/version.py
)

RESOURCE_FILES(
    PREFIX contrib/python/hypothesis/py2/
    .dist-info/METADATA
    .dist-info/entry_points.txt
    .dist-info/top_level.txt
    hypothesis/py.typed
    hypothesis/vendor/tlds-alpha-by-domain.txt
)

END()