>>> Building on exopi-3 under textproc/py-pyaml BDEPENDS = [devel/py-build;devel/py-installer;lang/python/3;devel/py-setuptools;devel/py-wheel] DIST = [textproc/py-pyaml:pyaml-26.2.1.tar.gz] FULLPKGNAME = py3-pyaml-26.2.1 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-3 at 1778682348.94) >>> Running depends in textproc/py-pyaml at 1778682348.98 last junk was in security/py-ropper /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 >>> Running show-prepare-results in textproc/py-pyaml at 1778682350.99 ===> textproc/py-pyaml ===> Building from scratch py3-pyaml-26.2.1 ===> py3-pyaml-26.2.1 depends on: python->=3.14 -> python-3.14.4p0 ===> py3-pyaml-26.2.1 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-pyaml-26.2.1 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-pyaml-26.2.1 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-pyaml-26.2.1 depends on: py3-wheel-* -> py3-wheel-0.47.0 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p0 (Junk lock released for exopi-3 at 1778682351.94) distfiles size=30653 >>> Running extract in textproc/py-pyaml at 1778682351.99 ===> textproc/py-pyaml ===> Checking files for py3-pyaml-26.2.1 `/exopi-cvs/ports/distfiles/pyaml-26.2.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-pyaml-26.2.1 >>> Running build in textproc/py-pyaml at 1778682352.37 ===> textproc/py-pyaml ===> Patching for py3-pyaml-26.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-pyaml-26.2.1 ===> Configuring for py3-pyaml-26.2.1 ===> Building for py3-pyaml-26.2.1 * Getting build dependencies for wheel... :10: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) /usr/local/lib/python3.14/site-packages/ptr/__init__.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/local/lib/python3.14/site-packages/ptr/__init__.py:81: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! class PyTest(orig.test): /usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: Public Domain See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/local/lib/python3.14/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 :: Public Domain See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing pyaml.egg-info/PKG-INFO writing dependency_links to pyaml.egg-info/dependency_links.txt writing entry points to pyaml.egg-info/entry_points.txt writing requirements to pyaml.egg-info/requires.txt writing top-level names to pyaml.egg-info/top_level.txt reading manifest file 'pyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'pyaml.egg-info/SOURCES.txt' * Building wheel... :10: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) /usr/local/lib/python3.14/site-packages/ptr/__init__.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources /usr/local/lib/python3.14/site-packages/ptr/__init__.py:81: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! class PyTest(orig.test): /usr/local/lib/python3.14/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: Public Domain See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/local/lib/python3.14/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 :: Public Domain 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/pyaml copying pyaml/__init__.py -> build/lib/pyaml copying pyaml/__main__.py -> build/lib/pyaml copying pyaml/cli.py -> build/lib/pyaml creating build/lib/pyaml/tests copying pyaml/tests/__init__.py -> build/lib/pyaml/tests copying pyaml/tests/test_cli.py -> build/lib/pyaml/tests copying pyaml/tests/test_dump.py -> build/lib/pyaml/tests running egg_info writing pyaml.egg-info/PKG-INFO writing dependency_links to pyaml.egg-info/dependency_links.txt writing entry points to pyaml.egg-info/entry_points.txt writing requirements to pyaml.egg-info/requires.txt writing top-level names to pyaml.egg-info/top_level.txt reading manifest file 'pyaml.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'pyaml.egg-info/SOURCES.txt' installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel creating build/bdist.openbsd-7.9-amd64/wheel/pyaml copying build/lib/pyaml/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./pyaml copying build/lib/pyaml/__main__.py -> build/bdist.openbsd-7.9-amd64/wheel/./pyaml copying build/lib/pyaml/cli.py -> build/bdist.openbsd-7.9-amd64/wheel/./pyaml creating build/bdist.openbsd-7.9-amd64/wheel/pyaml/tests copying build/lib/pyaml/tests/__init__.py -> build/bdist.openbsd-7.9-amd64/wheel/./pyaml/tests copying build/lib/pyaml/tests/test_cli.py -> build/bdist.openbsd-7.9-amd64/wheel/./pyaml/tests copying build/lib/pyaml/tests/test_dump.py -> build/bdist.openbsd-7.9-amd64/wheel/./pyaml/tests running install_egg_info Copying pyaml.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./pyaml-26.2.1-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/pyaml-26.2.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-pyaml-26.2.1/pyaml-26.2.1/dist/.tmp-w45bv_qn/pyaml-26.2.1-py3-none-any.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'pyaml/__init__.py' adding 'pyaml/__main__.py' adding 'pyaml/cli.py' adding 'pyaml/tests/__init__.py' adding 'pyaml/tests/test_cli.py' adding 'pyaml/tests/test_dump.py' adding 'pyaml-26.2.1.dist-info/licenses/COPYING' adding 'pyaml-26.2.1.dist-info/METADATA' adding 'pyaml-26.2.1.dist-info/WHEEL' adding 'pyaml-26.2.1.dist-info/entry_points.txt' adding 'pyaml-26.2.1.dist-info/top_level.txt' adding 'pyaml-26.2.1.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built pyaml-26.2.1-py3-none-any.whl >>> Running package in textproc/py-pyaml at 1778682355.02 ===> textproc/py-pyaml ===> Faking installation for py3-pyaml-26.2.1 ===> Building package for py3-pyaml-26.2.1 Create /exopi-cvs/ports/packages/amd64/all/py3-pyaml-26.2.1.tgz Creating package py3-pyaml-26.2.1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 5% checksumming|***** | 8% checksumming|****** | 10% checksumming|******** | 13% checksumming|********* | 15% checksumming|*********** | 18% checksumming|************ | 20% checksumming|************** | 23% checksumming|*************** | 25% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 58% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|***** | 9% archiving|*********** | 17% archiving|************** | 22% archiving|***************** | 26% archiving|***************** | 27% archiving|*********************** | 36% archiving|***************************** | 46% archiving|*************************************** | 61% archiving|************************************************* | 76% archiving|**************************************************** | 81% archiving|****************************************************** | 85% archiving|******************************************************** | 87% archiving|********************************************************** | 91% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-pyaml-26.2.1 was updated --- /exopi-cvs/ports/plist/amd64/py3-pyaml-26.2.1 +++ /exopi-cvs/ports/plist/amd64/py3-pyaml-26.2.1-new @@ -1,5 +1,5 @@ @name py3-pyaml-26.2.1 -@version 16 +@version 17 @comment pkgpath=textproc/py-pyaml ftp=yes @arch amd64 +DESC @@ -8,33 +8,33 @@ @depend lang/python/3,-main:python->=3.13,<3.14:python-3.13.13 @cwd /usr/local bin/pyaml -lib/python3.13/site-packages/pyaml/ -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/ -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/METADATA -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/RECORD -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/WHEEL -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/entry_points.txt -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/licenses/ -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/licenses/COPYING -lib/python3.13/site-packages/pyaml-26.2.1.dist-info/top_level.txt -lib/python3.13/site-packages/pyaml/__init__.py -lib/python3.13/site-packages/pyaml/__main__.py -lib/python3.13/site-packages/pyaml/__pycache__/ -lib/python3.13/site-packages/pyaml/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/pyaml/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/pyaml/__pycache__/__main__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/pyaml/__pycache__/__main__.cpython-313.pyc -lib/python3.13/site-packages/pyaml/__pycache__/cli.cpython-313.opt-1.pyc -lib/python3.13/site-packages/pyaml/__pycache__/cli.cpython-313.pyc -lib/python3.13/site-packages/pyaml/cli.py -lib/python3.13/site-packages/pyaml/tests/ -lib/python3.13/site-packages/pyaml/tests/__init__.py -lib/python3.13/site-packages/pyaml/tests/__pycache__/ -lib/python3.13/site-packages/pyaml/tests/__pycache__/__init__.cpython-313.opt-1.pyc -lib/python3.13/site-packages/pyaml/tests/__pycache__/__init__.cpython-313.pyc -lib/python3.13/site-packages/pyaml/tests/__pycache__/test_cli.cpython-313.opt-1.pyc -lib/python3.13/site-packages/pyaml/tests/__pycache__/test_cli.cpython-313.pyc -lib/python3.13/site-packages/pyaml/tests/__pycache__/test_dump.cpython-313.opt-1.pyc -lib/python3.13/site-packages/pyaml/tests/__pycache__/test_dump.cpython-313.pyc -lib/python3.13/site-packages/pyaml/tests/test_cli.py -lib/python3.13/site-packages/pyaml/tests/test_dump.py +lib/python3.14/site-packages/pyaml/ +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/ +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/METADATA +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/RECORD +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/WHEEL +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/entry_points.txt +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/licenses/ +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/licenses/COPYING +lib/python3.14/site-packages/pyaml-26.2.1.dist-info/top_level.txt +lib/python3.14/site-packages/pyaml/__init__.py +lib/python3.14/site-packages/pyaml/__main__.py +lib/python3.14/site-packages/pyaml/__pycache__/ +lib/python3.14/site-packages/pyaml/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/pyaml/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/pyaml/__pycache__/__main__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/pyaml/__pycache__/__main__.cpython-314.pyc +lib/python3.14/site-packages/pyaml/__pycache__/cli.cpython-314.opt-1.pyc +lib/python3.14/site-packages/pyaml/__pycache__/cli.cpython-314.pyc +lib/python3.14/site-packages/pyaml/cli.py +lib/python3.14/site-packages/pyaml/tests/ +lib/python3.14/site-packages/pyaml/tests/__init__.py +lib/python3.14/site-packages/pyaml/tests/__pycache__/ +lib/python3.14/site-packages/pyaml/tests/__pycache__/__init__.cpython-314.opt-1.pyc +lib/python3.14/site-packages/pyaml/tests/__pycache__/__init__.cpython-314.pyc +lib/python3.14/site-packages/pyaml/tests/__pycache__/test_cli.cpython-314.opt-1.pyc +lib/python3.14/site-packages/pyaml/tests/__pycache__/test_cli.cpython-314.pyc +lib/python3.14/site-packages/pyaml/tests/__pycache__/test_dump.cpython-314.opt-1.pyc +lib/python3.14/site-packages/pyaml/tests/__pycache__/test_dump.cpython-314.pyc +lib/python3.14/site-packages/pyaml/tests/test_cli.py +lib/python3.14/site-packages/pyaml/tests/test_dump.py Link to /exopi-cvs/ports/packages/amd64/ftp/py3-pyaml-26.2.1.tgz >>> Running clean in textproc/py-pyaml at 1778682356.66 ===> textproc/py-pyaml ===> Cleaning for py3-pyaml-26.2.1 >>> Ended at 1778682356.86 max_stuck=0.58/depends=2.02/show-prepare-results=0.98/extract=0.40/build=2.65/package=1.64/clean=0.23