=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/py-kgb", "all", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py314-kgb-7.3 * Building wheel... /opt/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). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /opt/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 :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/local/lib/python3.14/site-packages/setuptools/dist.py:765: 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 /opt/local/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/kgb copying kgb/__init__.py -> build/lib/kgb copying kgb/agency.py -> build/lib/kgb copying kgb/asserts.py -> build/lib/kgb copying kgb/calls.py -> build/lib/kgb copying kgb/contextmanagers.py -> build/lib/kgb copying kgb/errors.py -> build/lib/kgb copying kgb/ops.py -> build/lib/kgb copying kgb/pycompat.py -> build/lib/kgb copying kgb/pytest_plugin.py -> build/lib/kgb copying kgb/signature.py -> build/lib/kgb copying kgb/spies.py -> build/lib/kgb copying kgb/utils.py -> build/lib/kgb creating build/lib/kgb/tests copying kgb/tests/__init__.py -> build/lib/kgb/tests copying kgb/tests/base.py -> build/lib/kgb/tests copying kgb/tests/test_context_managers.py -> build/lib/kgb/tests copying kgb/tests/test_function_spy.py -> build/lib/kgb/tests copying kgb/tests/test_ops.py -> build/lib/kgb/tests copying kgb/tests/test_pytest_plugin.py -> build/lib/kgb/tests copying kgb/tests/test_spy_agency.py -> build/lib/kgb/tests copying kgb/tests/test_spy_call.py -> build/lib/kgb/tests creating build/lib/kgb/tests/py3 copying kgb/tests/py3/__init__.py -> build/lib/kgb/tests/py3 copying kgb/tests/py3/test_function_spy.py -> build/lib/kgb/tests/py3 running egg_info writing kgb.egg-info/PKG-INFO writing dependency_links to kgb.egg-info/dependency_links.txt writing entry points to kgb.egg-info/entry_points.txt writing top-level names to kgb.egg-info/top_level.txt reading manifest file 'kgb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'kgb.egg-info/SOURCES.txt' installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/kgb copying build/lib/kgb/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/agency.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/asserts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/calls.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/contextmanagers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/errors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/ops.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/pycompat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/pytest_plugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/signature.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/spies.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb copying build/lib/kgb/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb creating build/bdist.solaris-2.11-i86pc.64bit/wheel/kgb/tests copying build/lib/kgb/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/test_context_managers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/test_function_spy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/test_ops.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/test_pytest_plugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/test_spy_agency.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests copying build/lib/kgb/tests/test_spy_call.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests creating build/bdist.solaris-2.11-i86pc.64bit/wheel/kgb/tests/py3 copying build/lib/kgb/tests/py3/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests/py3 copying build/lib/kgb/tests/py3/test_function_spy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb/tests/py3 running install_egg_info Copying kgb.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./kgb-7.3-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/kgb-7.3.dist-info/WHEEL creating '/tmp/work/devel/py-kgb/work/kgb-7.3/dist/.tmp-9errh81k/kgb-7.3-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'kgb/__init__.py' adding 'kgb/agency.py' adding 'kgb/asserts.py' adding 'kgb/calls.py' adding 'kgb/contextmanagers.py' adding 'kgb/errors.py' adding 'kgb/ops.py' adding 'kgb/pycompat.py' adding 'kgb/pytest_plugin.py' adding 'kgb/signature.py' adding 'kgb/spies.py' adding 'kgb/utils.py' adding 'kgb/tests/__init__.py' adding 'kgb/tests/base.py' adding 'kgb/tests/test_context_managers.py' adding 'kgb/tests/test_function_spy.py' adding 'kgb/tests/test_ops.py' adding 'kgb/tests/test_pytest_plugin.py' adding 'kgb/tests/test_spy_agency.py' adding 'kgb/tests/test_spy_call.py' adding 'kgb/tests/py3/__init__.py' adding 'kgb/tests/py3/test_function_spy.py' adding 'kgb-7.3.dist-info/licenses/AUTHORS' adding 'kgb-7.3.dist-info/licenses/LICENSE' adding 'kgb-7.3.dist-info/METADATA' adding 'kgb-7.3.dist-info/WHEEL' adding 'kgb-7.3.dist-info/entry_points.txt' adding 'kgb-7.3.dist-info/top_level.txt' adding 'kgb-7.3.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built kgb-7.3-py2.py3-none-any.whl