Port details |
- py-qt6 Python bindings for the Qt 6 toolkit (meta port)
- 6.8.0 devel =2 6.7.1_1Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2022-11-09 09:51:08
- Last Update: 2025-01-05 06:28:11
- Commit Hash: 7e3e679
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: NA
- WWW:
- https://riverbankcomputing.com/software/pyqt
- Description:
- PyQt6 is a set of Python bindings for Qt6 application framework.
This package provides the PyQt6 metaport.
- ¦ ¦ ¦ ¦
- 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}qt6>0:devel/py-qt6@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-qt6/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-qt6
- pkg install py311-qt6
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-qt6 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-qt6
- Package flavors (<flavor>: <package>)
- distinfo:
- There is no distinfo for this port.
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:
-
- python3.11 : lang/python311
- py311-qt6-3d>=6.8.0 : graphics/py-qt6-3d@py311
- py311-qt6-charts>=6.8.0 : x11-toolkits/py-qt6-charts@py311
- py311-qt6-datavis3d>=6.8.0 : x11-toolkits/py-qt6-datavis3d@py311
- py311-qt6-networkauth>=6.8.0 : net/py-qt6-networkauth@py311
- py311-qt6-pyqt>=6.8.0 : devel/py-qt6-pyqt@py311
- Test dependencies:
-
- python3.11 : lang/python311
- py311-qt6-3d>=6.8.0 : graphics/py-qt6-3d@py311
- py311-qt6-charts>=6.8.0 : x11-toolkits/py-qt6-charts@py311
- py311-qt6-datavis3d>=6.8.0 : x11-toolkits/py-qt6-datavis3d@py311
- py311-qt6-networkauth>=6.8.0 : net/py-qt6-networkauth@py311
- py311-qt6-pyqt>=6.8.0 : devel/py-qt6-pyqt@py311
- Runtime dependencies:
-
- python3.11 : lang/python311
- py311-qt6-3d>=6.8.0 : graphics/py-qt6-3d@py311
- py311-qt6-charts>=6.8.0 : x11-toolkits/py-qt6-charts@py311
- py311-qt6-datavis3d>=6.8.0 : x11-toolkits/py-qt6-datavis3d@py311
- py311-qt6-networkauth>=6.8.0 : net/py-qt6-networkauth@py311
- py311-qt6-pyqt>=6.8.0 : devel/py-qt6-pyqt@py311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-qt6
- USES:
- metaport python pyqt:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.0 05 Jan 2025 06:28:11 |
Jason E. Hale (jhale) |
Qt6: Update to 6.8.1
December 02, 2024
We (Qt upstream) have released Qt 6.8.1 today. As a patch release,
Qt 6.8.1 does not introduce new features but contains more than 550 bug
fixes, security updates, and other improvements on top of Qt 6.8.0
release. See more information about the most important changes and bug
fixes from the Qt 6.8.1 release note.
Announcement: https://www.qt.io/blog/qt-6.8.1-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.1/release-note.md
We (kde@) skipped shipping Qt 6.8.0 due to waiting for a compatible
version of PyQt to be released, but here are the announcements and (Only the first 15 lines of the commit message are shown above ) |
6.7.1_1 08 Dec 2024 06:31:15 |
Jason E. Hale (jhale) |
x11-toolkits/py-qt[56]-chart: Rename to *-charts
Move x11-toolkits/py-qt[56]-chart to x11-toolkits/py-qt[56]-charts to be
consistent with the names of their C++ counterparts.
Qt has always pluralized the Charts module, but PyQt didn't pluralize it
until Qt6. With the upcomming addition of the PyQt Graphs module, keeping
this singular would be even more awkwark.
While here:
Add all pyqt5 components except webengine to the devel/py-qt5 metaport
to be consistent with the devel/py-qt6 metaport. |
6.5.2 27 Jul 2023 23:04:06 |
Jason E. Hale (jhale) |
devel/py-qt6: Add new ports to the metaport |
6.5.2 27 Jul 2023 22:11:04 |
Jason E. Hale (jhale) |
PyQt: Update to latest versions
- PyQt6: update to 6.5.2
- PyQt6-Charts: update to 6.5.0
- PyQt6-NetworkAuth: update to 6.5.0
- PyQt6-WebEngine: update to 6.5.0
- QScintilla: update to 2.14.1
- PyQt6-sip: update to 13.5.2
- PyQt-builder: update to 1.15.2
- sip: update to 6.7.9 |
6.4.2_3 26 Jul 2023 19:58:56 |
Loïc Bartoletti (lbartoletti) |
devel/qt6: bump dependent ports |
6.4.2_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.4.2_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
6.4.2_1 09 Mar 2023 11:15:07 |
Loïc Bartoletti (lbartoletti) |
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine |
6.4.0 09 Nov 2022 09:47:49 |
Guido Falsi (madpilot) |
*/*pyqt*: Add pyqt6 ports
Reviewed by: tcberner, lbartoletti, fluffy
Approved by: kde (tcberner, lbartoletti, fluffy), portmgr (tcberner)
Differential Revision: https://reviews.freebsd.org/D37191 |