Marcel Telka
2023-11-27 488211fd13ae75d06c9d4d948c3c5dabab71fc1b
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# This file was automatically generated using python-integrate-project
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file path=usr/bin/hypothesis-$(PYVER)
file path=usr/lib/python$(PYVER)/vendor-packages/_hypothesis_ftz_detector.py
file path=usr/lib/python$(PYVER)/vendor-packages/_hypothesis_pytestplugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis-$(HUMAN_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/_settings.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/configuration.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/control.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/core.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/database.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/entry_points.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/errors.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/_array_helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/_patching.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/array_api.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/cli.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/codemods.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/dateutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/django/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/django/_fields.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/django/_impl.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/dpcontracts.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/ghostwriter.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/lark.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/numpy.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/pandas/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/pandas/impl.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/pytestplugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/pytz.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/extra/redis.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/cathetus.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/charmap.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/choicetree.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/data.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/datatree.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/dfa/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/dfa/lstar.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/engine.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/floats.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/junkdrawer.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/optimiser.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/pareto.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinker.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/common.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/dfas.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/floats.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/integer.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/learned_dfas.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/lexical.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/shrinking/ordering.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/conjecture/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/coverage.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/detection.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/entropy.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/escalation.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/filtering.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/floats.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/healthcheck.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/intervalsets.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/reflection.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/scrutineer.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/internal/validation.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/provisional.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/reporting.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/stateful.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/statistics.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/attrs.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/collections.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/core.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/datetime.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/deferred.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/featureflags.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/flatmapped.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/ipaddress.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/lazy.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/misc.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/numbers.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/random.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/recursive.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/regex.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/shared.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/strategies.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/strings.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/types.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/strategies/_internal/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/utils/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/utils/conventions.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/utils/dynamicvariables.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/utils/terminal.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/vendor/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/vendor/pretty.py
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/vendor/tlds-alpha-by-domain.txt
file path=usr/lib/python$(PYVER)/vendor-packages/hypothesis/version.py
 
# python modules are unusable without python runtime binary
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    pkg.debug.depend.path=usr/bin
 
# Automatically generated dependencies based on distribution metadata
depend type=require fmri=pkg:/library/python/attrs-$(PYV)
depend type=require fmri=pkg:/library/python/exceptiongroup-$(PYV)
depend type=require fmri=pkg:/library/python/sortedcontainers-$(PYV)