Re: x11/qt5/qtwebengine and Python 3.13

2025-02-23 Thread Rafael Sadowski
On Sun Feb 23, 2025 at 09:51:57PM -0500, Daniel Dickman wrote: > Python 3.13 removed the deprecated pipes module. Fortunately > shlex.quote is a direct replacement for pipes.quote. > > With this diff I was able to build qtwebengine under Python 3.13. > > ok? No objections > > Index: Makefile

x11/qt5/qtwebengine and Python 3.13

2025-02-23 Thread Daniel Dickman
Python 3.13 removed the deprecated pipes module. Fortunately shlex.quote is a direct replacement for pipes.quote. With this diff I was able to build qtwebengine under Python 3.13. ok? Index: Makefile === RCS file: /cvs/ports/x11/qt