===> Building for py312-mysqlclient-2.2.7 * Building wheel... /opt/pkg/lib/python3.12/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 2026-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/pkg/lib/python3.12/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 :: GNU General Public License v2 or later (GPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/pkg/lib/python3.12/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 :: GNU General Public License v2 or later (GPLv2+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Trying pkg-config --exists mysqlclient Command 'pkg-config --exists mysqlclient' returned non-zero exit status 1. Trying pkg-config --exists mariadb Command 'pkg-config --exists mariadb' returned non-zero exit status 1. Trying pkg-config --exists libmariadb # Options for building extension module: extra_compile_args: ['-I/opt/pkg/include/mysql/', '-std=c99'] extra_link_args: ['-L/opt/pkg/lib/', '-lmariadb'] define_macros: [('version_info', (2, 2, 7, 'final', 0)), ('__version__', '2.2.7')] running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/_exceptions.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/connections.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/converters.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/cursors.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/release.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb copying src/MySQLdb/times.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb creating build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants copying src/MySQLdb/constants/CLIENT.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants copying src/MySQLdb/constants/CR.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants copying src/MySQLdb/constants/ER.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants copying src/MySQLdb/constants/FIELD_TYPE.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants copying src/MySQLdb/constants/FLAG.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants copying src/MySQLdb/constants/__init__.py -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants running egg_info writing src/mysqlclient.egg-info/PKG-INFO writing dependency_links to src/mysqlclient.egg-info/dependency_links.txt writing top-level names to src/mysqlclient.egg-info/top_level.txt reading manifest file 'src/mysqlclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/mysqlclient.egg-info/SOURCES.txt' copying src/MySQLdb/_mysql.c -> build/lib.macosx-12.3-arm64-cpython-312/MySQLdb running build_ext building 'MySQLdb._mysql' extension creating build/temp.macosx-12.3-arm64-cpython-312/src/MySQLdb clang -pipe -Os -I/opt/pkg/include/python3.12 -I/opt/pkg/include -I/opt/pkg/include/mysql -I/opt/pkg/include/python3.12 -I/opt/pkg/include -I/opt/pkg/include/mysql "-Dversion_info=(2, 2, 7, 'final', 0)" -D__version__=2.2.7 -I/opt/pkg/include/python3.12 -c src/MySQLdb/_mysql.c -o build/temp.macosx-12.3-arm64-cpython-312/src/MySQLdb/_mysql.o -I/opt/pkg/include/mysql/ -std=c99 clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.12 -I/opt/pkg/include -I/opt/pkg/include/mysql -I/opt/pkg/include/python3.12 -I/opt/pkg/include -I/opt/pkg/include/mysql build/temp.macosx-12.3-arm64-cpython-312/src/MySQLdb/_mysql.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/_mysql.so -L/opt/pkg/lib/ -lmariadb installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel creating build/bdist.macosx-12.3-arm64/wheel/MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/_exceptions.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/_mysql.c -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/_mysql.so -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/connections.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb creating build/bdist.macosx-12.3-arm64/wheel/MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants/CLIENT.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants/CR.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants/ER.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants/FIELD_TYPE.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants/FLAG.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/constants/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb/constants copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/converters.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/cursors.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/release.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb copying build/lib.macosx-12.3-arm64-cpython-312/MySQLdb/times.py -> build/bdist.macosx-12.3-arm64/wheel/./MySQLdb running install_egg_info Copying src/mysqlclient.egg-info to build/bdist.macosx-12.3-arm64/wheel/./mysqlclient-2.2.7-py3.12.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/mysqlclient-2.2.7.dist-info/WHEEL creating '/Users/pbulk/build/databases/py-mysqlclient/work/mysqlclient-2.2.7/dist/.tmp-swoa6pdc/mysqlclient-2.2.7-cp312-cp312-macosx_12_0_arm64.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'MySQLdb/__init__.py' adding 'MySQLdb/_exceptions.py' adding 'MySQLdb/_mysql.c' adding 'MySQLdb/_mysql.so' adding 'MySQLdb/connections.py' adding 'MySQLdb/converters.py' adding 'MySQLdb/cursors.py' adding 'MySQLdb/release.py' adding 'MySQLdb/times.py' adding 'MySQLdb/constants/CLIENT.py' adding 'MySQLdb/constants/CR.py' adding 'MySQLdb/constants/ER.py' adding 'MySQLdb/constants/FIELD_TYPE.py' adding 'MySQLdb/constants/FLAG.py' adding 'MySQLdb/constants/__init__.py' adding 'mysqlclient-2.2.7.dist-info/licenses/LICENSE' adding 'mysqlclient-2.2.7.dist-info/METADATA' adding 'mysqlclient-2.2.7.dist-info/WHEEL' adding 'mysqlclient-2.2.7.dist-info/top_level.txt' adding 'mysqlclient-2.2.7.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built mysqlclient-2.2.7-cp312-cp312-macosx_12_0_arm64.whl *** Please use pkgtools/verifypc to sanity check dependencies.