Port details |
- pyside6 Python Qt bindings for Qt 6
- 6.6.0_1 devel
=0 6.5.3Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2023-06-19 18:51:18
- Last Update: 2023-12-01 18:16:47
- Commit Hash: 8adbabc
- License: LGPL3
- WWW:
- https://wiki.qt.io/Qt_for_Python
- Description:
- PySide is the Python Qt bindings project, providing access to the complete
Qt 6 framework as well as to generator tools for rapidly generating
Python bindings for any C++ libraries.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyside6>0:devel/pyside6@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/pyside6/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pyside6
- pkg install py39-pyside6
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pyside6 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyside6
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1697907967
SHA256 (pyside-setup-everywhere-src-6.6.0.tar.xz) = 2dd002db8851a87173354f38aa8c6ec42d0ff1fac99ea422b29e2dfce52d1638
SIZE (pyside-setup-everywhere-src-6.6.0.tar.xz) = 14054860
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- xorgproto>=0 : x11/xorgproto
- qt6-doc>=6 : misc/qt6-doc
- libqtiff.so : graphics/qt6-imageformats
- libqtquicktimelineplugin.so : x11-toolkits/qt6-quicktimeline
- lupdate : devel/qt6-tools
- qt_en.qm : devel/qt6-translations
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- qt6-doc>=6 : misc/qt6-doc
- libqtiff.so : graphics/qt6-imageformats
- libqtquicktimelineplugin.so : x11-toolkits/qt6-quicktimeline
- lupdate : devel/qt6-tools
- qt_en.qm : devel/qt6-translations
- Library dependencies:
-
- libshiboken6.abi3.so : devel/shiboken6@py39
- libxkbcommon.so : x11/libxkbcommon
- libGL.so : graphics/libglvnd
- libLLVM-15.so : devel/llvm15
- libQt63DCore.so : graphics/qt6-3d
- libQt6Core.so : devel/qt6-base
- libQt6Charts.so : x11-toolkits/qt6-charts
- libQt6Bluetooth.so : comms/qt6-connectivity
- libQt6DataVisualization.so : x11-toolkits/qt6-datavis3d
- libQt6Qml.so : x11-toolkits/qt6-declarative
- libQt6Graphs.so : x11-toolkits/qt6-graphs
- libQt6HttpServer.so : www/qt6-httpserver
- libQt6Location.so : devel/qt6-location
- libQt6Multimedia.so : multimedia/qt6-multimedia
- libQt6NetworkAuth.so : net/qt6-networkauth
- libQt6Pdf.so : print/qt6-pdf
- libQt6Positioning.so : devel/qt6-positioning
- libQt6Quick3D.so : x11-toolkits/qt6-quick3d
- libQt6RemoteObjects.so : devel/qt6-remoteobjects
- libQt6Scxml.so : devel/qt6-scxml
- libQt6Sensors.so : comms/qt6-sensors
- libQt6SerialBus.so : comms/qt6-serialbus
- libQt6SerialPort.so : comms/qt6-serialport
- libQt6ShaderTools.so : x11-toolkits/qt6-shadertools
- libQt6TextToSpeech.so : accessibility/qt6-speech
- libQt6Svg.so : graphics/qt6-svg
- libQt6WaylandClient.so : graphics/qt6-wayland
- libQt6WebChannel.so : www/qt6-webchannel
- libQt6WebEngineCore.so : www/qt6-webengine
- libQt6WebSockets.so : www/qt6-websockets
- This port is required by:
- for Libraries
-
- devel/pyside6-tools
Configuration Options:
- No options to configure
- Options name:
- devel_pyside6
- USES:
- cmake gl llvm:lib python qt:6 tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.6.0_1 01 Dec 2023 18:16:47
    |
