>>> Building on exopi-3 under devel/py-hamcrest BDEPENDS = [devel/py-setuptools;lang/python/3;devel/py-installer;devel/py-wheel;devel/py-build] DIST = [devel/py-hamcrest:PyHamcrest-2.0.3.tar.gz] FULLPKGNAME = py3-hamcrest-2.0.3p3 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-3 at 1778680707.99) >>> Running depends in devel/py-hamcrest at 1778680708.03 last junk was in geo/py-xyzservices /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 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 python-3.14.4p0 >>> Running show-prepare-results in devel/py-hamcrest at 1778680709.98 ===> devel/py-hamcrest ===> Building from scratch py3-hamcrest-2.0.3p3 ===> py3-hamcrest-2.0.3p3 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-hamcrest-2.0.3p3 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-hamcrest-2.0.3p3 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-hamcrest-2.0.3p3 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-hamcrest-2.0.3p3 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-3 at 1778680711.04) distfiles size=68295 >>> Running extract in devel/py-hamcrest at 1778680711.07 ===> devel/py-hamcrest ===> Checking files for py3-hamcrest-2.0.3p3 `/exopi-cvs/ports/distfiles/PyHamcrest-2.0.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-hamcrest-2.0.3p3 >>> Running build in devel/py-hamcrest at 1778680711.68 ===> devel/py-hamcrest ===> Patching for py3-hamcrest-2.0.3p3 ===> 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-hamcrest-2.0.3p3 ===> Configuring for py3-hamcrest-2.0.3p3 ===> Building for py3-hamcrest-2.0.3p3 * Getting build dependencies for wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/PyHamcrest.egg-info/PKG-INFO writing dependency_links to src/PyHamcrest.egg-info/dependency_links.txt writing requirements to src/PyHamcrest.egg-info/requires.txt writing top-level names to src/PyHamcrest.egg-info/top_level.txt reading manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.md' warning: no files found matching 'conftest.py' warning: no files found matching 'doc/docutils.conf' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching '*.svg' under directory 'doc' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'docker' warning: no previously-included files found matching 'release.sh' adding license file 'LICENSE.txt' writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' * Building wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/hamcrest copying src/hamcrest/__init__.py -> build/lib/hamcrest creating build/lib/hamcrest/core copying src/hamcrest/core/__init__.py -> build/lib/hamcrest/core copying src/hamcrest/core/assert_that.py -> build/lib/hamcrest/core copying src/hamcrest/core/base_description.py -> build/lib/hamcrest/core copying src/hamcrest/core/base_matcher.py -> build/lib/hamcrest/core copying src/hamcrest/core/description.py -> build/lib/hamcrest/core copying src/hamcrest/core/matcher.py -> build/lib/hamcrest/core copying src/hamcrest/core/selfdescribing.py -> build/lib/hamcrest/core copying src/hamcrest/core/selfdescribingvalue.py -> build/lib/hamcrest/core copying src/hamcrest/core/string_description.py -> build/lib/hamcrest/core creating build/lib/hamcrest/library copying src/hamcrest/library/__init__.py -> build/lib/hamcrest/library creating build/lib/hamcrest/core/core copying src/hamcrest/core/core/__init__.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/allof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/anyof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/described_as.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/is_.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isanything.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isequal.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isinstanceof.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isnone.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/isnot.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/issame.py -> build/lib/hamcrest/core/core copying src/hamcrest/core/core/raises.py -> build/lib/hamcrest/core/core creating build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/__init__.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/hasmethod.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/ismock.py -> build/lib/hamcrest/core/helpers copying src/hamcrest/core/helpers/wrap_matcher.py -> build/lib/hamcrest/core/helpers creating build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/__init__.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/is_empty.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containing.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingentries.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingkey.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isdict_containingvalue.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/isin.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containing.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containinginanyorder.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_containinginorder.py -> build/lib/hamcrest/library/collection copying src/hamcrest/library/collection/issequence_onlycontaining.py -> build/lib/hamcrest/library/collection creating build/lib/hamcrest/library/integration copying src/hamcrest/library/integration/__init__.py -> build/lib/hamcrest/library/integration copying src/hamcrest/library/integration/match_equality.py -> build/lib/hamcrest/library/integration creating build/lib/hamcrest/library/number copying src/hamcrest/library/number/__init__.py -> build/lib/hamcrest/library/number copying src/hamcrest/library/number/iscloseto.py -> build/lib/hamcrest/library/number copying src/hamcrest/library/number/ordering_comparison.py -> build/lib/hamcrest/library/number creating build/lib/hamcrest/library/object copying src/hamcrest/library/object/__init__.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/haslength.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/hasproperty.py -> build/lib/hamcrest/library/object copying src/hamcrest/library/object/hasstring.py -> build/lib/hamcrest/library/object creating build/lib/hamcrest/library/text copying src/hamcrest/library/text/__init__.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/isequal_ignoring_case.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/isequal_ignoring_whitespace.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringcontains.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringcontainsinorder.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringendswith.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringmatches.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/stringstartswith.py -> build/lib/hamcrest/library/text copying src/hamcrest/library/text/substringmatcher.py -> build/lib/hamcrest/library/text copying src/hamcrest/py.typed -> build/lib/hamcrest installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest copying build/lib/hamcrest/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/core copying build/lib/hamcrest/core/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/assert_that.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/base_description.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/base_matcher.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/description.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/matcher.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/selfdescribing.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/selfdescribingvalue.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core copying build/lib/hamcrest/core/string_description.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/core/core copying build/lib/hamcrest/core/core/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/allof.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/anyof.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/described_as.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/is_.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/isanything.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/isequal.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/isinstanceof.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/isnone.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/isnot.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/issame.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core copying build/lib/hamcrest/core/core/raises.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/core creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/hasmethod.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/ismock.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/helpers copying build/lib/hamcrest/core/helpers/wrap_matcher.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/core/helpers creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/library copying build/lib/hamcrest/library/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/library/collection copying build/lib/hamcrest/library/collection/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/is_empty.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containing.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingentries.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingkey.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/isdict_containingvalue.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/isin.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containing.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containinginanyorder.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_containinginorder.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection copying build/lib/hamcrest/library/collection/issequence_onlycontaining.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/collection creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/library/integration copying build/lib/hamcrest/library/integration/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/integration copying build/lib/hamcrest/library/integration/match_equality.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/integration creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/library/number copying build/lib/hamcrest/library/number/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/number copying build/lib/hamcrest/library/number/iscloseto.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/number copying build/lib/hamcrest/library/number/ordering_comparison.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/number creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/library/object copying build/lib/hamcrest/library/object/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/object copying build/lib/hamcrest/library/object/haslength.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/object copying build/lib/hamcrest/library/object/hasproperty.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/object copying build/lib/hamcrest/library/object/hasstring.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/object creating build/bdist.openbsd-7.9-amd64/wheel/hamcrest/library/text copying build/lib/hamcrest/library/text/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/isequal_ignoring_case.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/isequal_ignoring_whitespace.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/stringcontains.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/stringcontainsinorder.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/stringendswith.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/stringmatches.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/stringstartswith.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/library/text/substringmatcher.py -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest/library/text copying build/lib/hamcrest/py.typed -> build/bdist.openbsd-7.9-amd64/wheel/./hamcrest running install_egg_info running egg_info writing src/PyHamcrest.egg-info/PKG-INFO writing dependency_links to src/PyHamcrest.egg-info/dependency_links.txt writing requirements to src/PyHamcrest.egg-info/requires.txt writing top-level names to src/PyHamcrest.egg-info/top_level.txt reading manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.md' warning: no files found matching 'conftest.py' warning: no files found matching 'doc/docutils.conf' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching '*.svg' under directory 'doc' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'docker' warning: no previously-included files found matching 'release.sh' adding license file 'LICENSE.txt' writing manifest file 'src/PyHamcrest.egg-info/SOURCES.txt' Copying src/PyHamcrest.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./PyHamcrest-2.0.3-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/pyhamcrest-2.0.3.dist-info/WHEEL creating '/exopi-obj/pobj/py-hamcrest-2.0.3/PyHamcrest-2.0.3/dist/.tmp-6ppvtqjb/pyhamcrest-2.0.3-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'hamcrest/__init__.py' adding 'hamcrest/py.typed' adding 'hamcrest/core/__init__.py' adding 'hamcrest/core/assert_that.py' adding 'hamcrest/core/base_description.py' adding 'hamcrest/core/base_matcher.py' adding 'hamcrest/core/description.py' adding 'hamcrest/core/matcher.py' adding 'hamcrest/core/selfdescribing.py' adding 'hamcrest/core/selfdescribingvalue.py' adding 'hamcrest/core/string_description.py' adding 'hamcrest/core/core/__init__.py' adding 'hamcrest/core/core/allof.py' adding 'hamcrest/core/core/anyof.py' adding 'hamcrest/core/core/described_as.py' adding 'hamcrest/core/core/is_.py' adding 'hamcrest/core/core/isanything.py' adding 'hamcrest/core/core/isequal.py' adding 'hamcrest/core/core/isinstanceof.py' adding 'hamcrest/core/core/isnone.py' adding 'hamcrest/core/core/isnot.py' adding 'hamcrest/core/core/issame.py' adding 'hamcrest/core/core/raises.py' adding 'hamcrest/core/helpers/__init__.py' adding 'hamcrest/core/helpers/hasmethod.py' adding 'hamcrest/core/helpers/ismock.py' adding 'hamcrest/core/helpers/wrap_matcher.py' adding 'hamcrest/library/__init__.py' adding 'hamcrest/library/collection/__init__.py' adding 'hamcrest/library/collection/is_empty.py' adding 'hamcrest/library/collection/isdict_containing.py' adding 'hamcrest/library/collection/isdict_containingentries.py' adding 'hamcrest/library/collection/isdict_containingkey.py' adding 'hamcrest/library/collection/isdict_containingvalue.py' adding 'hamcrest/library/collection/isin.py' adding 'hamcrest/library/collection/issequence_containing.py' adding 'hamcrest/library/collection/issequence_containinginanyorder.py' adding 'hamcrest/library/collection/issequence_containinginorder.py' adding 'hamcrest/library/collection/issequence_onlycontaining.py' adding 'hamcrest/library/integration/__init__.py' adding 'hamcrest/library/integration/match_equality.py' adding 'hamcrest/library/number/__init__.py' adding 'hamcrest/library/number/iscloseto.py' adding 'hamcrest/library/number/ordering_comparison.py' adding 'hamcrest/library/object/__init__.py' adding 'hamcrest/library/object/haslength.py' adding 'hamcrest/library/object/hasproperty.py' adding 'hamcrest/library/object/hasstring.py' adding 'hamcrest/library/text/__init__.py' adding 'hamcrest/library/text/isequal_ignoring_case.py' adding 'hamcrest/library/text/isequal_ignoring_whitespace.py' adding 'hamcrest/library/text/stringcontains.py' adding 'hamcrest/library/text/stringcontainsinorder.py' adding 'hamcrest/library/text/stringendswith.py' adding 'hamcrest/library/text/stringmatches.py' adding 'hamcrest/library/text/stringstartswith.py' adding 'hamcrest/library/text/substringmatcher.py' adding 'pyhamcrest-2.0.3.dist-info/licenses/LICENSE.txt' adding 'pyhamcrest-2.0.3.dist-info/METADATA' adding 'pyhamcrest-2.0.3.dist-info/WHEEL' adding 'pyhamcrest-2.0.3.dist-info/top_level.txt' adding 'pyhamcrest-2.0.3.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built pyhamcrest-2.0.3-py3-none-any.whl >>> Running package in devel/py-hamcrest at 1778680714.31 ===> devel/py-hamcrest ===> Faking installation for py3-hamcrest-2.0.3p3 ===> Building package for py3-hamcrest-2.0.3p3 Create /exopi-cvs/ports/packages/amd64/all/py3-hamcrest-2.0.3p3.tgz Creating package py3-hamcrest-2.0.3p3 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|**************** | 25% archiving|***************** | 26% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 36% archiving|************************ | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|***************************** | 45% archiving|****************************** | 46% archiving|******************************* | 48% archiving|******************************** | 49% archiving|********************************* | 51% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************ | 95% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-hamcrest-2.0.3p3 was updated --- /exopi-cvs/ports/plist/amd64/py3-hamcrest-2.0.3p3 +++ /exopi-cvs/ports/plist/amd64/py3-hamcrest-2.0.3p3-new @@ -1,5 +1,5 @@ @name py3-hamcrest-2.0.3p3 -@version 16 +@version 17 @comment pkgpath=devel/py-hamcrest ftp=yes @arch amd64 +DESC @@ -7,199 +7,199 @@ @pkgpath devel/py-hamcrest,python3 @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13 @cwd /usr/local -lib/python3.13/site-packages/hamcrest/ -lib/python3.13/site-packages/hamcrest/__init__.py -lib/python3.13/site-packages/hamcrest/__pycache__/ -lib/python3.13/site-packages/hamcrest/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/ -lib/python3.13/site-packages/hamcrest/core/__init__.py -lib/python3.13/site-packages/hamcrest/core/__pycache__/ -lib/python3.13/site-packages/hamcrest/core/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/assert_that.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/assert_that.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/base_description.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/base_description.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/base_matcher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/base_matcher.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/description.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/description.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/matcher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/matcher.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/selfdescribing.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/selfdescribing.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/selfdescribingvalue.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/selfdescribingvalue.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/string_description.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/__pycache__/string_description.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/assert_that.py -lib/python3.13/site-packages/hamcrest/core/base_description.py -lib/python3.13/site-packages/hamcrest/core/base_matcher.py -lib/python3.13/site-packages/hamcrest/core/core/ -lib/python3.13/site-packages/hamcrest/core/core/__init__.py -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/ -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/allof.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/allof.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/anyof.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/anyof.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/described_as.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/described_as.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/is_.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/is_.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isanything.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isanything.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isequal.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isequal.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isinstanceof.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isinstanceof.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isnone.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isnone.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isnot.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/isnot.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/issame.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/issame.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/raises.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/core/__pycache__/raises.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/core/allof.py -lib/python3.13/site-packages/hamcrest/core/core/anyof.py -lib/python3.13/site-packages/hamcrest/core/core/described_as.py -lib/python3.13/site-packages/hamcrest/core/core/is_.py -lib/python3.13/site-packages/hamcrest/core/core/isanything.py -lib/python3.13/site-packages/hamcrest/core/core/isequal.py -lib/python3.13/site-packages/hamcrest/core/core/isinstanceof.py -lib/python3.13/site-packages/hamcrest/core/core/isnone.py -lib/python3.13/site-packages/hamcrest/core/core/isnot.py -lib/python3.13/site-packages/hamcrest/core/core/issame.py -lib/python3.13/site-packages/hamcrest/core/core/raises.py -lib/python3.13/site-packages/hamcrest/core/description.py -lib/python3.13/site-packages/hamcrest/core/helpers/ -lib/python3.13/site-packages/hamcrest/core/helpers/__init__.py -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/ -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/hasmethod.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/hasmethod.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/ismock.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/ismock.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/wrap_matcher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/__pycache__/wrap_matcher.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/core/helpers/hasmethod.py -lib/python3.13/site-packages/hamcrest/core/helpers/ismock.py -lib/python3.13/site-packages/hamcrest/core/helpers/wrap_matcher.py -lib/python3.13/site-packages/hamcrest/core/matcher.py -lib/python3.13/site-packages/hamcrest/core/selfdescribing.py -lib/python3.13/site-packages/hamcrest/core/selfdescribingvalue.py -lib/python3.13/site-packages/hamcrest/core/string_description.py -lib/python3.13/site-packages/hamcrest/library/ -lib/python3.13/site-packages/hamcrest/library/__init__.py -lib/python3.13/site-packages/hamcrest/library/__pycache__/ -lib/python3.13/site-packages/hamcrest/library/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/ -lib/python3.13/site-packages/hamcrest/library/collection/__init__.py -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/ -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/is_empty.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/is_empty.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containing.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containing.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containingentries.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containingentries.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containingkey.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containingkey.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containingvalue.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isdict_containingvalue.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isin.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/isin.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_containing.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_containing.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginanyorder.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginanyorder.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginorder.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginorder.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_onlycontaining.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/collection/__pycache__/issequence_onlycontaining.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/collection/is_empty.py -lib/python3.13/site-packages/hamcrest/library/collection/isdict_containing.py -lib/python3.13/site-packages/hamcrest/library/collection/isdict_containingentries.py -lib/python3.13/site-packages/hamcrest/library/collection/isdict_containingkey.py -lib/python3.13/site-packages/hamcrest/library/collection/isdict_containingvalue.py -lib/python3.13/site-packages/hamcrest/library/collection/isin.py -lib/python3.13/site-packages/hamcrest/library/collection/issequence_containing.py -lib/python3.13/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py -lib/python3.13/site-packages/hamcrest/library/collection/issequence_containinginorder.py -lib/python3.13/site-packages/hamcrest/library/collection/issequence_onlycontaining.py -lib/python3.13/site-packages/hamcrest/library/integration/ -lib/python3.13/site-packages/hamcrest/library/integration/__init__.py -lib/python3.13/site-packages/hamcrest/library/integration/__pycache__/ -lib/python3.13/site-packages/hamcrest/library/integration/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/integration/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/integration/__pycache__/match_equality.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/integration/__pycache__/match_equality.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/integration/match_equality.py -lib/python3.13/site-packages/hamcrest/library/number/ -lib/python3.13/site-packages/hamcrest/library/number/__init__.py -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/ -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/iscloseto.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/iscloseto.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/ordering_comparison.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/number/__pycache__/ordering_comparison.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/number/iscloseto.py -lib/python3.13/site-packages/hamcrest/library/number/ordering_comparison.py -lib/python3.13/site-packages/hamcrest/library/object/ -lib/python3.13/site-packages/hamcrest/library/object/__init__.py -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/ -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/haslength.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/haslength.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/hasproperty.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/hasproperty.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/hasstring.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/object/__pycache__/hasstring.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/object/haslength.py -lib/python3.13/site-packages/hamcrest/library/object/hasproperty.py -lib/python3.13/site-packages/hamcrest/library/object/hasstring.py -lib/python3.13/site-packages/hamcrest/library/text/ -lib/python3.13/site-packages/hamcrest/library/text/__init__.py -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/ -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_case.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_case.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_whitespace.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_whitespace.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringcontains.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringcontains.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringcontainsinorder.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringcontainsinorder.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringendswith.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringendswith.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringmatches.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringmatches.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringstartswith.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/stringstartswith.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/substringmatcher.cpython-313.opt-1.pyc -lib/python3.13/site-packages/hamcrest/library/text/__pycache__/substringmatcher.cpython-313.pyc -lib/python3.13/site-packages/hamcrest/library/text/isequal_ignoring_case.py -lib/python3.13/site-packages/hamcrest/library/text/isequal_ignoring_whitespace.py -lib/python3.13/site-packages/hamcrest/library/text/stringcontains.py -lib/python3.13/site-packages/hamcrest/library/text/stringcontainsinorder.py -lib/python3.13/site-packages/hamcrest/library/text/stringendswith.py -lib/python3.13/site-packages/hamcrest/library/text/stringmatches.py -lib/python3.13/site-packages/hamcrest/library/text/stringstartswith.py -lib/python3.13/site-packages/hamcrest/library/text/substringmatcher.py -lib/python3.13/site-packages/hamcrest/py.typed -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/ -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/METADATA -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/RECORD -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/WHEEL -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/licenses/ -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/licenses/LICENSE.txt -lib/python3.13/site-packages/pyhamcrest-2.0.3.dist-info/top_level.txt +lib/python3.14/site-packages/hamcrest/ +lib/python3.14/site-packages/hamcrest/__init__.py +lib/python3.14/site-packages/hamcrest/__pycache__/ +lib/python3.14/site-packages/hamcrest/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/ +lib/python3.14/site-packages/hamcrest/core/__init__.py +lib/python3.14/site-packages/hamcrest/core/__pycache__/ +lib/python3.14/site-packages/hamcrest/core/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/assert_that.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/assert_that.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/base_description.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/base_description.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/base_matcher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/base_matcher.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/description.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/description.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/matcher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/matcher.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/selfdescribing.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/selfdescribing.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/selfdescribingvalue.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/selfdescribingvalue.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/string_description.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/__pycache__/string_description.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/assert_that.py +lib/python3.14/site-packages/hamcrest/core/base_description.py +lib/python3.14/site-packages/hamcrest/core/base_matcher.py +lib/python3.14/site-packages/hamcrest/core/core/ +lib/python3.14/site-packages/hamcrest/core/core/__init__.py +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/ +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/allof.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/allof.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/anyof.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/anyof.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/described_as.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/described_as.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/is_.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/is_.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isanything.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isanything.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isequal.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isequal.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isinstanceof.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isinstanceof.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isnone.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isnone.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isnot.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/isnot.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/issame.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/issame.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/raises.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/core/__pycache__/raises.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/core/allof.py +lib/python3.14/site-packages/hamcrest/core/core/anyof.py +lib/python3.14/site-packages/hamcrest/core/core/described_as.py +lib/python3.14/site-packages/hamcrest/core/core/is_.py +lib/python3.14/site-packages/hamcrest/core/core/isanything.py +lib/python3.14/site-packages/hamcrest/core/core/isequal.py +lib/python3.14/site-packages/hamcrest/core/core/isinstanceof.py +lib/python3.14/site-packages/hamcrest/core/core/isnone.py +lib/python3.14/site-packages/hamcrest/core/core/isnot.py +lib/python3.14/site-packages/hamcrest/core/core/issame.py +lib/python3.14/site-packages/hamcrest/core/core/raises.py +lib/python3.14/site-packages/hamcrest/core/description.py +lib/python3.14/site-packages/hamcrest/core/helpers/ +lib/python3.14/site-packages/hamcrest/core/helpers/__init__.py +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/ +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/hasmethod.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/hasmethod.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/ismock.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/ismock.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/wrap_matcher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/__pycache__/wrap_matcher.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/core/helpers/hasmethod.py +lib/python3.14/site-packages/hamcrest/core/helpers/ismock.py +lib/python3.14/site-packages/hamcrest/core/helpers/wrap_matcher.py +lib/python3.14/site-packages/hamcrest/core/matcher.py +lib/python3.14/site-packages/hamcrest/core/selfdescribing.py +lib/python3.14/site-packages/hamcrest/core/selfdescribingvalue.py +lib/python3.14/site-packages/hamcrest/core/string_description.py +lib/python3.14/site-packages/hamcrest/library/ +lib/python3.14/site-packages/hamcrest/library/__init__.py +lib/python3.14/site-packages/hamcrest/library/__pycache__/ +lib/python3.14/site-packages/hamcrest/library/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/ +lib/python3.14/site-packages/hamcrest/library/collection/__init__.py +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/ +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/is_empty.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/is_empty.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containing.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containing.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containingentries.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containingentries.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containingkey.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containingkey.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containingvalue.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isdict_containingvalue.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isin.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/isin.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_containing.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_containing.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginanyorder.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginanyorder.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginorder.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_containinginorder.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_onlycontaining.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/collection/__pycache__/issequence_onlycontaining.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/collection/is_empty.py +lib/python3.14/site-packages/hamcrest/library/collection/isdict_containing.py +lib/python3.14/site-packages/hamcrest/library/collection/isdict_containingentries.py +lib/python3.14/site-packages/hamcrest/library/collection/isdict_containingkey.py +lib/python3.14/site-packages/hamcrest/library/collection/isdict_containingvalue.py +lib/python3.14/site-packages/hamcrest/library/collection/isin.py +lib/python3.14/site-packages/hamcrest/library/collection/issequence_containing.py +lib/python3.14/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py +lib/python3.14/site-packages/hamcrest/library/collection/issequence_containinginorder.py +lib/python3.14/site-packages/hamcrest/library/collection/issequence_onlycontaining.py +lib/python3.14/site-packages/hamcrest/library/integration/ +lib/python3.14/site-packages/hamcrest/library/integration/__init__.py +lib/python3.14/site-packages/hamcrest/library/integration/__pycache__/ +lib/python3.14/site-packages/hamcrest/library/integration/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/integration/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/integration/__pycache__/match_equality.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/integration/__pycache__/match_equality.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/integration/match_equality.py +lib/python3.14/site-packages/hamcrest/library/number/ +lib/python3.14/site-packages/hamcrest/library/number/__init__.py +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/ +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/iscloseto.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/iscloseto.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/ordering_comparison.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/number/__pycache__/ordering_comparison.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/number/iscloseto.py +lib/python3.14/site-packages/hamcrest/library/number/ordering_comparison.py +lib/python3.14/site-packages/hamcrest/library/object/ +lib/python3.14/site-packages/hamcrest/library/object/__init__.py +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/ +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/haslength.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/haslength.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/hasproperty.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/hasproperty.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/hasstring.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/object/__pycache__/hasstring.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/object/haslength.py +lib/python3.14/site-packages/hamcrest/library/object/hasproperty.py +lib/python3.14/site-packages/hamcrest/library/object/hasstring.py +lib/python3.14/site-packages/hamcrest/library/text/ +lib/python3.14/site-packages/hamcrest/library/text/__init__.py +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/ +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_case.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_case.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_whitespace.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/isequal_ignoring_whitespace.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringcontains.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringcontains.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringcontainsinorder.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringcontainsinorder.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringendswith.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringendswith.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringmatches.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringmatches.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringstartswith.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/stringstartswith.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/substringmatcher.cpython-314.opt-1.pyc +lib/python3.14/site-packages/hamcrest/library/text/__pycache__/substringmatcher.cpython-314.pyc +lib/python3.14/site-packages/hamcrest/library/text/isequal_ignoring_case.py +lib/python3.14/site-packages/hamcrest/library/text/isequal_ignoring_whitespace.py +lib/python3.14/site-packages/hamcrest/library/text/stringcontains.py +lib/python3.14/site-packages/hamcrest/library/text/stringcontainsinorder.py +lib/python3.14/site-packages/hamcrest/library/text/stringendswith.py +lib/python3.14/site-packages/hamcrest/library/text/stringmatches.py +lib/python3.14/site-packages/hamcrest/library/text/stringstartswith.py +lib/python3.14/site-packages/hamcrest/library/text/substringmatcher.py +lib/python3.14/site-packages/hamcrest/py.typed +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/ +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/METADATA +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/RECORD +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/WHEEL +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/licenses/ +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/licenses/LICENSE.txt +lib/python3.14/site-packages/pyhamcrest-2.0.3.dist-info/top_level.txt Link to /exopi-cvs/ports/packages/amd64/ftp/py3-hamcrest-2.0.3p3.tgz >>> Running clean in devel/py-hamcrest at 1778680716.01 ===> devel/py-hamcrest ===> Cleaning for py3-hamcrest-2.0.3p3 >>> Ended at 1778680716.29 max_stuck=0.00/depends=1.96/show-prepare-results=1.09/extract=0.60/build=2.64/package=1.70/clean=0.31