===> Building for py313-peewee-3.18.1 * Building wheel... Error compiling Cython file: ------------------------------------------------------------ ... cdef python_to_sqlite(sqlite3_context *context, value): if value is None: sqlite3_result_null(context) elif isinstance(value, (int, long)): ^ ------------------------------------------------------------ playhouse/_sqlite_ext.pyx:329:33: undeclared name not builtin: long Compiling playhouse/_sqlite_ext.pyx because it changed. Compiling playhouse/_sqlite_udf.pyx because it changed. [1/2] Cythonizing playhouse/_sqlite_ext.pyx Traceback (most recent call last): File "/opt/pkg/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in main() ~~~~^^ File "/opt/pkg/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/pkg/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel return _build_backend().build_wheel( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ wheel_directory, config_settings, metadata_directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/pkg/lib/python3.13/site-packages/setuptools/build_meta.py", line 432, in build_wheel return _build(['bdist_wheel']) File "/opt/pkg/lib/python3.13/site-packages/setuptools/build_meta.py", line 423, in _build return self._build_with_temp_dir( ~~~~~~~~~~~~~~~~~~~~~~~~~^ cmd, ^^^^ ...<3 lines>... self._arbitrary_args(config_settings), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/pkg/lib/python3.13/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir self.run_setup() ~~~~~~~~~~~~~~^^ File "/opt/pkg/lib/python3.13/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals()) ~~~~^^^^^^^^^^^^^^^^ File "", line 202, in File "", line 197, in _do_setup File "/opt/pkg/lib/python3.13/site-packages/Cython/Build/Dependencies.py", line 1145, in cythonize cythonize_one(*args) ~~~~~~~~~~~~~^^^^^^^ File "/opt/pkg/lib/python3.13/site-packages/Cython/Build/Dependencies.py", line 1289, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: playhouse/_sqlite_ext.pyx ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/databases/py-peewee *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/databases/py-peewee