>>> Building on exopi-6 under devel/py-retry2 BDEPENDS = [devel/py-wheel;devel/py-setuptools;devel/py-installer;lang/python/3;devel/py-build] DIST = [devel/py-retry2:retry-0.9.5.tar.gz] FULLPKGNAME = py3-retry2-0.9.5p0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-6 at 1771935246.34) >>> Running depends in devel/py-retry2 at 1771935246.37 last junk was in devel/p5-File-Find-Rule-Perl /usr/sbin/pkg_add -aI -Drepair py3-setuptools-80.9.0v0 py3-wheel-0.46.3 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 /usr/sbin/pkg_add -aI -Drepair py3-setuptools-80.9.0v0 py3-wheel-0.46.3 >>> Running show-prepare-results in devel/py-retry2 at 1771935248.12 ===> devel/py-retry2 ===> Building from scratch py3-retry2-0.9.5p0 ===> py3-retry2-0.9.5p0 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-retry2-0.9.5p0 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-retry2-0.9.5p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-retry2-0.9.5p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-retry2-0.9.5p0 depends on: py3-wheel-* -> py3-wheel-0.46.3 py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 (Junk lock released for exopi-6 at 1771935249.41) distfiles size=6707 >>> Running extract in devel/py-retry2 at 1771935249.44 ===> devel/py-retry2 ===> Checking files for py3-retry2-0.9.5p0 `/exopi-cvs/ports/distfiles/retry-0.9.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-retry2-0.9.5p0 >>> Running build in devel/py-retry2 at 1771935249.83 ===> devel/py-retry2 ===> Patching for py3-retry2-0.9.5p0 ===> Applying OpenBSD patch patch-setup_cfg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: setup.cfg |--- setup.cfg.orig |+++ setup.cfg -------------------------- Patching file setup.cfg using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |bodge to allow building from a git-archive. | |pbr requires an sdist or a git checkout (complete with .git dir), |but no sdist is available on pypi, and we can't use a git checkout |in ports. | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 3. done ===> 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-retry2-0.9.5p0 ===> Configuring for py3-retry2-0.9.5p0 ===> Building for py3-retry2-0.9.5p0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info creating retry2.egg-info writing retry2.egg-info/PKG-INFO writing dependency_links to retry2.egg-info/dependency_links.txt writing top-level names to retry2.egg-info/top_level.txt writing manifest file 'retry2.egg-info/SOURCES.txt' reading manifest file 'retry2.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'retry2.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. /usr/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/retry copying retry/__init__.py -> build/lib/retry copying retry/api.py -> build/lib/retry copying retry/compat.py -> build/lib/retry installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/retry copying build/lib/retry/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./retry copying build/lib/retry/api.py -> build/bdist.openbsd-7.8-amd64/wheel/./retry copying build/lib/retry/compat.py -> build/bdist.openbsd-7.8-amd64/wheel/./retry running install_egg_info running egg_info writing retry2.egg-info/PKG-INFO writing dependency_links to retry2.egg-info/dependency_links.txt writing top-level names to retry2.egg-info/top_level.txt reading manifest file 'retry2.egg-info/SOURCES.txt' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'retry2.egg-info/SOURCES.txt' Copying retry2.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./retry2-0.9.5-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/retry2-0.9.5.dist-info/WHEEL creating '/exopi-obj/pobj/py-retry2-0.9.5/retry-0.9.5/dist/.tmp-s37518m2/retry2-0.9.5-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'retry/__init__.py' adding 'retry/api.py' adding 'retry/compat.py' adding 'retry2-0.9.5.dist-info/licenses/AUTHORS' adding 'retry2-0.9.5.dist-info/licenses/LICENSE' adding 'retry2-0.9.5.dist-info/METADATA' adding 'retry2-0.9.5.dist-info/WHEEL' adding 'retry2-0.9.5.dist-info/top_level.txt' adding 'retry2-0.9.5.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built retry2-0.9.5-py2.py3-none-any.whl >>> Running package in devel/py-retry2 at 1771935252.11 ===> devel/py-retry2 ===> Faking installation for py3-retry2-0.9.5p0 ===> Building package for py3-retry2-0.9.5p0 Create /exopi-cvs/ports/packages/amd64/all/py3-retry2-0.9.5p0.tgz Creating package py3-retry2-0.9.5p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 7% checksumming|******* | 11% checksumming|********* | 15% checksumming|*********** | 19% checksumming|************** | 22% checksumming|**************** | 26% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|*********************** | 37% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 74% checksumming|*********************************************** | 78% checksumming|************************************************** | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 89% checksumming|******************************************************** | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|** | 2% archiving|*** | 4% archiving|****************** | 29% archiving|********************************** | 53% archiving|************************************** | 59% archiving|***************************************** | 64% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|********************************************************** | 91% archiving|************************************************************ | 93% archiving|************************************************************** | 96% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-retry2-0.9.5p0.tgz >>> Running clean in devel/py-retry2 at 1771935253.90 ===> devel/py-retry2 ===> Cleaning for py3-retry2-0.9.5p0 >>> Ended at 1771935254.24 max_stuck=0.00/depends=1.76/show-prepare-results=1.32/extract=0.39/build=2.25/package=1.82/clean=0.36