>>> Building on exopi-6 under www/py-responses BDEPENDS = [devel/py-wheel;lang/python/3;devel/py-installer;devel/py-build;devel/py-setuptools] DIST = [www/py-responses:responses-0.25.0.tar.gz] FULLPKGNAME = py3-responses-0.25.0p2 RDEPENDS = [lang/python/3;www/py-requests;www/py-urllib3;textproc/py-yaml] Avoided depends for py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 distfiles size=77681 >>> Running extract in www/py-responses at 1764447585.25 ===> www/py-responses ===> Building from scratch py3-responses-0.25.0p2 ===> Checking files for py3-responses-0.25.0p2 `/exopi-cvs/ports/distfiles/responses-0.25.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> py3-responses-0.25.0p2 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-responses-0.25.0p2 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-responses-0.25.0p2 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-responses-0.25.0p2 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-responses-0.25.0p2 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> Extracting for py3-responses-0.25.0p2 >>> Running build in www/py-responses at 1764447586.74 ===> www/py-responses ===> Patching for py3-responses-0.25.0p2 ===> 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-responses-0.25.0p2 ===> Configuring for py3-responses-0.25.0p2 ===> Building for py3-responses-0.25.0p2 * Getting build dependencies for wheel... :15: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running egg_info writing responses.egg-info/PKG-INFO writing dependency_links to responses.egg-info/dependency_links.txt writing requirements to responses.egg-info/requires.txt writing top-level names to responses.egg-info/top_level.txt reading manifest file 'responses.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'responses.egg-info/SOURCES.txt' * Building wheel... :15: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! /usr/local/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running bdist_wheel running build running build_py creating build/lib/responses copying responses/__init__.py -> build/lib/responses copying responses/_recorder.py -> build/lib/responses copying responses/matchers.py -> build/lib/responses copying responses/registries.py -> build/lib/responses running egg_info writing responses.egg-info/PKG-INFO writing dependency_links to responses.egg-info/dependency_links.txt writing requirements to responses.egg-info/requires.txt writing top-level names to responses.egg-info/top_level.txt reading manifest file 'responses.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' warning: no previously-included files matching '*~' found anywhere in distribution writing manifest file 'responses.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'responses.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'responses.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'responses.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'responses.tests' to be distributed and are already explicitly excluding 'responses.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying responses/py.typed -> build/lib/responses creating build/lib/responses/tests copying responses/tests/__init__.py -> build/lib/responses/tests copying responses/tests/test_matchers.py -> build/lib/responses/tests copying responses/tests/test_multithreading.py -> build/lib/responses/tests copying responses/tests/test_recorder.py -> build/lib/responses/tests copying responses/tests/test_registries.py -> build/lib/responses/tests copying responses/tests/test_responses.py -> build/lib/responses/tests 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/responses copying build/lib/responses/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses copying build/lib/responses/_recorder.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses copying build/lib/responses/matchers.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses copying build/lib/responses/registries.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses copying build/lib/responses/py.typed -> build/bdist.openbsd-7.8-amd64/wheel/./responses creating build/bdist.openbsd-7.8-amd64/wheel/responses/tests copying build/lib/responses/tests/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses/tests copying build/lib/responses/tests/test_matchers.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses/tests copying build/lib/responses/tests/test_multithreading.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses/tests copying build/lib/responses/tests/test_recorder.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses/tests copying build/lib/responses/tests/test_registries.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses/tests copying build/lib/responses/tests/test_responses.py -> build/bdist.openbsd-7.8-amd64/wheel/./responses/tests running install_egg_info Copying responses.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./responses-0.25.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/responses-0.25.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-responses-0.25.0/responses-0.25.0/dist/.tmp-040ytl8m/responses-0.25.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'responses/__init__.py' adding 'responses/_recorder.py' adding 'responses/matchers.py' adding 'responses/py.typed' adding 'responses/registries.py' adding 'responses/tests/__init__.py' adding 'responses/tests/test_matchers.py' adding 'responses/tests/test_multithreading.py' adding 'responses/tests/test_recorder.py' adding 'responses/tests/test_registries.py' adding 'responses/tests/test_responses.py' adding 'responses-0.25.0.dist-info/licenses/LICENSE' adding 'responses-0.25.0.dist-info/METADATA' adding 'responses-0.25.0.dist-info/WHEEL' adding 'responses-0.25.0.dist-info/top_level.txt' adding 'responses-0.25.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built responses-0.25.0-py3-none-any.whl >>> Running package in www/py-responses at 1764447589.36 ===> www/py-responses ===> Faking installation for py3-responses-0.25.0p2 ===> Building package for py3-responses-0.25.0p2 Create /exopi-cvs/ports/packages/amd64/all/py3-responses-0.25.0p2.tgz Creating package py3-responses-0.25.0p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/py-yaml checking dependencies|www/py-requests checking dependencies|www/py-urllib3 checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 24% checksumming|**************** | 25% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************* | 75% checksumming|*********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 6% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 16% archiving|************ | 19% archiving|************* | 20% archiving|**************** | 25% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 35% archiving|******************************** | 50% archiving|******************************************* | 68% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-responses-0.25.0p2.tgz >>> Running clean in www/py-responses at 1764447591.77 ===> www/py-responses ===> Cleaning for py3-responses-0.25.0p2 >>> Ended at 1764447591.99 max_stuck=0.00/extract=1.50/build=2.58/package=2.44/clean=0.25