aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2026-06-11 08:45:16 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2026-06-11 08:45:16 +0000
commitb147ad9b86b69e5385890a4bced04209ceb56626 (patch)
tree682318f93ca89ea80eda3922603496df8e0f7a91
parent908300d61580352f5af606ded2ad69863d5bb512 (diff)
devel/py-qtconsole: Switch to Qt6
(cherry picked from commit 79ce3b539e473bd4b5dd7f92be969ffed561c521)
-rw-r--r--devel/py-qtconsole/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile
index 08ff75a169cb..948dca061f43 100644
--- a/devel/py-qtconsole/Makefile
+++ b/devel/py-qtconsole/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qtconsole
DISTVERSION= 5.6.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.1:devel/py-ipykernel@${PY_FLAVO
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-qt>0:devel/py-pytest-qt@${PY_FLAVOR}
-USES= pyqt:5 python
-USE_PYQT= pyqt5
+USES= pyqt:6 python
+USE_PYQT= pyqt6
USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes