Port details |
- pyside6 Python Qt bindings for Qt 6
- 6.7.3 devel =2 6.7.3Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2023-06-19 18:51:18
- Last Update: 2024-09-29 07:05:40
- Commit Hash: 76fda73
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 py311-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 py311-pyside6 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyside6
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727499890
SHA256 (pyside-setup-everywhere-src-6.7.3.tar.xz) = a4c414be013d5051a2d10a9a1151e686488a3172c08a57461ea04b0a0ab74e09
SIZE (pyside-setup-everywhere-src-6.7.3.tar.xz) = 14591496
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:
-
- vulkan.h : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- 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.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- 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@py311
- libxkbcommon.so : x11/libxkbcommon
- libOpenGL.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
- libQt6WebChannel.so : www/qt6-webchannel
- libQt6WebEngineCore.so : www/qt6-webengine
- libQt6WebSockets.so : www/qt6-websockets
- This port is required by:
- for Build
-
- science/wwplot
- for Libraries
-
- cad/freecad
- devel/pyside6-tools
- for Run
-
- deskutils/normcap
- science/wwplot
Configuration Options:
- No options to configure
- Options name:
- devel_pyside6
- USES:
- cmake gl llvm:lib,noexport 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.7.3 29 Sep 2024 07:05:40 |
Jason E. Hale (jhale) |
Qt6: Update to 6.7.3
As a patch release, Qt 6.7.3 does not introduce new features but
contains more than 400 bug fixes, security updates, and other
improvements to the top of the Qt 6.7.2 release. See more information
about the most important changes and bug fixes from Qt 6.7.3 release
note.
PySide6: Update to 6.7.3
New port: devel/qt6-grpc
Qt GRPC is the client-side implementation that, together with the Qt
Protobuf module, allows the definition of messages and services in
.proto files, which then use the provided code generators to generate
client code that allows the access for fields and gRPC services in the
Qt framework. The code generated by Qt GRPC enables the client-side to
communicate with a gRPC server (regardless of whether the server uses
Qt) by sending calls or streaming messages.
Announcement: https://www.qt.io/blog/qt-6.7.3-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.3/release-note.md |
6.7.2 20 Jun 2024 23:02:19 |
Jason E. Hale (jhale) |
PySide6: Update to 6.7.2
MFH: 2024Q2 |
6.7.1 25 May 2024 04:55:49 |
Jason E. Hale (jhale) |
PySide6: Update to 6.7.1
MFH: 2024Q2 |
6.7.0 15 May 2024 17:55:48 |
Jason E. Hale (jhale) |
Qt6: Update to 6.7.0
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
(Only the first 15 lines of the commit message are shown above ) |
6.6.2 19 Feb 2024 00:09:29 |
Jason E. Hale (jhale) |
PySide6: Update to 6.6.2
https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-6.6.2?h=6.6.2
MFH: 2024Q1 |
6.6.1 07 Dec 2023 00:08:31 |
Jason E. Hale (jhale) |
PySide6: Update to 6.6.1
https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-6.6.1?h=6.6.1 |
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. |