Jason E. Hale (jhale)  |
Qt6: Update to 6.6.1
As a patch release, Qt 6.6.1 does not introduce any new features but
contains more than 400 bug fixes, security updates, and other
improvements to the top of the Qt 6.6.0 release. See more information
about the most important changes and bug fixes from the Qt 6.6.1 release
note.
To allow building www/qt6-webengine without CUPS, a CUPS option has been
added and the Pdf module has been split out to a new port: print/qt6-pdf.
This also allows building devel/py-qt6-pyqt without pulling in the unused
WebEngine module. Fixes [1].
Remove a lot of unused dependencies. Fixes [2]. Also remove inconsistent
WWW lines from the individual Makefiles as WWW is alreay defined in (Only the first 15 lines of the commit message are shown above ) |
6.6.0 23 Nov 2023 17:43:42
    |
Jason E. Hale (jhale)  |
Qt6: Update to 6.6.0
Qt 6.6.0 is a feature release with focus on improving UX capabilities
including responsive UI technology and the Qt Graph module.
The Qt Coap module has been added as net/qt6-coap. [1]
PySide6 and PyQt6 have also been updated to 6.6.0.
Announcement: https://www.qt.io/blog/qt-6.6-released
Rel note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.0/release-note.md
PR: 275068, 274911 [1]
MFH: 2023Q4
Exp-run by: antoine |
6.5.3 10 Oct 2023 03:55:11
    |
Jason E. Hale (jhale)  |
devel/pyside6: Update to 6.5.3
Includes updates to devel/pyside6-tools and devel/shiboken6 as well.
https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-6.5.3
MFH: 2023Q4 |
6.5.2_2 04 Oct 2023 00:08:27
    |
Jason E. Hale (jhale)  |
Qt6: Update to 6.5.3
As a patch release, Qt 6.5.3 does not introduce any new features but
contains more than 500 bug fixes, security updates, and other
improvements on top of Qt 6.5.2 release. See more information about
the most important changes and bug fixes from Qt 6.5.3 release note.
Annoucement: https://www.qt.io/blog/qt-6.5.3-released
Release
note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.3/release-note.md |
6.5.2_1 29 Sep 2023 21:42:37
    |
Jason E. Hale (jhale)  |
devel/pyside6: Update after cb2e2b668ada
If comms/qt6-connectivity is installed, bindings are built for it. |
6.5.2 27 Jul 2023 22:10:42
    |
Jason E. Hale (jhale)  |
Qt: Update Qt6 to 6.5.2
As a patch release, Qt 6.5.2 does not introduce any new features but
contains about 290 bug fixes, security updates, and other improvements
to the top of the Qt 6.5.1 release. See more information about the most
important changes and bug fixes from Qt 6.5.2 release note.
Announcement: https://www.qt.io/blog/qt-6.5.2-released-1
Release
note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md |
6.5.1.1 26 Jul 2023 04:28:56
    |
Loïc Bartoletti (lbartoletti)  |
Qt6: Update to 6.5.1
Changes:
- https://www.qt.io/blog/qt-6.5-lts-released
- https://www.qt.io/blog/qt-6.5.1-released
PR: 272422
Exp-run by: antoine |
6.4.2 14 Jul 2023 10:53:56
    |
Piotr Kubaj (pkubaj)  |
devel/pyside6: fix plist on non-x86 |
6.4.2 30 Jun 2023 11:40:18
    |
Tobias Kortkamp (tobik)  |
devel/{pyside6*,shiboken6}: Fix WWW node type
Should be a variable not a target.
Reported by: portfmt scan |
6.4.2 30 Jun 2023 07:08:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/pyside6: Clean up USES=python
Approved by: portmgr (blanket)
With hat: python |
6.4.2 21 Jun 2023 04:49:08
    |
Loïc Bartoletti (lbartoletti)  |
devel/{pyside,shiboken}6: move WWW to Makefile |
6.4.2 19 Jun 2023 18:49:17
    |
Loïc Bartoletti (lbartoletti)  |
PySide6: Python biding for Qt6
Add devel/pyside6* and devel/shiboken6
PySide6 is the official Python module from the Qt for Python project, which
provides access to the complete Qt 6.0+ framework. |