mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Qt 6.7 is out with lots of large and small improvements for all of us who like to have fun when building modern applications and user experiences, focusing on the expansion of supported platforms and industry standards. This makes code written with Qt more sustainable and brings more value in Qt as a long-term investment. www/qt6-webengine is now based on Chromium version 118.0.5993.220. Announcement: https://www.qt.io/blog/qt-6.7-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.0/release-note.md PySide6: Update to 6.7.0 PySide6 and its related components have been updated alongside the Qt release for compatibility. Older versions will not build with Qt 6.7.x. Announcement: https://www.qt.io/blog/qt-for-python-release-6.7 PyQt6: Update to 6.7.0 Minor Makefile cleanups and simplification of MASTER_SITES in pyqt.mk. As with PySide6, older versions of PyQt6 will not build with Qt 6.7.x. Announcement: https://www.riverbankcomputing.com/news/PyQt_v6.7.0_Released PR: 278658 Exp-run by: antoine MFH: 2024Q2 Security: e79cc4e2-12d7-11ef-83d8-4ccc6adda413, c6f03ea6-12de-11ef-83d8-4ccc6adda413
8 lines
381 B
Text
8 lines
381 B
Text
PyQt6 is a comprehensive set of Python bindings for Qt6. It is
|
|
implemented as more than 35 extension modules and enables Python
|
|
to be used as an alternative application development language to
|
|
C++ on all supported platforms.
|
|
|
|
PyQt6 may also be embedded in C++ based applications to allow users
|
|
of those applications to configure or enhance the functionality of
|
|
those applications.
|