=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for py313-pysvn-1.9.20nb2
--- generate_svn_error_codes.hpp ---
--- pysvn_docs.cpp ---
--- pysvn_version.hpp ---
--- cxxsupport.o ---
--- cxx_extensions.o ---
--- cxxextensions.o ---
--- IndirectPythonInterface.o ---
--- cxx_exceptions.o ---
--- generate_svn_error_codes.hpp ---
Info: Make generate_svn_error_codes.hpp
/usr/pkg/bin/python3.13 -u generate_svn_error_codes/create_svn_error_codes_hpp.py /usr/pkg/include/subversion-1
--- pysvn_docs.cpp ---
Info: Make pysvn_docs.cpp
/usr/pkg/bin/python3.13 -u ../Docs/generate_cpp_docs_from_html_docs.py /usr/pkg/include/subversion-1 ../Docs/pysvn_prog_ref.html pysvn_docs.hpp pysvn_docs.cpp
--- pysvn_version.hpp ---
Info: Make pysvn_version.hpp
/usr/pkg/bin/python3.13 -u ../Builder/brand_version.py ../Builder/version.info pysvn_version.hpp.template
--- cxxsupport.o ---
Compile: /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx into cxxsupport.o
--- cxx_extensions.o ---
Compile: /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx into cxx_extensions.o
--- IndirectPythonInterface.o ---
Compile: /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx into IndirectPythonInterface.o
--- cxxextensions.o ---
Compile: /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxextensions.c into cxxextensions.o
--- cxx_exceptions.o ---
Compile: /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx into cxx_exceptions.o
--- generate_svn_error_codes.o ---
Compile: generate_svn_error_codes/generate_svn_error_codes.cpp into generate_svn_error_codes.o
--- pysvn_version.hpp ---
Info: revision 2108
--- pysvn_docs.cpp ---
Info: svn_include /usr/pkg/include/subversion-1
Info: html_doc ../Docs/pysvn_prog_ref.html
Info: cpp_header_filename pysvn_docs.hpp
Info: cpp_module_filename pysvn_docs.cpp
Info: Building against SVN 1.14.4 code 1014004
--- pysvn.o ---
--- pysvn_callbacks.o ---
--- pysvn.o ---
Compile: pysvn.cpp into pysvn.o
--- pysvn_callbacks.o ---
Compile: pysvn_callbacks.cpp into pysvn_callbacks.o
--- cxxextensions.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxextensions.c:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxextensions.c:46:5: warning: missing braces around initializer [-Wmissing-braces]
   46 |     {
      |     ^
   47 |     _PyObject_EXTRA_INIT
   48 |     1,
      |     {}
--- pysvn_client.o ---
--- IndirectPythonInterface.o ---
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx: In function 'int& Py::_Py_DebugFlag()':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:521:50: warning: 'Py_DebugFlag' is deprecated [-Wdeprecated-declarations]
  521 | int &_Py_DebugFlag()                    { return Py_DebugFlag; }
      |                                                  ^~~~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:76,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/IndirectPythonInterface.hxx:1,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:38:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/pydebug.h:8:37: note: declared here
    8 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_DebugFlag;
      |                                     ^~~~~~~~~~~~
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx: In function 'int& Py::_Py_InteractiveFlag()':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:522:50: warning: 'Py_InteractiveFlag' is deprecated [-Wdeprecated-declarations]
  522 | int &_Py_InteractiveFlag()              { return Py_InteractiveFlag; }
      |                                                  ^~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:76,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/IndirectPythonInterface.hxx:1,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:38:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/pydebug.h:11:37: note: declared here
   11 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_InteractiveFlag;
      |                                     ^~~~~~~~~~~~~~~~~~
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx: In function 'int& Py::_Py_OptimizeFlag()':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:523:50: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations]
  523 | int &_Py_OptimizeFlag()                 { return Py_OptimizeFlag; }
      |                                                  ^~~~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:76,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/IndirectPythonInterface.hxx:1,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:38:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/pydebug.h:13:37: note: declared here
   13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
      |                                     ^~~~~~~~~~~~~~~
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx: In function 'int& Py::_Py_NoSiteFlag()':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:524:50: warning: 'Py_NoSiteFlag' is deprecated [-Wdeprecated-declarations]
  524 | int &_Py_NoSiteFlag()                   { return Py_NoSiteFlag; }
      |                                                  ^~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:76,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/IndirectPythonInterface.hxx:1,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:38:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/pydebug.h:14:37: note: declared here
   14 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoSiteFlag;
      |                                     ^~~~~~~~~~~~~
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx: In function 'int& Py::_Py_VerboseFlag()':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:525:50: warning: 'Py_VerboseFlag' is deprecated [-Wdeprecated-declarations]
  525 | int &_Py_VerboseFlag()                  { return Py_VerboseFlag; }
      |                                                  ^~~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:76,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/IndirectPythonInterface.hxx:1,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:38:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/pydebug.h:9:37: note: declared here
    9 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_VerboseFlag;
      |                                     ^~~~~~~~~~~~~~
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx: In function 'const char* Py::__Py_PackageContext()':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/IndirectPythonInterface.cxx:527:50: error: '_Py_PackageContext' was not declared in this scope; did you mean '__Py_PackageContext'?
  527 | const char *__Py_PackageContext()       { return _Py_PackageContext; }
      |                                                  ^~~~~~~~~~~~~~~~~~
      |                                                  __Py_PackageContext
--- pysvn_client.o ---
Compile: pysvn_client.cpp into pysvn_client.o
--- pysvn_static_strings.o ---
Compile: pysvn_static_strings.cpp into pysvn_static_strings.o
--- IndirectPythonInterface.o ---
*** [IndirectPythonInterface.o] Error code 1

make: stopped in /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Source
--- cxx_extensions.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_extensions.cxx:37,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_extensions.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- cxxsupport.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
--- cxxsupport.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn.o ---
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- cxxsupport.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:38,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- cxx_exceptions.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
--- cxxsupport.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:42:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxxsupport.cxx:42:33: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
   42 | Py_UNICODE unicode_null_string[1] = { 0 };
      |                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxxsupport.cxx:37:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
--- cxx_exceptions.o ---
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
--- cxxsupport.o ---
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- cxx_exceptions.o ---
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Extensions.hxx:52,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Extensions.hxx:42,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/Python3/cxx_exceptions.cxx:5,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:6:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/WrapPython.h:58,
                 from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/Src/cxx_exceptions.cxx:1:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_callbacks.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_client.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
--- pysvn_callbacks.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_client.o ---
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_callbacks.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_client.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_callbacks.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_callbacks.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_client.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_client.cpp:20:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
--- pysvn_static_strings.o ---
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1763:31: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1763 |     typedef std::basic_string<Py_UNICODE> unicodestring;
      |                               ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1764:44: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1764 |     extern Py_UNICODE unicode_null_string[1];
      |                                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1959:28: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1959 |         Char( Py_UNICODE v )
      |                            ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2005:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2005 |         Char &operator=( Py_UNICODE v )
      |                                       ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In constructor 'Py::Char::Char(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1968:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1968 |         : Object( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ),1 ), true )
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1990:88: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1990 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE*>( v.data() ), 1 ), true );
      |                                                                                        ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::Char& Py::Char::operator=(int)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:25: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:1998:39: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1998 |             Py_UNICODE v( static_cast<Py_UNICODE>( v_ ) );
      |                                       ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: At global scope:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2144:49: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2144 |         String( const Py_UNICODE *s, int length )
      |                                                 ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
In file included from /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Objects.hxx:42,
                 from pysvn.hpp:13,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx: In member function 'Py::String& Py::String::operator=(const unicodestring&)':
/pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Import/pycxx-7.1.5/CXX/Python3/Objects.hxx:2167:89: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 2167 |             set( PyUnicode_FromKindAndData( PyUnicode_4BYTE_KIND, const_cast<Py_UNICODE *>( v.data() ), v.length() ), true );
      |                                                                                         ^
In file included from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/unicodeobject.h:1014,
                 from /pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/Python.h:79,
                 from pysvn.hpp:10,
                 from pysvn_static_strings.cpp:19:
/pbulk/work/devel/py-pysvn/work/.buildlink/include/python3.13/cpython/unicodeobject.h:10:37: note: declared here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      |                                     ^~~~~~~~~~
1 error

make: stopped in /pbulk/work/devel/py-pysvn/work/pysvn-1.9.20/Source
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/devel/py-pysvn
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/py-pysvn