>>> Building on exopi-4 under www/py-responses,python3 BDEPENDS = [devel/py-build,python3;devel/py-setuptools,python3;lang/python/3;devel/py-wheel,python3;devel/py-installer,python3] DIST = [www/py-responses,python3:responses-0.25.0.tar.gz] FULLPKGNAME = py3-responses-0.25.0p0 RDEPENDS = [www/py-requests,python3;www/py-urllib3,python3;lang/python/3;textproc/py-yaml,python3] (Junk lock obtained for exopi-4 at 1716217117.45) >>> Running depends in www/py-responses,python3 at 1716217117.48 last junk was in devel/py-filetype,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 >>> Running show-prepare-results in www/py-responses,python3 at 1716217118.80 ===> www/py-responses,python3 ===> Building from scratch py3-responses-0.25.0p0 ===> py3-responses-0.25.0p0 depends on: python->=3.11,<3.12 -> python-3.11.9p2 ===> py3-responses-0.25.0p0 depends on: py3-build-* -> py3-build-1.2.1p1 ===> py3-responses-0.25.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-responses-0.25.0p0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0p0v0 ===> py3-responses-0.25.0p0 depends on: py3-wheel-* -> py3-wheel-0.43.0p0 py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 (Junk lock released for exopi-4 at 1716217119.79) distfiles size=77681 >>> Running build in www/py-responses,python3 at 1716217119.82 ===> www/py-responses,python3 ===> Checking files for py3-responses-0.25.0p0 `/exopi-cvs/ports/distfiles/responses-0.25.0.tar.gz' is up to date. >> (SHA256) responses-0.25.0.tar.gz: OK ===> Extracting for py3-responses-0.25.0p0 ===> Patching for py3-responses-0.25.0p0 ===> 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.0p0 ===> Configuring for py3-responses-0.25.0p0 ===> Building for py3-responses-0.25.0p0 * Getting build dependencies for wheel... 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... running bdist_wheel running build running build_py creating build creating build/lib 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' warning: no previously-included files matching '*~' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'responses.egg-info/SOURCES.txt' /usr/local/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _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.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/_recorder.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/matchers.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/registries.py -> build/bdist.openbsd-7.5-amd64/wheel/responses copying build/lib/responses/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/responses creating build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_matchers.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_multithreading.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_recorder.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_registries.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests copying build/lib/responses/tests/test_responses.py -> build/bdist.openbsd-7.5-amd64/wheel/responses/tests running install_egg_info Copying responses.egg-info to build/bdist.openbsd-7.5-amd64/wheel/responses-0.25.0-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/responses-0.25.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-responses-0.25.0-python3/responses-0.25.0/dist/.tmp-r5_4toml/responses-0.25.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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/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.5-amd64/wheel Successfully built responses-0.25.0-py3-none-any.whl >>> Running package in www/py-responses,python3 at 1716217121.70 ===> www/py-responses,python3 ===> Faking installation for py3-responses-0.25.0p0 ===> Building package for py3-responses-0.25.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-responses-0.25.0p0.tgz Creating package py3-responses-0.25.0p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/py-yaml,python3 checking dependencies|www/py-requests,python3 checking dependencies|www/py-urllib3,python3 checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 6% checksumming|***** | 7% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************** | 22% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 93% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 7% archiving|******** | 13% archiving|********* | 14% archiving|********* | 15% archiving|*********** | 17% archiving|************* | 20% archiving|************* | 21% archiving|**************** | 26% archiving|******************** | 31% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 37% archiving|********************************* | 52% archiving|********************************************* | 70% archiving|************************************************* | 76% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-responses-0.25.0p0.tgz >>> Running clean in www/py-responses,python3 at 1716217125.05 ===> www/py-responses,python3 ===> Cleaning for py3-responses-0.25.0p0 >>> Ended at 1716217125.27 max_stuck=0.00/depends=1.33/show-prepare-results=1.02/build=1.88/package=3.33/clean=0.27