>>> Building on exopi-5 under devel/py-hypothesis BDEPENDS = [devel/py-wheel;lang/python/3;devel/py-setuptools;devel/py-installer;devel/py-build] DIST = [devel/py-hypothesis:hypothesis-6.138.14.tar.gz] FULLPKGNAME = py3-hypothesis-6.138.14 RDEPENDS = [devel/py-coverage;lang/python/3;devel/py-attrs;devel/py-sortedcontainers] (Junk lock obtained for exopi-5 at 1778687511.49) >>> Running depends in devel/py-hypothesis at 1778687511.53 last junk was in games/singularity /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 >>> Running show-prepare-results in devel/py-hypothesis at 1778687513.81 ===> devel/py-hypothesis ===> Building from scratch py3-hypothesis-6.138.14 ===> py3-hypothesis-6.138.14 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-hypothesis-6.138.14 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-hypothesis-6.138.14 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-hypothesis-6.138.14 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-hypothesis-6.138.14 depends on: py3-wheel-* -> py3-wheel-0.47.0 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 (Junk lock released for exopi-5 at 1778687514.84) distfiles size=466152 >>> Running extract in devel/py-hypothesis at 1778687514.86 ===> devel/py-hypothesis ===> Checking files for py3-hypothesis-6.138.14 `/exopi-cvs/ports/distfiles/hypothesis-6.138.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-hypothesis-6.138.14 >>> Running build in devel/py-hypothesis at 1778687515.45 ===> devel/py-hypothesis ===> Patching for py3-hypothesis-6.138.14 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-hypothesis-6.138.14 ===> Configuring for py3-hypothesis-6.138.14 ===> Building for py3-hypothesis-6.138.14 * Getting build dependencies for wheel... No `packages` or `py_modules` configuration, performing automatic discovery. `src-layout` detected -- analysing ./src discovered packages -- ['hypothesis', 'hypothesis.extra', 'hypothesis.internal', 'hypothesis.strategies', 'hypothesis.utils', 'hypothesis.vendor', 'hypothesis.extra.django', 'hypothesis.extra.pandas', 'hypothesis.internal.conjecture', 'hypothesis.internal.conjecture.dfa', 'hypothesis.internal.conjecture.shrinking', 'hypothesis.strategies._internal'] discovered py_modules -- ['_hypothesis_ftz_detector', '_hypothesis_globals', '_hypothesis_pytestplugin'] running egg_info writing src/hypothesis.egg-info/PKG-INFO writing dependency_links to src/hypothesis.egg-info/dependency_links.txt writing entry points to src/hypothesis.egg-info/entry_points.txt writing requirements to src/hypothesis.egg-info/requires.txt writing top-level names to src/hypothesis.egg-info/top_level.txt reading manifest file 'src/hypothesis.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'src/hypothesis.egg-info/SOURCES.txt' * Building wheel... No `packages` or `py_modules` configuration, performing automatic discovery. `src-layout` detected -- analysing ./src discovered packages -- ['hypothesis', 'hypothesis.extra', 'hypothesis.internal', 'hypothesis.strategies', 'hypothesis.utils', 'hypothesis.vendor', 'hypothesis.extra.django', 'hypothesis.extra.pandas', 'hypothesis.internal.conjecture', 'hypothesis.internal.conjecture.dfa', 'hypothesis.internal.conjecture.shrinking', 'hypothesis.strategies._internal'] discovered py_modules -- ['_hypothesis_ftz_detector', '_hypothesis_globals', '_hypothesis_pytestplugin'] running bdist_wheel running build running build_py creating build/lib copying src/_hypothesis_ftz_detector.py -> build/lib copying src/_hypothesis_globals.py -> build/lib copying src/_hypothesis_pytestplugin.py -> build/lib creating build/lib/hypothesis copying src/hypothesis/__init__.py -> build/lib/hypothesis copying src/hypothesis/_settings.py -> build/lib/hypothesis copying src/hypothesis/configuration.py -> build/lib/hypothesis copying src/hypothesis/control.py -> build/lib/hypothesis copying src/hypothesis/core.py -> build/lib/hypothesis copying src/hypothesis/database.py -> build/lib/hypothesis copying src/hypothesis/entry_points.py -> build/lib/hypothesis copying src/hypothesis/errors.py -> build/lib/hypothesis copying src/hypothesis/provisional.py -> build/lib/hypothesis copying src/hypothesis/reporting.py -> build/lib/hypothesis copying src/hypothesis/stateful.py -> build/lib/hypothesis copying src/hypothesis/statistics.py -> build/lib/hypothesis copying src/hypothesis/version.py -> build/lib/hypothesis creating build/lib/hypothesis/extra copying src/hypothesis/extra/__init__.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/_array_helpers.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/_patching.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/array_api.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/cli.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/codemods.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/dateutil.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/dpcontracts.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/ghostwriter.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/lark.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/numpy.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytestplugin.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/pytz.py -> build/lib/hypothesis/extra copying src/hypothesis/extra/redis.py -> build/lib/hypothesis/extra creating build/lib/hypothesis/internal copying src/hypothesis/internal/__init__.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/cache.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/cathetus.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/charmap.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/compat.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/constants_ast.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/coverage.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/detection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/entropy.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/escalation.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/filtering.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/floats.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/healthcheck.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/intervalsets.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/lambda_sources.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/observability.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/reflection.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/scrutineer.py -> build/lib/hypothesis/internal copying src/hypothesis/internal/validation.py -> build/lib/hypothesis/internal creating build/lib/hypothesis/strategies copying src/hypothesis/strategies/__init__.py -> build/lib/hypothesis/strategies creating build/lib/hypothesis/utils copying src/hypothesis/utils/__init__.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/conventions.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/dynamicvariables.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/terminal.py -> build/lib/hypothesis/utils copying src/hypothesis/utils/threading.py -> build/lib/hypothesis/utils creating build/lib/hypothesis/vendor copying src/hypothesis/vendor/__init__.py -> build/lib/hypothesis/vendor copying src/hypothesis/vendor/pretty.py -> build/lib/hypothesis/vendor creating build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/__init__.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/_fields.py -> build/lib/hypothesis/extra/django copying src/hypothesis/extra/django/_impl.py -> build/lib/hypothesis/extra/django creating build/lib/hypothesis/extra/pandas copying src/hypothesis/extra/pandas/__init__.py -> build/lib/hypothesis/extra/pandas copying src/hypothesis/extra/pandas/impl.py -> build/lib/hypothesis/extra/pandas creating build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/__init__.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/choice.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/data.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/datatree.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/engine.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/floats.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/junkdrawer.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/optimiser.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/pareto.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/provider_conformance.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/providers.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/shrinker.py -> build/lib/hypothesis/internal/conjecture copying src/hypothesis/internal/conjecture/utils.py -> build/lib/hypothesis/internal/conjecture creating build/lib/hypothesis/internal/conjecture/dfa copying src/hypothesis/internal/conjecture/dfa/__init__.py -> build/lib/hypothesis/internal/conjecture/dfa copying src/hypothesis/internal/conjecture/dfa/lstar.py -> build/lib/hypothesis/internal/conjecture/dfa creating build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/__init__.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/bytes.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/choicetree.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/collection.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/common.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/floats.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/integer.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/ordering.py -> build/lib/hypothesis/internal/conjecture/shrinking copying src/hypothesis/internal/conjecture/shrinking/string.py -> build/lib/hypothesis/internal/conjecture/shrinking creating build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/__init__.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/attrs.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/collections.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/core.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/datetime.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/deferred.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/featureflags.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/flatmapped.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/functions.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/ipaddress.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/lazy.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/misc.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/numbers.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/random.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/recursive.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/regex.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/shared.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/strategies.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/strings.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/types.py -> build/lib/hypothesis/strategies/_internal copying src/hypothesis/strategies/_internal/utils.py -> build/lib/hypothesis/strategies/_internal running egg_info writing src/hypothesis.egg-info/PKG-INFO writing dependency_links to src/hypothesis.egg-info/dependency_links.txt writing entry points to src/hypothesis.egg-info/entry_points.txt writing requirements to src/hypothesis.egg-info/requires.txt writing top-level names to src/hypothesis.egg-info/top_level.txt reading manifest file 'src/hypothesis.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'src/hypothesis.egg-info/SOURCES.txt' copying src/hypothesis/py.typed -> build/lib/hypothesis copying src/hypothesis/vendor/tlds-alpha-by-domain.txt -> build/lib/hypothesis/vendor installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel copying build/lib/_hypothesis_ftz_detector.py -> build/bdist.openbsd-7.9-amd64/wheel/. copying build/lib/_hypothesis_globals.py -> build/bdist.openbsd-7.9-amd64/wheel/. copying build/lib/_hypothesis_pytestplugin.py -> build/bdist.openbsd-7.9-amd64/wheel/. creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis copying build/lib/hypothesis/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/_settings.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/configuration.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/control.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/core.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/database.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/entry_points.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/errors.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/provisional.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/reporting.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/stateful.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/statistics.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis copying build/lib/hypothesis/version.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/extra copying build/lib/hypothesis/extra/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/_array_helpers.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/_patching.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/array_api.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/cli.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/codemods.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/dateutil.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/dpcontracts.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/ghostwriter.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/lark.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/numpy.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/pytestplugin.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/pytz.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra copying build/lib/hypothesis/extra/redis.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/extra/django copying build/lib/hypothesis/extra/django/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra/django copying build/lib/hypothesis/extra/django/_fields.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra/django copying build/lib/hypothesis/extra/django/_impl.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra/django creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra/pandas copying build/lib/hypothesis/extra/pandas/impl.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/extra/pandas creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/internal copying build/lib/hypothesis/internal/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/cache.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/cathetus.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/charmap.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/compat.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/constants_ast.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/coverage.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/detection.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/entropy.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/escalation.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/filtering.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/floats.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/healthcheck.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/intervalsets.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/lambda_sources.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/observability.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/reflection.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/scrutineer.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal copying build/lib/hypothesis/internal/validation.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/choice.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/data.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/datatree.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/engine.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/floats.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/junkdrawer.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/optimiser.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/pareto.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/provider_conformance.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/providers.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/shrinker.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture copying build/lib/hypothesis/internal/conjecture/utils.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/internal/conjecture/dfa copying build/lib/hypothesis/internal/conjecture/dfa/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/dfa copying build/lib/hypothesis/internal/conjecture/dfa/lstar.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/dfa creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/bytes.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/choicetree.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/collection.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/common.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/floats.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/integer.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/ordering.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking copying build/lib/hypothesis/internal/conjecture/shrinking/string.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/internal/conjecture/shrinking creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/strategies copying build/lib/hypothesis/strategies/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/attrs.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/collections.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/core.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/datetime.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/deferred.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/featureflags.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/flatmapped.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/functions.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/ipaddress.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/lazy.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/misc.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/numbers.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/random.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/recursive.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/regex.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/shared.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/strategies.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/strings.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/types.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal copying build/lib/hypothesis/strategies/_internal/utils.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/strategies/_internal creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/utils copying build/lib/hypothesis/utils/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/conventions.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/dynamicvariables.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/terminal.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/utils copying build/lib/hypothesis/utils/threading.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/utils creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis/vendor copying build/lib/hypothesis/vendor/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/vendor copying build/lib/hypothesis/vendor/pretty.py -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/vendor copying build/lib/hypothesis/vendor/tlds-alpha-by-domain.txt -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis/vendor copying build/lib/hypothesis/py.typed -> build/bdist.openbsd-7.9-amd64/wheel/./hypothesis running install_egg_info Copying src/hypothesis.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./hypothesis-6.138.14-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/hypothesis-6.138.14.dist-info/WHEEL creating '/exopi-obj/pobj/py-hypothesis-6.138.14/hypothesis-6.138.14/dist/.tmp-lj0dn1qe/hypothesis-6.138.14-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding '_hypothesis_ftz_detector.py' adding '_hypothesis_globals.py' adding '_hypothesis_pytestplugin.py' adding 'hypothesis/__init__.py' adding 'hypothesis/_settings.py' adding 'hypothesis/configuration.py' adding 'hypothesis/control.py' adding 'hypothesis/core.py' adding 'hypothesis/database.py' adding 'hypothesis/entry_points.py' adding 'hypothesis/errors.py' adding 'hypothesis/provisional.py' adding 'hypothesis/py.typed' adding 'hypothesis/reporting.py' adding 'hypothesis/stateful.py' adding 'hypothesis/statistics.py' adding 'hypothesis/version.py' adding 'hypothesis/extra/__init__.py' adding 'hypothesis/extra/_array_helpers.py' adding 'hypothesis/extra/_patching.py' adding 'hypothesis/extra/array_api.py' adding 'hypothesis/extra/cli.py' adding 'hypothesis/extra/codemods.py' adding 'hypothesis/extra/dateutil.py' adding 'hypothesis/extra/dpcontracts.py' adding 'hypothesis/extra/ghostwriter.py' adding 'hypothesis/extra/lark.py' adding 'hypothesis/extra/numpy.py' adding 'hypothesis/extra/pytestplugin.py' adding 'hypothesis/extra/pytz.py' adding 'hypothesis/extra/redis.py' adding 'hypothesis/extra/django/__init__.py' adding 'hypothesis/extra/django/_fields.py' adding 'hypothesis/extra/django/_impl.py' adding 'hypothesis/extra/pandas/__init__.py' adding 'hypothesis/extra/pandas/impl.py' adding 'hypothesis/internal/__init__.py' adding 'hypothesis/internal/cache.py' adding 'hypothesis/internal/cathetus.py' adding 'hypothesis/internal/charmap.py' adding 'hypothesis/internal/compat.py' adding 'hypothesis/internal/constants_ast.py' adding 'hypothesis/internal/coverage.py' adding 'hypothesis/internal/detection.py' adding 'hypothesis/internal/entropy.py' adding 'hypothesis/internal/escalation.py' adding 'hypothesis/internal/filtering.py' adding 'hypothesis/internal/floats.py' adding 'hypothesis/internal/healthcheck.py' adding 'hypothesis/internal/intervalsets.py' adding 'hypothesis/internal/lambda_sources.py' adding 'hypothesis/internal/observability.py' adding 'hypothesis/internal/reflection.py' adding 'hypothesis/internal/scrutineer.py' adding 'hypothesis/internal/validation.py' adding 'hypothesis/internal/conjecture/__init__.py' adding 'hypothesis/internal/conjecture/choice.py' adding 'hypothesis/internal/conjecture/data.py' adding 'hypothesis/internal/conjecture/datatree.py' adding 'hypothesis/internal/conjecture/engine.py' adding 'hypothesis/internal/conjecture/floats.py' adding 'hypothesis/internal/conjecture/junkdrawer.py' adding 'hypothesis/internal/conjecture/optimiser.py' adding 'hypothesis/internal/conjecture/pareto.py' adding 'hypothesis/internal/conjecture/provider_conformance.py' adding 'hypothesis/internal/conjecture/providers.py' adding 'hypothesis/internal/conjecture/shrinker.py' adding 'hypothesis/internal/conjecture/utils.py' adding 'hypothesis/internal/conjecture/dfa/__init__.py' adding 'hypothesis/internal/conjecture/dfa/lstar.py' adding 'hypothesis/internal/conjecture/shrinking/__init__.py' adding 'hypothesis/internal/conjecture/shrinking/bytes.py' adding 'hypothesis/internal/conjecture/shrinking/choicetree.py' adding 'hypothesis/internal/conjecture/shrinking/collection.py' adding 'hypothesis/internal/conjecture/shrinking/common.py' adding 'hypothesis/internal/conjecture/shrinking/floats.py' adding 'hypothesis/internal/conjecture/shrinking/integer.py' adding 'hypothesis/internal/conjecture/shrinking/ordering.py' adding 'hypothesis/internal/conjecture/shrinking/string.py' adding 'hypothesis/strategies/__init__.py' adding 'hypothesis/strategies/_internal/__init__.py' adding 'hypothesis/strategies/_internal/attrs.py' adding 'hypothesis/strategies/_internal/collections.py' adding 'hypothesis/strategies/_internal/core.py' adding 'hypothesis/strategies/_internal/datetime.py' adding 'hypothesis/strategies/_internal/deferred.py' adding 'hypothesis/strategies/_internal/featureflags.py' adding 'hypothesis/strategies/_internal/flatmapped.py' adding 'hypothesis/strategies/_internal/functions.py' adding 'hypothesis/strategies/_internal/ipaddress.py' adding 'hypothesis/strategies/_internal/lazy.py' adding 'hypothesis/strategies/_internal/misc.py' adding 'hypothesis/strategies/_internal/numbers.py' adding 'hypothesis/strategies/_internal/random.py' adding 'hypothesis/strategies/_internal/recursive.py' adding 'hypothesis/strategies/_internal/regex.py' adding 'hypothesis/strategies/_internal/shared.py' adding 'hypothesis/strategies/_internal/strategies.py' adding 'hypothesis/strategies/_internal/strings.py' adding 'hypothesis/strategies/_internal/types.py' adding 'hypothesis/strategies/_internal/utils.py' adding 'hypothesis/utils/__init__.py' adding 'hypothesis/utils/conventions.py' adding 'hypothesis/utils/dynamicvariables.py' adding 'hypothesis/utils/terminal.py' adding 'hypothesis/utils/threading.py' adding 'hypothesis/vendor/__init__.py' adding 'hypothesis/vendor/pretty.py' adding 'hypothesis/vendor/tlds-alpha-by-domain.txt' adding 'hypothesis-6.138.14.dist-info/licenses/LICENSE.txt' adding 'hypothesis-6.138.14.dist-info/METADATA' adding 'hypothesis-6.138.14.dist-info/WHEEL' adding 'hypothesis-6.138.14.dist-info/entry_points.txt' adding 'hypothesis-6.138.14.dist-info/top_level.txt' adding 'hypothesis-6.138.14.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built hypothesis-6.138.14-py3-none-any.whl >>> Running package in devel/py-hypothesis at 1778687518.61 ===> devel/py-hypothesis ===> Faking installation for py3-hypothesis-6.138.14 ===> Building package for py3-hypothesis-6.138.14 Create /exopi-cvs/ports/packages/amd64/all/py3-hypothesis-6.138.14.tgz Creating package py3-hypothesis-6.138.14 reading plist| checking dependencies| checking dependencies|devel/py-attrs checking dependencies|devel/py-coverage checking dependencies|devel/py-sortedcontainers checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|*** | 5% archiving|**** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 19% archiving|************* | 21% archiving|************** | 21% archiving|************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************* | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|******************************* | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|******************************************** | 70% archiving|********************************************* | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-hypothesis-6.138.14 was updated --- /exopi-cvs/ports/plist/amd64/py3-hypothesis-6.138.14 +++ /exopi-cvs/ports/plist/amd64/py3-hypothesis-6.138.14-new @@ -1,5 +1,5 @@ @name py3-hypothesis-6.138.14 -@version 16 +@version 17 @comment pkgpath=devel/py-hypothesis ftp=yes @arch amd64 +DESC @@ -11,359 +11,359 @@ @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13 @cwd /usr/local bin/hypothesis -lib/python3.13/site-packages/__pycache__/ -lib/python3.13/site-packages/__pycache__/_hypothesis_ftz_detector.cpython-313.opt-1.pyc -lib/python3.13/site-packages/__pycache__/_hypothesis_ftz_detector.cpython-313.pyc -lib/python3.13/site-packages/__pycache__/_hypothesis_globals.cpython-313.opt-1.pyc -lib/python3.13/site-packages/__pycache__/_hypothesis_globals.cpython-313.pyc -lib/python3.13/site-packages/__pycache__/_hypothesis_pytestplugin.cpython-313.opt-1.pyc -lib/python3.13/site-packages/__pycache__/_hypothesis_pytestplugin.cpython-313.pyc -lib/python3.13/site-packages/_hypothesis_ftz_detector.py -lib/python3.13/site-packages/_hypothesis_globals.py -lib/python3.13/site-packages/_hypothesis_pytestplugin.py -lib/python3.13/site-packages/hypothesis/ -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/ -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/METADATA -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/RECORD -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/WHEEL -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/entry_points.txt -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/licenses/ -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/licenses/LICENSE.txt -lib/python3.13/site-packages/hypothesis-6.138.14.dist-info/top_level.txt -lib/python3.13/site-packages/hypothesis/__init__.py -lib/python3.13/site-packages/hypothesis/__pycache__/ -lib/python3.13/site-packages/hypothesis/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/_settings.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/_settings.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/configuration.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/configuration.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/control.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/control.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/core.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/core.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/database.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/database.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/entry_points.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/entry_points.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/errors.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/errors.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/provisional.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/provisional.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/reporting.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/reporting.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/stateful.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/stateful.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/statistics.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/statistics.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/version.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/__pycache__/version.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/_settings.py -lib/python3.13/site-packages/hypothesis/configuration.py -lib/python3.13/site-packages/hypothesis/control.py -lib/python3.13/site-packages/hypothesis/core.py -lib/python3.13/site-packages/hypothesis/database.py -lib/python3.13/site-packages/hypothesis/entry_points.py -lib/python3.13/site-packages/hypothesis/errors.py -lib/python3.13/site-packages/hypothesis/extra/ -lib/python3.13/site-packages/hypothesis/extra/__init__.py -lib/python3.13/site-packages/hypothesis/extra/__pycache__/ -lib/python3.13/site-packages/hypothesis/extra/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/_array_helpers.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/_array_helpers.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/_patching.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/_patching.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/array_api.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/array_api.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/cli.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/cli.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/codemods.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/codemods.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/dateutil.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/dateutil.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/dpcontracts.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/dpcontracts.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/ghostwriter.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/ghostwriter.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/lark.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/lark.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/numpy.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/numpy.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/pytz.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/pytz.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/redis.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/__pycache__/redis.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/_array_helpers.py -lib/python3.13/site-packages/hypothesis/extra/_patching.py -lib/python3.13/site-packages/hypothesis/extra/array_api.py -lib/python3.13/site-packages/hypothesis/extra/cli.py -lib/python3.13/site-packages/hypothesis/extra/codemods.py -lib/python3.13/site-packages/hypothesis/extra/dateutil.py -lib/python3.13/site-packages/hypothesis/extra/django/ -lib/python3.13/site-packages/hypothesis/extra/django/__init__.py -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/ -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/_fields.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/_fields.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/_impl.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/django/__pycache__/_impl.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/django/_fields.py -lib/python3.13/site-packages/hypothesis/extra/django/_impl.py -lib/python3.13/site-packages/hypothesis/extra/dpcontracts.py -lib/python3.13/site-packages/hypothesis/extra/ghostwriter.py -lib/python3.13/site-packages/hypothesis/extra/lark.py -lib/python3.13/site-packages/hypothesis/extra/numpy.py -lib/python3.13/site-packages/hypothesis/extra/pandas/ -lib/python3.13/site-packages/hypothesis/extra/pandas/__init__.py -lib/python3.13/site-packages/hypothesis/extra/pandas/__pycache__/ -lib/python3.13/site-packages/hypothesis/extra/pandas/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/pandas/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/pandas/__pycache__/impl.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/extra/pandas/__pycache__/impl.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/extra/pandas/impl.py -lib/python3.13/site-packages/hypothesis/extra/pytestplugin.py -lib/python3.13/site-packages/hypothesis/extra/pytz.py -lib/python3.13/site-packages/hypothesis/extra/redis.py -lib/python3.13/site-packages/hypothesis/internal/ -lib/python3.13/site-packages/hypothesis/internal/__init__.py -lib/python3.13/site-packages/hypothesis/internal/__pycache__/ -lib/python3.13/site-packages/hypothesis/internal/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/cache.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/cache.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/cathetus.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/cathetus.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/charmap.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/charmap.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/compat.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/compat.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/constants_ast.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/constants_ast.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/coverage.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/coverage.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/detection.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/detection.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/entropy.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/entropy.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/escalation.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/escalation.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/filtering.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/filtering.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/floats.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/floats.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/intervalsets.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/intervalsets.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/lambda_sources.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/lambda_sources.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/observability.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/observability.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/reflection.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/reflection.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/scrutineer.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/scrutineer.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/validation.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/__pycache__/validation.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/cache.py -lib/python3.13/site-packages/hypothesis/internal/cathetus.py -lib/python3.13/site-packages/hypothesis/internal/charmap.py -lib/python3.13/site-packages/hypothesis/internal/compat.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/ -lib/python3.13/site-packages/hypothesis/internal/conjecture/__init__.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/ -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/choice.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/choice.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/datatree.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/datatree.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/junkdrawer.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/junkdrawer.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/optimiser.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/optimiser.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/pareto.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/pareto.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/provider_conformance.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/provider_conformance.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/providers.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/providers.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/shrinker.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/shrinker.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/choice.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/data.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/datatree.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/ -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/__init__.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/ -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/lstar.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/lstar.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/dfa/lstar.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/engine.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/floats.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/junkdrawer.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/optimiser.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/pareto.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/provider_conformance.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/providers.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinker.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/ -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/bytes.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/bytes.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/choicetree.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/choicetree.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/collection.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/collection.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/common.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/common.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/floats.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/floats.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/integer.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/integer.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ordering.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ordering.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/string.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/string.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/bytes.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/choicetree.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/collection.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/common.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/floats.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/integer.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/shrinking/string.py -lib/python3.13/site-packages/hypothesis/internal/conjecture/utils.py -lib/python3.13/site-packages/hypothesis/internal/constants_ast.py -lib/python3.13/site-packages/hypothesis/internal/coverage.py -lib/python3.13/site-packages/hypothesis/internal/detection.py -lib/python3.13/site-packages/hypothesis/internal/entropy.py -lib/python3.13/site-packages/hypothesis/internal/escalation.py -lib/python3.13/site-packages/hypothesis/internal/filtering.py -lib/python3.13/site-packages/hypothesis/internal/floats.py -lib/python3.13/site-packages/hypothesis/internal/healthcheck.py -lib/python3.13/site-packages/hypothesis/internal/intervalsets.py -lib/python3.13/site-packages/hypothesis/internal/lambda_sources.py -lib/python3.13/site-packages/hypothesis/internal/observability.py -lib/python3.13/site-packages/hypothesis/internal/reflection.py -lib/python3.13/site-packages/hypothesis/internal/scrutineer.py -lib/python3.13/site-packages/hypothesis/internal/validation.py -lib/python3.13/site-packages/hypothesis/provisional.py -lib/python3.13/site-packages/hypothesis/py.typed -lib/python3.13/site-packages/hypothesis/reporting.py -lib/python3.13/site-packages/hypothesis/stateful.py -lib/python3.13/site-packages/hypothesis/statistics.py -lib/python3.13/site-packages/hypothesis/strategies/ -lib/python3.13/site-packages/hypothesis/strategies/__init__.py -lib/python3.13/site-packages/hypothesis/strategies/__pycache__/ -lib/python3.13/site-packages/hypothesis/strategies/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/ -lib/python3.13/site-packages/hypothesis/strategies/_internal/__init__.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/ -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/attrs.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/attrs.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/collections.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/collections.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/core.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/core.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/datetime.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/datetime.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/deferred.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/deferred.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/featureflags.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/featureflags.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/flatmapped.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/flatmapped.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/functions.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/functions.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/ipaddress.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/ipaddress.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/lazy.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/lazy.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/misc.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/misc.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/numbers.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/numbers.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/random.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/random.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/recursive.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/recursive.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/regex.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/regex.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/shared.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/shared.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/strategies.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/strategies.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/strings.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/strings.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/types.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/types.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/utils.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/__pycache__/utils.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/strategies/_internal/attrs.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/collections.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/core.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/datetime.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/deferred.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/featureflags.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/flatmapped.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/functions.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/ipaddress.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/lazy.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/misc.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/numbers.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/random.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/recursive.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/regex.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/shared.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/strategies.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/strings.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/types.py -lib/python3.13/site-packages/hypothesis/strategies/_internal/utils.py -lib/python3.13/site-packages/hypothesis/utils/ -lib/python3.13/site-packages/hypothesis/utils/__init__.py -lib/python3.13/site-packages/hypothesis/utils/__pycache__/ -lib/python3.13/site-packages/hypothesis/utils/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/conventions.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/conventions.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/dynamicvariables.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/dynamicvariables.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/terminal.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/terminal.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/threading.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/utils/__pycache__/threading.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/utils/conventions.py -lib/python3.13/site-packages/hypothesis/utils/dynamicvariables.py -lib/python3.13/site-packages/hypothesis/utils/terminal.py -lib/python3.13/site-packages/hypothesis/utils/threading.py -lib/python3.13/site-packages/hypothesis/vendor/ -lib/python3.13/site-packages/hypothesis/vendor/__init__.py -lib/python3.13/site-packages/hypothesis/vendor/__pycache__/ -lib/python3.13/site-packages/hypothesis/vendor/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/vendor/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/vendor/__pycache__/pretty.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hypothesis/vendor/__pycache__/pretty.cpython-313.pyc -lib/python3.13/site-packages/hypothesis/vendor/pretty.py -lib/python3.13/site-packages/hypothesis/vendor/tlds-alpha-by-domain.txt -lib/python3.13/site-packages/hypothesis/version.py +lib/python3.14/site-packages/__pycache__/ +lib/python3.14/site-packages/__pycache__/_hypothesis_ftz_detector.cpython-314.opt-1.pyc +lib/python3.14/site-packages/__pycache__/_hypothesis_ftz_detector.cpython-314.pyc +lib/python3.14/site-packages/__pycache__/_hypothesis_globals.cpython-314.opt-1.pyc +lib/python3.14/site-packages/__pycache__/_hypothesis_globals.cpython-314.pyc +lib/python3.14/site-packages/__pycache__/_hypothesis_pytestplugin.cpython-314.opt-1.pyc +lib/python3.14/site-packages/__pycache__/_hypothesis_pytestplugin.cpython-314.pyc +lib/python3.14/site-packages/_hypothesis_ftz_detector.py +lib/python3.14/site-packages/_hypothesis_globals.py +lib/python3.14/site-packages/_hypothesis_pytestplugin.py +lib/python3.14/site-packages/hypothesis/ +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/ +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/METADATA +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/RECORD +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/WHEEL +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/entry_points.txt +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/licenses/ +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/licenses/LICENSE.txt +lib/python3.14/site-packages/hypothesis-6.138.14.dist-info/top_level.txt +lib/python3.14/site-packages/hypothesis/__init__.py +lib/python3.14/site-packages/hypothesis/__pycache__/ +lib/python3.14/site-packages/hypothesis/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/_settings.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/_settings.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/configuration.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/configuration.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/control.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/control.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/core.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/core.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/database.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/database.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/entry_points.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/entry_points.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/errors.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/errors.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/provisional.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/provisional.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/reporting.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/reporting.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/stateful.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/stateful.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/statistics.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/statistics.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/version.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/__pycache__/version.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/_settings.py +lib/python3.14/site-packages/hypothesis/configuration.py +lib/python3.14/site-packages/hypothesis/control.py +lib/python3.14/site-packages/hypothesis/core.py +lib/python3.14/site-packages/hypothesis/database.py +lib/python3.14/site-packages/hypothesis/entry_points.py +lib/python3.14/site-packages/hypothesis/errors.py +lib/python3.14/site-packages/hypothesis/extra/ +lib/python3.14/site-packages/hypothesis/extra/__init__.py +lib/python3.14/site-packages/hypothesis/extra/__pycache__/ +lib/python3.14/site-packages/hypothesis/extra/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/_array_helpers.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/_array_helpers.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/_patching.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/_patching.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/array_api.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/array_api.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/cli.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/cli.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/codemods.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/codemods.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/dateutil.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/dateutil.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/dpcontracts.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/dpcontracts.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/ghostwriter.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/ghostwriter.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/lark.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/lark.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/numpy.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/numpy.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/pytestplugin.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/pytz.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/pytz.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/redis.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/__pycache__/redis.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/_array_helpers.py +lib/python3.14/site-packages/hypothesis/extra/_patching.py +lib/python3.14/site-packages/hypothesis/extra/array_api.py +lib/python3.14/site-packages/hypothesis/extra/cli.py +lib/python3.14/site-packages/hypothesis/extra/codemods.py +lib/python3.14/site-packages/hypothesis/extra/dateutil.py +lib/python3.14/site-packages/hypothesis/extra/django/ +lib/python3.14/site-packages/hypothesis/extra/django/__init__.py +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/ +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/_fields.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/_fields.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/_impl.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/django/__pycache__/_impl.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/django/_fields.py +lib/python3.14/site-packages/hypothesis/extra/django/_impl.py +lib/python3.14/site-packages/hypothesis/extra/dpcontracts.py +lib/python3.14/site-packages/hypothesis/extra/ghostwriter.py +lib/python3.14/site-packages/hypothesis/extra/lark.py +lib/python3.14/site-packages/hypothesis/extra/numpy.py +lib/python3.14/site-packages/hypothesis/extra/pandas/ +lib/python3.14/site-packages/hypothesis/extra/pandas/__init__.py +lib/python3.14/site-packages/hypothesis/extra/pandas/__pycache__/ +lib/python3.14/site-packages/hypothesis/extra/pandas/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/pandas/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/pandas/__pycache__/impl.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/extra/pandas/__pycache__/impl.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/extra/pandas/impl.py +lib/python3.14/site-packages/hypothesis/extra/pytestplugin.py +lib/python3.14/site-packages/hypothesis/extra/pytz.py +lib/python3.14/site-packages/hypothesis/extra/redis.py +lib/python3.14/site-packages/hypothesis/internal/ +lib/python3.14/site-packages/hypothesis/internal/__init__.py +lib/python3.14/site-packages/hypothesis/internal/__pycache__/ +lib/python3.14/site-packages/hypothesis/internal/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/cache.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/cache.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/cathetus.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/cathetus.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/charmap.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/charmap.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/compat.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/compat.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/constants_ast.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/constants_ast.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/coverage.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/coverage.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/detection.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/detection.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/entropy.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/entropy.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/escalation.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/escalation.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/filtering.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/filtering.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/floats.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/floats.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/healthcheck.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/intervalsets.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/intervalsets.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/lambda_sources.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/lambda_sources.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/observability.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/observability.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/reflection.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/reflection.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/scrutineer.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/scrutineer.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/validation.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/__pycache__/validation.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/cache.py +lib/python3.14/site-packages/hypothesis/internal/cathetus.py +lib/python3.14/site-packages/hypothesis/internal/charmap.py +lib/python3.14/site-packages/hypothesis/internal/compat.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/ +lib/python3.14/site-packages/hypothesis/internal/conjecture/__init__.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/ +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/choice.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/choice.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/data.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/datatree.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/datatree.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/engine.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/floats.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/junkdrawer.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/junkdrawer.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/optimiser.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/optimiser.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/pareto.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/pareto.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/provider_conformance.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/provider_conformance.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/providers.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/providers.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/shrinker.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/shrinker.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/__pycache__/utils.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/choice.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/data.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/datatree.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/ +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/__init__.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/ +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/lstar.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/__pycache__/lstar.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/dfa/lstar.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/engine.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/floats.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/junkdrawer.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/optimiser.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/pareto.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/provider_conformance.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/providers.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinker.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/ +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__init__.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/bytes.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/bytes.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/choicetree.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/choicetree.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/collection.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/collection.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/common.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/common.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/floats.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/floats.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/integer.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/integer.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ordering.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/ordering.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/string.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/__pycache__/string.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/bytes.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/choicetree.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/collection.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/common.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/floats.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/integer.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/ordering.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/shrinking/string.py +lib/python3.14/site-packages/hypothesis/internal/conjecture/utils.py +lib/python3.14/site-packages/hypothesis/internal/constants_ast.py +lib/python3.14/site-packages/hypothesis/internal/coverage.py +lib/python3.14/site-packages/hypothesis/internal/detection.py +lib/python3.14/site-packages/hypothesis/internal/entropy.py +lib/python3.14/site-packages/hypothesis/internal/escalation.py +lib/python3.14/site-packages/hypothesis/internal/filtering.py +lib/python3.14/site-packages/hypothesis/internal/floats.py +lib/python3.14/site-packages/hypothesis/internal/healthcheck.py +lib/python3.14/site-packages/hypothesis/internal/intervalsets.py +lib/python3.14/site-packages/hypothesis/internal/lambda_sources.py +lib/python3.14/site-packages/hypothesis/internal/observability.py +lib/python3.14/site-packages/hypothesis/internal/reflection.py +lib/python3.14/site-packages/hypothesis/internal/scrutineer.py +lib/python3.14/site-packages/hypothesis/internal/validation.py +lib/python3.14/site-packages/hypothesis/provisional.py +lib/python3.14/site-packages/hypothesis/py.typed +lib/python3.14/site-packages/hypothesis/reporting.py +lib/python3.14/site-packages/hypothesis/stateful.py +lib/python3.14/site-packages/hypothesis/statistics.py +lib/python3.14/site-packages/hypothesis/strategies/ +lib/python3.14/site-packages/hypothesis/strategies/__init__.py +lib/python3.14/site-packages/hypothesis/strategies/__pycache__/ +lib/python3.14/site-packages/hypothesis/strategies/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/ +lib/python3.14/site-packages/hypothesis/strategies/_internal/__init__.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/ +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/attrs.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/attrs.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/collections.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/collections.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/core.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/core.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/datetime.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/datetime.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/deferred.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/deferred.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/featureflags.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/featureflags.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/flatmapped.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/flatmapped.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/functions.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/functions.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/ipaddress.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/ipaddress.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/lazy.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/lazy.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/misc.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/misc.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/numbers.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/numbers.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/random.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/random.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/recursive.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/recursive.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/regex.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/regex.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/shared.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/shared.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/strategies.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/strategies.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/strings.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/strings.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/types.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/types.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/utils.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/__pycache__/utils.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/strategies/_internal/attrs.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/collections.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/core.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/datetime.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/deferred.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/featureflags.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/flatmapped.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/functions.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/ipaddress.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/lazy.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/misc.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/numbers.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/random.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/recursive.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/regex.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/shared.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/strategies.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/strings.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/types.py +lib/python3.14/site-packages/hypothesis/strategies/_internal/utils.py +lib/python3.14/site-packages/hypothesis/utils/ +lib/python3.14/site-packages/hypothesis/utils/__init__.py +lib/python3.14/site-packages/hypothesis/utils/__pycache__/ +lib/python3.14/site-packages/hypothesis/utils/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/conventions.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/conventions.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/dynamicvariables.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/dynamicvariables.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/terminal.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/terminal.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/threading.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/utils/__pycache__/threading.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/utils/conventions.py +lib/python3.14/site-packages/hypothesis/utils/dynamicvariables.py +lib/python3.14/site-packages/hypothesis/utils/terminal.py +lib/python3.14/site-packages/hypothesis/utils/threading.py +lib/python3.14/site-packages/hypothesis/vendor/ +lib/python3.14/site-packages/hypothesis/vendor/__init__.py +lib/python3.14/site-packages/hypothesis/vendor/__pycache__/ +lib/python3.14/site-packages/hypothesis/vendor/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/vendor/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/vendor/__pycache__/pretty.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hypothesis/vendor/__pycache__/pretty.cpython-314.pyc +lib/python3.14/site-packages/hypothesis/vendor/pretty.py +lib/python3.14/site-packages/hypothesis/vendor/tlds-alpha-by-domain.txt +lib/python3.14/site-packages/hypothesis/version.py Link to /exopi-cvs/ports/packages/amd64/ftp/py3-hypothesis-6.138.14.tgz >>> Running clean in devel/py-hypothesis at 1778687524.85 ===> devel/py-hypothesis ===> Cleaning for py3-hypothesis-6.138.14 >>> Ended at 1778687525.09 max_stuck=1.84/depends=2.29/show-prepare-results=1.05/extract=0.57/build=3.15/package=6.25/clean=0.28