>>> Building on exopi-5 under devel/py-cppy,python3 BDEPENDS = [lang/python/3;devel/py-setuptools_scm,python3;devel/py-installer,python3;devel/py-build,python3;devel/py-setuptools,python3;devel/py-wheel,python3] DIST = [devel/py-cppy,python3:cppy-1.2.1.tar.gz] FULLPKGNAME = py3-cppy-1.2.1p0 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-5 at 1731779551.75) >>> Running depends in devel/py-cppy,python3 at 1731779551.79 last junk was in textproc/py-podcastparser,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-setuptools_scm-8.0.4p1 py3-wheel-0.45.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-setuptools_scm-8.0.4p1 py3-wheel-0.45.0 python-3.11.10p1 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-setuptools_scm-8.0.4p1 py3-wheel-0.45.0 >>> Running show-prepare-results in devel/py-cppy,python3 at 1731779555.76 ===> devel/py-cppy,python3 ===> Building from scratch py3-cppy-1.2.1p0 ===> py3-cppy-1.2.1p0 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-cppy-1.2.1p0 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-cppy-1.2.1p0 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-cppy-1.2.1p0 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-cppy-1.2.1p0 depends on: py3-wheel-* -> py3-wheel-0.45.0 ===> py3-cppy-1.2.1p0 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-8.0.4p1 py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-setuptools_scm-8.0.4p1 py3-wheel-0.45.0 python-3.11.10p1 (Junk lock released for exopi-5 at 1731779557.55) distfiles size=18040 >>> Running build in devel/py-cppy,python3 at 1731779557.58 ===> devel/py-cppy,python3 ===> Checking files for py3-cppy-1.2.1p0 `/exopi-cvs/ports/distfiles/cppy-1.2.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-cppy-1.2.1p0 ===> Patching for py3-cppy-1.2.1p0 ===> 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-cppy-1.2.1p0 ===> Configuring for py3-cppy-1.2.1p0 ===> Building for py3-cppy-1.2.1p0 * Getting build dependencies for wheel... running egg_info writing cppy.egg-info/PKG-INFO writing dependency_links to cppy.egg-info/dependency_links.txt writing top-level names to cppy.egg-info/top_level.txt reading manifest file 'cppy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.png' under directory 'docs/source' no previously-included directories found matching '.git' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' writing manifest file 'cppy.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cppy copying cppy/__init__.py -> build/lib/cppy copying cppy/version.py -> build/lib/cppy running egg_info writing cppy.egg-info/PKG-INFO writing dependency_links to cppy.egg-info/dependency_links.txt writing top-level names to cppy.egg-info/top_level.txt reading manifest file 'cppy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.png' under directory 'docs/source' no previously-included directories found matching '.git' no previously-included directories found matching 'dist' no previously-included directories found matching 'build' no previously-included directories found matching 'docs/build' adding license file 'LICENSE' writing manifest file 'cppy.egg-info/SOURCES.txt' /usr/local/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'cppy.include.cppy' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cppy.include.cppy' 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 'cppy.include.cppy' 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 'cppy.include.cppy' to be distributed and are already explicitly excluding 'cppy.include.cppy' 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) creating build/lib/cppy/include creating build/lib/cppy/include/cppy copying cppy/include/cppy/cppy.h -> build/lib/cppy/include/cppy copying cppy/include/cppy/defines.h -> build/lib/cppy/include/cppy copying cppy/include/cppy/errors.h -> build/lib/cppy/include/cppy copying cppy/include/cppy/ptr.h -> build/lib/cppy/include/cppy installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/cppy copying build/lib/cppy/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/cppy copying build/lib/cppy/version.py -> build/bdist.openbsd-7.6-amd64/wheel/cppy creating build/bdist.openbsd-7.6-amd64/wheel/cppy/include creating build/bdist.openbsd-7.6-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/cppy.h -> build/bdist.openbsd-7.6-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/defines.h -> build/bdist.openbsd-7.6-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/errors.h -> build/bdist.openbsd-7.6-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/ptr.h -> build/bdist.openbsd-7.6-amd64/wheel/cppy/include/cppy running install_egg_info Copying cppy.egg-info to build/bdist.openbsd-7.6-amd64/wheel/cppy-1.2.1-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/cppy-1.2.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-cppy-1.2.1-python3/cppy-1.2.1/dist/.tmp-rmr9hjq_/cppy-1.2.1-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'cppy/__init__.py' adding 'cppy/version.py' adding 'cppy/include/cppy/cppy.h' adding 'cppy/include/cppy/defines.h' adding 'cppy/include/cppy/errors.h' adding 'cppy/include/cppy/ptr.h' adding 'cppy-1.2.1.dist-info/LICENSE' adding 'cppy-1.2.1.dist-info/METADATA' adding 'cppy-1.2.1.dist-info/WHEEL' adding 'cppy-1.2.1.dist-info/top_level.txt' adding 'cppy-1.2.1.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built cppy-1.2.1-py3-none-any.whl >>> Running package in devel/py-cppy,python3 at 1731779560.75 ===> devel/py-cppy,python3 ===> Faking installation for py3-cppy-1.2.1p0 ===> Building package for py3-cppy-1.2.1p0 Create /exopi-cvs/ports/packages/amd64/all/py3-cppy-1.2.1p0.tgz Creating package py3-cppy-1.2.1p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 4% checksumming|**** | 7% checksumming|******* | 11% checksumming|********* | 14% checksumming|*********** | 18% checksumming|************* | 21% checksumming|*************** | 25% checksumming|***************** | 29% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 39% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 61% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 71% checksumming|********************************************** | 75% checksumming|************************************************ | 79% checksumming|************************************************** | 82% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|******* | 11% archiving|************* | 21% archiving|*************** | 23% archiving|***************** | 26% archiving|******************* | 29% archiving|******************* | 30% archiving|*************************** | 41% archiving|******************************** | 51% archiving|************************************ | 56% archiving|******************************************************* | 86% archiving|********************************************************* | 90% archiving|************************************************************* | 95% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-cppy-1.2.1p0.tgz >>> Running clean in devel/py-cppy,python3 at 1731779562.43 ===> devel/py-cppy,python3 ===> Cleaning for py3-cppy-1.2.1p0 >>> Ended at 1731779562.70 max_stuck=1.49/depends=3.98/show-prepare-results=1.83/build=3.17/package=1.68/clean=0.29