===> Building for py310-acora-2.5 * Building wheel... /opt/pkg/lib/python3.10/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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Building acora 2.5 running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-310/acora copying acora/__init__.py -> build/lib.macosx-12.3-arm64-cpython-310/acora copying acora/_acora.py -> build/lib.macosx-12.3-arm64-cpython-310/acora running build_ext building 'acora._acora' extension creating build/temp.macosx-12.3-arm64-cpython-310/acora clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -c acora/_acora.c -o build/temp.macosx-12.3-arm64-cpython-310/acora/_acora.o clang -bundle -undefined dynamic_lookup -L. -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.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/acora/_acora.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/acora/_acora.so building 'acora._cacora' extension clang -pipe -Os -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -c acora/_cacora.c -o build/temp.macosx-12.3-arm64-cpython-310/acora/_cacora.o acora/_cacora.c:10754:32: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] __pyx_v_self->data_start = PyUnicode_AS_UNICODE(__pyx_v_data); ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE' PyUnicode_AsUnicode(_PyObject_CAST(op))) ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ acora/_cacora.c:10763:30: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] __pyx_v_self->data_len = PyUnicode_GET_SIZE(__pyx_v_data); ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE' PyUnicode_WSTR_LENGTH(op) : \ ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH' #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op) ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here Py_DEPRECATED(3.3) ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ acora/_cacora.c:10763:30: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] __pyx_v_self->data_len = PyUnicode_GET_SIZE(__pyx_v_data); ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE' ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\ ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ acora/_cacora.c:10763:30: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] __pyx_v_self->data_len = PyUnicode_GET_SIZE(__pyx_v_data); ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE' PyUnicode_WSTR_LENGTH(op))) ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH' #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op) ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here Py_DEPRECATED(3.3) ^ /Users/pbulk/build/textproc/py-acora/work/.buildlink/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 4 warnings generated. clang -bundle -undefined dynamic_lookup -L. -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.10 -I/opt/pkg/include -I/opt/pkg/include/python3.10 -I/opt/pkg/include build/temp.macosx-12.3-arm64-cpython-310/acora/_cacora.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-310/acora/_cacora.so 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/acora copying build/lib.macosx-12.3-arm64-cpython-310/acora/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./acora copying build/lib.macosx-12.3-arm64-cpython-310/acora/_acora.py -> build/bdist.macosx-12.3-arm64/wheel/./acora copying build/lib.macosx-12.3-arm64-cpython-310/acora/_acora.so -> build/bdist.macosx-12.3-arm64/wheel/./acora copying build/lib.macosx-12.3-arm64-cpython-310/acora/_cacora.so -> build/bdist.macosx-12.3-arm64/wheel/./acora running install_egg_info running egg_info writing acora.egg-info/PKG-INFO writing dependency_links to acora.egg-info/dependency_links.txt writing requirements to acora.egg-info/requires.txt writing top-level names to acora.egg-info/top_level.txt reading manifest file 'acora.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'acora.egg-info/SOURCES.txt' Copying acora.egg-info to build/bdist.macosx-12.3-arm64/wheel/./acora-2.5-py3.10.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/acora-2.5.dist-info/WHEEL creating '/Users/pbulk/build/textproc/py-acora/work/acora-2.5/dist/.tmp-w0mgor5x/acora-2.5-cp310-cp310-macosx_12_0_arm64.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'acora/__init__.py' adding 'acora/_acora.py' adding 'acora/_acora.so' adding 'acora/_cacora.so' adding 'acora-2.5.dist-info/licenses/LICENSE.txt' adding 'acora-2.5.dist-info/METADATA' adding 'acora-2.5.dist-info/WHEEL' adding 'acora-2.5.dist-info/top_level.txt' adding 'acora-2.5.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built acora-2.5-cp310-cp310-macosx_12_0_arm64.whl