>>> Building on exopi-6 under devel/py-cppy,python3 BDEPENDS = [devel/py-build,python3;devel/py-installer,python3;devel/py-wheel,python3;lang/python/3.10;devel/py-setuptools,python3;devel/py-setuptools_scm,python3] DIST = [devel/py-cppy,python3:cppy-1.2.1.tar.gz] FULLPKGNAME = py3-cppy-1.2.1 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-6 at 1711581105.26) >>> Running depends in devel/py-cppy,python3 at 1711581105.30 last junk was in databases/py-ldap0,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-7.1.0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-7.1.0 py3-wheel-0.43.0 python-3.10.13p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-7.1.0 py3-wheel-0.43.0 >>> Running show-prepare-results in devel/py-cppy,python3 at 1711581107.38 ===> devel/py-cppy,python3 ===> Building from scratch py3-cppy-1.2.1 ===> py3-cppy-1.2.1 depends on: python->=3.10,<3.11 -> python-3.10.13p2 ===> py3-cppy-1.2.1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-cppy-1.2.1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-cppy-1.2.1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-cppy-1.2.1 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-cppy-1.2.1 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-7.1.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-setuptools_scm-7.1.0 py3-wheel-0.43.0 python-3.10.13p2 (Junk lock released for exopi-6 at 1711581108.87) distfiles size=18040 >>> Running build in devel/py-cppy,python3 at 1711581108.90 ===> devel/py-cppy,python3 ===> Checking files for py3-cppy-1.2.1 `/exopi-cvs/ports/distfiles/cppy-1.2.1.tar.gz' is up to date. >> (SHA256) cppy-1.2.1.tar.gz: OK ===> Extracting for py3-cppy-1.2.1 ===> Patching for py3-cppy-1.2.1 ===> 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.1 ===> Configuring for py3-cppy-1.2.1 ===> Building for py3-cppy-1.2.1 * Getting build dependencies for wheel... /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) 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... /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) 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.10/site-packages/setuptools/command/build_py.py:201: _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.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/cppy copying build/lib/cppy/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cppy copying build/lib/cppy/version.py -> build/bdist.openbsd-7.5-amd64/wheel/cppy creating build/bdist.openbsd-7.5-amd64/wheel/cppy/include creating build/bdist.openbsd-7.5-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/cppy.h -> build/bdist.openbsd-7.5-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/defines.h -> build/bdist.openbsd-7.5-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/errors.h -> build/bdist.openbsd-7.5-amd64/wheel/cppy/include/cppy copying build/lib/cppy/include/cppy/ptr.h -> build/bdist.openbsd-7.5-amd64/wheel/cppy/include/cppy running install_egg_info Copying cppy.egg-info to build/bdist.openbsd-7.5-amd64/wheel/cppy-1.2.1-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-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-d7jrvrsj/cppy-1.2.1-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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.5-amd64/wheel Successfully built cppy-1.2.1-py3-none-any.whl >>> Running package in devel/py-cppy,python3 at 1711581111.53 ===> devel/py-cppy,python3 ===> Faking installation for py3-cppy-1.2.1 ===> Building package for py3-cppy-1.2.1 Create /exopi-cvs/ports/packages/amd64/all/py3-cppy-1.2.1.tgz Creating package py3-cppy-1.2.1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-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|***** | 8% archiving|********** | 15% archiving|*********** | 17% archiving|************ | 19% archiving|************** | 22% archiving|*************** | 23% archiving|*********************** | 36% archiving|***************************** | 46% archiving|********************************* | 52% archiving|****************************************************** | 85% archiving|********************************************************* | 89% archiving|************************************************************* | 95% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-cppy-1.2.1.tgz >>> Running clean in devel/py-cppy,python3 at 1711581112.71 ===> devel/py-cppy,python3 ===> Cleaning for py3-cppy-1.2.1 >>> Ended at 1711581112.89 max_stuck=1.38/depends=2.06/show-prepare-results=1.55/build=2.58/package=1.22/clean=0.21