Date: Sat, 27 Jun 2026 23:16:40 +0300 From: Max Brazhnikov <makc@freebsd.org> To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org, ports-committers@freebsd.org Cc: Max Brazhnikov <makc@freebsd.org>, freebsd@sysctl.cz, heckendorfc@gmail.com, lwhsu@freebsd.org Subject: Re: git: d2fd84b5bfd7 - main - devel/pyside2: Broken with Python 3.12 Message-ID: <cdqlb6cuQh2cCreB6Jblsw@freebsd.org> In-Reply-To: <6a3fb916.3e33b.3ca540d2@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
The upstream support for Qt 5 is officially over, so with my kde@ hat I'm considering to deprecate and remove the port. I've recently switched a bunch of its consumers to PySide6/Qt6, only three ports depending on PySide2 are left in the ports tree: graphics/natron multimedia/syncplay x11-toolkits/py-guietta If these ports are still of interest, the Debian has patches for PySide2 to support Python 3.12 and 3.13. However updating the ports to Qt6 would be better solution. Max > The branch main has been updated by makc: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=d2fd84b5bfd75331f2257688f7d24f4a70e7e14d > > commit d2fd84b5bfd75331f2257688f7d24f4a70e7e14d > Author: Max Brazhnikov <makc@FreeBSD.org> > AuthorDate: 2026-06-27 11:50:30 +0000 > Commit: Max Brazhnikov <makc@FreeBSD.org> > CommitDate: 2026-06-27 11:50:30 +0000 > > devel/pyside2: Broken with Python 3.12 > --- > devel/pyside2/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/devel/pyside2/Makefile b/devel/pyside2/Makefile > index 334f2256a5dc..6cd0d2451c0a 100644 > --- a/devel/pyside2/Makefile > +++ b/devel/pyside2/Makefile > @@ -9,6 +9,8 @@ MAINTAINER= kde@FreeBSD.org > COMMENT= Python Qt bindings for Qt 5.12+ > WWW= https://wiki.qt.io/Qt_for_Python > > +BROKEN= does not support Python 3.12+ > + > LICENSE= LGPL3 > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ > >home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cdqlb6cuQh2cCreB6Jblsw>
