>>> Building on exopi-4 under www/py-requests BDEPENDS = [devel/py-build;lang/python/3;devel/py-installer;devel/py-setuptools;devel/py-wheel] DIST = [www/py-requests:requests-2.32.5.tar.gz] FULLPKGNAME = py3-requests-2.32.5p0 RDEPENDS = [lang/python/3;textproc/py-charset-normalizer;www/py-urllib3;archivers/py-brotli;devel/py-certifi;net/py-idna] Avoided depends for py3-build-1.4.0 py3-installer-0.7.0p2 py3-setuptools-80.9.0v0 py3-wheel-0.46.3 python-3.13.11p2 distfiles size=134517 >>> Running extract in www/py-requests at 1771935342.27 ===> www/py-requests ===> Building from scratch py3-requests-2.32.5p0 ===> Checking files for py3-requests-2.32.5p0 `/exopi-cvs/ports/distfiles/requests-2.32.5.tar.gz' is up to date. >> (SHA256) all files: OK Package database already locked... awaiting release... done! ===> py3-requests-2.32.5p0 depends on: python->=3.13,<3.14 -> python-3.13.11p2 ===> py3-requests-2.32.5p0 depends on: py3-build-* -> py3-build-1.4.0 ===> py3-requests-2.32.5p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-requests-2.32.5p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-requests-2.32.5p0 depends on: py3-wheel-* -> py3-wheel-0.46.3 ===> Extracting for py3-requests-2.32.5p0 >>> Running build in www/py-requests at 1771935346.47 ===> www/py-requests ===> Patching for py3-requests-2.32.5p0 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 4bd79e397304d46dfccd76f36c07f66c0295ff82 Mon Sep 17 00:00:00 2001 |From: Amin Vakil |Date: Sun, 22 Feb 2026 19:37:16 +0330 |Subject: [PATCH] Increase chardet upper limit to 7 | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 98. done ===> Applying OpenBSD patch patch-src_requests___init___py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 4bd79e397304d46dfccd76f36c07f66c0295ff82 Mon Sep 17 00:00:00 2001 |From: Amin Vakil |Date: Sun, 22 Feb 2026 19:37:16 +0330 |Subject: [PATCH] Increase chardet upper limit to 7 | |Index: src/requests/__init__.py |--- src/requests/__init__.py.orig |+++ src/requests/__init__.py -------------------------- Patching file src/requests/__init__.py using Plan A... Hunk #1 succeeded at 76. 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-requests-2.32.5p0 ===> Configuring for py3-requests-2.32.5p0 ===> Building for py3-requests-2.32.5p0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'provides-extra' in 'metadata' (setup.cfg), please use the underscore name 'provides_extra' instead. !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'requires-dist' in 'metadata' (setup.cfg), please use the underscore name 'requires_dist' instead. !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'provides-extra' in 'metadata' (setup.cfg), please use the underscore name 'provides_extra' instead. !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. (Affected: requests). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'requires-dist' in 'metadata' (setup.cfg), please use the underscore name 'requires_dist' instead. !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. (Affected: requests). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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 writing src/requests.egg-info/PKG-INFO writing dependency_links to src/requests.egg-info/dependency_links.txt writing requirements to src/requests.egg-info/requires.txt writing top-level names to src/requests.egg-info/top_level.txt reading manifest file 'src/requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/requests.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'provides-extra' in 'metadata' (setup.cfg), please use the underscore name 'provides_extra' instead. !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. (Affected: requests). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/local/lib/python3.13/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'requires-dist' in 'metadata' (setup.cfg), please use the underscore name 'requires_dist' instead. !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. (Affected: requests). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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 running build running build_py creating build/lib/requests copying src/requests/__init__.py -> build/lib/requests copying src/requests/__version__.py -> build/lib/requests copying src/requests/_internal_utils.py -> build/lib/requests copying src/requests/adapters.py -> build/lib/requests copying src/requests/api.py -> build/lib/requests copying src/requests/auth.py -> build/lib/requests copying src/requests/certs.py -> build/lib/requests copying src/requests/compat.py -> build/lib/requests copying src/requests/cookies.py -> build/lib/requests copying src/requests/exceptions.py -> build/lib/requests copying src/requests/help.py -> build/lib/requests copying src/requests/hooks.py -> build/lib/requests copying src/requests/models.py -> build/lib/requests copying src/requests/packages.py -> build/lib/requests copying src/requests/sessions.py -> build/lib/requests copying src/requests/status_codes.py -> build/lib/requests copying src/requests/structures.py -> build/lib/requests copying src/requests/utils.py -> build/lib/requests running egg_info writing src/requests.egg-info/PKG-INFO writing dependency_links to src/requests.egg-info/dependency_links.txt writing requirements to src/requests.egg-info/requires.txt writing top-level names to src/requests.egg-info/top_level.txt reading manifest file 'src/requests.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/requests.egg-info/SOURCES.txt' 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/requests copying build/lib/requests/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/__version__.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/_internal_utils.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/adapters.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/api.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/auth.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/certs.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/compat.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/cookies.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/exceptions.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/help.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/hooks.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/models.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/packages.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/sessions.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/status_codes.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/structures.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests copying build/lib/requests/utils.py -> build/bdist.openbsd-7.8-amd64/wheel/./requests running install_egg_info Copying src/requests.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./requests-2.32.5-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/requests-2.32.5.dist-info/WHEEL creating '/exopi-obj/pobj/py-requests-2.32.5/requests-2.32.5/dist/.tmp-7c_1scnh/requests-2.32.5-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'requests/__init__.py' adding 'requests/__version__.py' adding 'requests/_internal_utils.py' adding 'requests/adapters.py' adding 'requests/api.py' adding 'requests/auth.py' adding 'requests/certs.py' adding 'requests/compat.py' adding 'requests/cookies.py' adding 'requests/exceptions.py' adding 'requests/help.py' adding 'requests/hooks.py' adding 'requests/models.py' adding 'requests/packages.py' adding 'requests/sessions.py' adding 'requests/status_codes.py' adding 'requests/structures.py' adding 'requests/utils.py' adding 'requests-2.32.5.dist-info/licenses/LICENSE' adding 'requests-2.32.5.dist-info/METADATA' adding 'requests-2.32.5.dist-info/WHEEL' adding 'requests-2.32.5.dist-info/top_level.txt' adding 'requests-2.32.5.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built requests-2.32.5-py3-none-any.whl >>> Running package in www/py-requests at 1771935349.17 ===> www/py-requests ===> Faking installation for py3-requests-2.32.5p0 ===> Building package for py3-requests-2.32.5p0 Create /exopi-cvs/ports/packages/amd64/all/py3-requests-2.32.5p0.tgz Creating package py3-requests-2.32.5p0 reading plist| checking dependencies| checking dependencies|archivers/py-brotli checking dependencies|devel/py-certifi checking dependencies|lang/python/3,-main checking dependencies|net/py-idna checking dependencies|textproc/py-charset-normalizer checking dependencies|www/py-urllib3 checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 27% checksumming|***************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|****** | 9% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|*********** | 18% archiving|************* | 20% archiving|************* | 21% archiving|**************** | 25% archiving|****************** | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 32% archiving|********************* | 33% archiving|************************* | 39% archiving|***************************** | 45% archiving|******************************** | 49% archiving|********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|***************************************** | 63% archiving|******************************************** | 69% archiving|*********************************************** | 73% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|****************************************************** | 84% archiving|********************************************************* | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-requests-2.32.5p0.tgz >>> Running clean in www/py-requests at 1771935361.56 ===> www/py-requests ===> Cleaning for py3-requests-2.32.5p0 >>> Ended at 1771935361.90 max_stuck=7.49/extract=4.21/build=2.70/package=12.33/clean=0.43