>>> Building on exopi-1 under multimedia/mat2 BDEPENDS = [devel/py-wheel;lang/python/3;devel/py-installer;devel/py-build;devel/py-setuptools] DIST = [multimedia/mat2:mat2-0.13.4.tar.gz] FULLPKGNAME = mat2-0.13.4p2 RDEPENDS = [audio/py-mutagen;lang/python/3;devel/py-gobject3;print/poppler;graphics/gdk-pixbuf2;graphics/libimagequant;x11/gnome/librsvg;graphics/ffmpeg;graphics/p5-Image-ExifTool] (Junk lock obtained for exopi-1 at 1764448528.29) >>> Running depends in multimedia/mat2 at 1764448528.32 last junk was in sysutils/py-joblib /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 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-wheel-0.46.1 >>> Running show-prepare-results in multimedia/mat2 at 1764448529.84 ===> multimedia/mat2 ===> Building from scratch mat2-0.13.4p2 ===> mat2-0.13.4p2 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> mat2-0.13.4p2 depends on: py3-build-* -> py3-build-1.3.0 ===> mat2-0.13.4p2 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> mat2-0.13.4p2 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> mat2-0.13.4p2 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-1 at 1764448530.87) distfiles size=47947 >>> Running extract in multimedia/mat2 at 1764448530.90 ===> multimedia/mat2 ===> Checking files for mat2-0.13.4p2 `/exopi-cvs/ports/distfiles/mat2-0.13.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for mat2-0.13.4p2 >>> Running build in multimedia/mat2 at 1764448531.23 ===> multimedia/mat2 ===> Patching for mat2-0.13.4p2 ===> 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 mat2-0.13.4p2 ===> Configuring for mat2-0.13.4p2 ===> Building for mat2-0.13.4p2 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `description` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `description = 'A handy tool to trash your metadata'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `description` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `description` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `authors` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `authors = 'Julien (jvoisin) Voisin'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `authors` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `authors` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `classifiers` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `classifiers = ['Development Status :: 3 - Alpha', 'Environment :: Console', 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Security', 'Intended Audience :: End Users/Desktop']` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `classifiers` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `classifiers` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `urls` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `urls = {'bugtacker': 'https://0xacab.org/jvoisin/mat2/issues'}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `urls` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `urls` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `dependencies = ['mutagen', 'PyGObject', 'pycairo']` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `dependencies` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `dependencies` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) running egg_info writing mat2.egg-info/PKG-INFO writing dependency_links to mat2.egg-info/dependency_links.txt deleting mat2.egg-info/requires.txt writing top-level names to mat2.egg-info/top_level.txt reading manifest file 'mat2.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'mat2.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `description` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `description = 'A handy tool to trash your metadata'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `description` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `description` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `authors` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `authors = 'Julien (jvoisin) Voisin'` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `authors` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `authors` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `classifiers` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `classifiers = ['Development Status :: 3 - Alpha', 'Environment :: Console', 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Security', 'Intended Audience :: End Users/Desktop']` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `classifiers` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `classifiers` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `urls` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `urls = {'bugtacker': 'https://0xacab.org/jvoisin/mat2/issues'}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `urls` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `urls` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:75: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. !! ******************************************************************************** The following seems to be defined outside of `pyproject.toml`: `dependencies = ['mutagen', 'PyGObject', 'pycairo']` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `dependencies` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table To prevent this problem, you can list `dependencies` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) /usr/local/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build/lib/libmat2 copying libmat2/__init__.py -> build/lib/libmat2 copying libmat2/abstract.py -> build/lib/libmat2 copying libmat2/archive.py -> build/lib/libmat2 copying libmat2/audio.py -> build/lib/libmat2 copying libmat2/bubblewrap.py -> build/lib/libmat2 copying libmat2/epub.py -> build/lib/libmat2 copying libmat2/exiftool.py -> build/lib/libmat2 copying libmat2/harmless.py -> build/lib/libmat2 copying libmat2/images.py -> build/lib/libmat2 copying libmat2/office.py -> build/lib/libmat2 copying libmat2/parser_factory.py -> build/lib/libmat2 copying libmat2/pdf.py -> build/lib/libmat2 copying libmat2/torrent.py -> build/lib/libmat2 copying libmat2/video.py -> build/lib/libmat2 copying libmat2/web.py -> build/lib/libmat2 running egg_info writing mat2.egg-info/PKG-INFO writing dependency_links to mat2.egg-info/dependency_links.txt writing top-level names to mat2.egg-info/top_level.txt reading manifest file 'mat2.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'mat2.egg-info/SOURCES.txt' running build_scripts creating build/scripts-3.13 copying and adjusting mat2 -> build/scripts-3.13 changing mode of build/scripts-3.13/mat2 from 644 to 755 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/libmat2 copying build/lib/libmat2/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/abstract.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/archive.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/audio.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/bubblewrap.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/epub.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/exiftool.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/harmless.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/images.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/office.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/parser_factory.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/pdf.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/torrent.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/video.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 copying build/lib/libmat2/web.py -> build/bdist.openbsd-7.8-amd64/wheel/./libmat2 running install_data creating build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.data/data creating build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.data/data/man/man1 copying doc/mat2.1 -> build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.data/data/man/man1 running install_egg_info Copying mat2.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./mat2-0.13.4-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.data/scripts copying build/scripts-3.13/mat2 -> build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.data/scripts changing mode of build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.data/scripts/mat2 to 755 creating build/bdist.openbsd-7.8-amd64/wheel/mat2-0.13.4.dist-info/WHEEL creating '/exopi-obj/pobj/mat2-0.13.4/mat2-0.13.4/dist/.tmp-yj_bdve5/mat2-0.13.4-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'libmat2/__init__.py' adding 'libmat2/abstract.py' adding 'libmat2/archive.py' adding 'libmat2/audio.py' adding 'libmat2/bubblewrap.py' adding 'libmat2/epub.py' adding 'libmat2/exiftool.py' adding 'libmat2/harmless.py' adding 'libmat2/images.py' adding 'libmat2/office.py' adding 'libmat2/parser_factory.py' adding 'libmat2/pdf.py' adding 'libmat2/torrent.py' adding 'libmat2/video.py' adding 'libmat2/web.py' adding 'mat2-0.13.4.data/data/man/man1/mat2.1' adding 'mat2-0.13.4.data/scripts/mat2' adding 'mat2-0.13.4.dist-info/licenses/LICENSE' adding 'mat2-0.13.4.dist-info/METADATA' adding 'mat2-0.13.4.dist-info/WHEEL' adding 'mat2-0.13.4.dist-info/top_level.txt' adding 'mat2-0.13.4.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built mat2-0.13.4-py3-none-any.whl >>> Running package in multimedia/mat2 at 1764448533.85 ===> multimedia/mat2 ===> Faking installation for mat2-0.13.4p2 ===> Building package for mat2-0.13.4p2 Create /exopi-cvs/ports/packages/amd64/all/mat2-0.13.4p2.tgz Creating package mat2-0.13.4p2 reading plist| checking dependencies| checking dependencies|audio/py-mutagen checking dependencies|devel/py-gobject3 checking dependencies|graphics/ffmpeg checking dependencies|graphics/gdk-pixbuf2 checking dependencies|graphics/libimagequant checking dependencies|graphics/p5-Image-ExifTool checking dependencies|lang/python/3,-main checking dependencies|print/poppler,-main checking dependencies|x11/gnome/librsvg checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|*** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 3% archiving|****** | 9% archiving|********** | 15% archiving|*********** | 17% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|*************** | 23% archiving|**************** | 25% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 30% archiving|********************* | 33% archiving|************************** | 40% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************* | 49% archiving|********************************* | 51% archiving|********************************** | 54% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 60% archiving|*************************************** | 61% archiving|***************************************** | 64% archiving|******************************************* | 67% archiving|********************************************* | 70% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************** | 78% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|****************************************************** | 84% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|****************************************************************| 99% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/mat2-0.13.4p2 was updated @depend graphics/p5-Image-ExifTool:p5-Image-ExifTool-*:p5-Image-ExifTool-13.41 -> @depend graphics/p5-Image-ExifTool:p5-Image-ExifTool-*:p5-Image-ExifTool-13.42 Link to /exopi-cvs/ports/packages/amd64/ftp/mat2-0.13.4p2.tgz >>> Running clean in multimedia/mat2 at 1764448546.16 ===> multimedia/mat2 ===> Cleaning for mat2-0.13.4p2 >>> Ended at 1764448546.34 max_stuck=3.31/depends=1.53/show-prepare-results=1.06/extract=0.30/build=2.65/package=12.27/clean=0.24