>>> Building on exopi-2 under x11/py-qtawesome BDEPENDS = [devel/py-build;devel/py-setuptools;lang/python/3;devel/py-wheel;devel/py-installer] DIST = [x11/py-qtawesome:qtawesome-1.4.0.tar.gz] FULLPKGNAME = py3-qtawesome-1.4.0p0 RDEPENDS = [x11/py-qtpy;lang/python/3;x11/py-qt6] (Junk lock obtained for exopi-2 at 1764448104.44) >>> Running depends in x11/py-qtawesome at 1764448104.48 last junk was in archivers/py-lzo /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 >>> Running show-prepare-results in x11/py-qtawesome at 1764448105.88 ===> x11/py-qtawesome ===> Building from scratch py3-qtawesome-1.4.0p0 ===> py3-qtawesome-1.4.0p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-qtawesome-1.4.0p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-qtawesome-1.4.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-qtawesome-1.4.0p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-qtawesome-1.4.0p0 depends on: py3-wheel-* -> py3-wheel-0.46.1 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-2 at 1764448106.71) distfiles size=2614365 >>> Running extract in x11/py-qtawesome at 1764448106.74 ===> x11/py-qtawesome ===> Checking files for py3-qtawesome-1.4.0p0 `/exopi-cvs/ports/distfiles/qtawesome-1.4.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-qtawesome-1.4.0p0 >>> Running build in x11/py-qtawesome at 1764448107.16 ===> x11/py-qtawesome ===> Patching for py3-qtawesome-1.4.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-qtawesome-1.4.0p0 ===> Configuring for py3-qtawesome-1.4.0p0 ===> Building for py3-qtawesome-1.4.0p0 * Getting build dependencies for wheel... /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing QtAwesome.egg-info/PKG-INFO writing dependency_links to QtAwesome.egg-info/dependency_links.txt writing entry points to QtAwesome.egg-info/entry_points.txt writing requirements to QtAwesome.egg-info/requires.txt writing top-level names to QtAwesome.egg-info/top_level.txt reading manifest file 'QtAwesome.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/*.yml' adding license file 'LICENSE.txt' writing manifest file 'QtAwesome.egg-info/SOURCES.txt' * Building wheel... /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 :: MIT 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/qtawesome copying qtawesome/__init__.py -> build/lib/qtawesome copying qtawesome/_version.py -> build/lib/qtawesome copying qtawesome/animation.py -> build/lib/qtawesome copying qtawesome/icon_browser.py -> build/lib/qtawesome copying qtawesome/iconic_font.py -> build/lib/qtawesome copying qtawesome/styles.py -> build/lib/qtawesome running egg_info writing QtAwesome.egg-info/PKG-INFO writing dependency_links to QtAwesome.egg-info/dependency_links.txt writing entry points to QtAwesome.egg-info/entry_points.txt writing requirements to QtAwesome.egg-info/requires.txt writing top-level names to QtAwesome.egg-info/top_level.txt reading manifest file 'QtAwesome.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/*.yml' adding license file 'LICENSE.txt' writing manifest file 'QtAwesome.egg-info/SOURCES.txt' /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qtawesome.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qtawesome.fonts' 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 'qtawesome.fonts' 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 'qtawesome.fonts' to be distributed and are already explicitly excluding 'qtawesome.fonts' 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) /usr/local/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'qtawesome.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qtawesome.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 'qtawesome.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 'qtawesome.tests' to be distributed and are already explicitly excluding 'qtawesome.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) creating build/lib/qtawesome/fonts copying qtawesome/fonts/codicon-0.0.36.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/codicon-charmap-0.0.36.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/phosphor-1.3.0.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/phosphor-charmap-1.3.0.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/remixicon-2.5.0.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/remixicon-charmap-2.5.0.json -> build/lib/qtawesome/fonts creating build/lib/qtawesome/tests copying qtawesome/tests/test_icon_browser.py -> build/lib/qtawesome/tests copying qtawesome/tests/test_qtawesome.py -> build/lib/qtawesome/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/qtawesome copying build/lib/qtawesome/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome copying build/lib/qtawesome/_version.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome copying build/lib/qtawesome/animation.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome copying build/lib/qtawesome/icon_browser.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome copying build/lib/qtawesome/iconic_font.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome copying build/lib/qtawesome/styles.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome creating build/bdist.openbsd-7.8-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/codicon-0.0.36.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/codicon-charmap-0.0.36.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/phosphor-1.3.0.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/phosphor-charmap-1.3.0.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/remixicon-2.5.0.ttf -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts copying build/lib/qtawesome/fonts/remixicon-charmap-2.5.0.json -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/fonts creating build/bdist.openbsd-7.8-amd64/wheel/qtawesome/tests copying build/lib/qtawesome/tests/test_icon_browser.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/tests copying build/lib/qtawesome/tests/test_qtawesome.py -> build/bdist.openbsd-7.8-amd64/wheel/./qtawesome/tests running install_egg_info Copying QtAwesome.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./QtAwesome-1.4.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/qtawesome-1.4.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-qtawesome-1.4.0/qtawesome-1.4.0/dist/.tmp-_cug4bko/qtawesome-1.4.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'qtawesome/__init__.py' adding 'qtawesome/_version.py' adding 'qtawesome/animation.py' adding 'qtawesome/icon_browser.py' adding 'qtawesome/iconic_font.py' adding 'qtawesome/styles.py' adding 'qtawesome/fonts/codicon-0.0.36.ttf' adding 'qtawesome/fonts/codicon-charmap-0.0.36.json' adding 'qtawesome/fonts/elusiveicons-webfont-2.0.ttf' adding 'qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json' adding 'qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf' adding 'qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json' adding 'qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf' adding 'qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json' adding 'qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf' adding 'qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json' adding 'qtawesome/fonts/fontawesome6-brands-webfont-6.7.2.ttf' adding 'qtawesome/fonts/fontawesome6-brands-webfont-charmap-6.7.2.json' adding 'qtawesome/fonts/fontawesome6-regular-webfont-6.7.2.ttf' adding 'qtawesome/fonts/fontawesome6-regular-webfont-charmap-6.7.2.json' adding 'qtawesome/fonts/fontawesome6-solid-webfont-6.7.2.ttf' adding 'qtawesome/fonts/fontawesome6-solid-webfont-charmap-6.7.2.json' adding 'qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf' adding 'qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json' adding 'qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf' adding 'qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json' adding 'qtawesome/fonts/phosphor-1.3.0.ttf' adding 'qtawesome/fonts/phosphor-charmap-1.3.0.json' adding 'qtawesome/fonts/remixicon-2.5.0.ttf' adding 'qtawesome/fonts/remixicon-charmap-2.5.0.json' adding 'qtawesome/tests/test_icon_browser.py' adding 'qtawesome/tests/test_qtawesome.py' adding 'qtawesome-1.4.0.dist-info/licenses/LICENSE.txt' adding 'qtawesome-1.4.0.dist-info/METADATA' adding 'qtawesome-1.4.0.dist-info/WHEEL' adding 'qtawesome-1.4.0.dist-info/entry_points.txt' adding 'qtawesome-1.4.0.dist-info/top_level.txt' adding 'qtawesome-1.4.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built qtawesome-1.4.0-py3-none-any.whl >>> Running package in x11/py-qtawesome at 1764448109.29 ===> x11/py-qtawesome ===> Faking installation for py3-qtawesome-1.4.0p0 ===> Building package for py3-qtawesome-1.4.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-qtawesome-1.4.0p0.tgz Creating package py3-qtawesome-1.4.0p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|x11/py-qt6 checking dependencies|x11/py-qtpy checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|*** | 4% archiving|*** | 5% archiving|***** | 8% archiving|****** | 9% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 19% archiving|************* | 21% archiving|************** | 22% archiving|**************** | 25% archiving|************************** | 41% archiving|**************************** | 44% archiving|***************************************** | 64% archiving|******************************************** | 69% archiving|********************************************************** | 90% archiving|*********************************************************** | 93% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-qtawesome-1.4.0p0.tgz >>> Running clean in x11/py-qtawesome at 1764448115.58 ===> x11/py-qtawesome ===> Cleaning for py3-qtawesome-1.4.0p0 >>> Ended at 1764448115.77 max_stuck=0.00/depends=1.40/show-prepare-results=0.87/extract=0.42/build=2.12/package=6.29/clean=0.22