diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-10-24 18:51:36 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-27 06:12:26 +0000 |
commit | 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 (patch) | |
tree | e0e3a0327237691d3fe5df542835ced376d3bfae /finance | |
parent | cc7a787d5f043014dcea80bd0058dd7117a5e308 (diff) |
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:
PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2
Reviewed by: diizzy, kde
Tested by: kai, rhurlin, arrowd, madpilot
Approved by: makc, tcberner, kde
Differential Revision: https://reviews.freebsd.org/D33237
Exp-run by: antoine
Diffstat (limited to 'finance')
-rw-r--r-- | finance/electrum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index ef44e4e034b4..93d821c7bc2e 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -51,7 +51,7 @@ OPTIONS_SUB= yes HARDWARE_DESC= Enable Bitcoin hardware wallet support GUI_USES= desktop-file-utils pyqt:5 -GUI_USE= PYQT=sip,widgets,gui_run +GUI_USE= PYQT=sip,pyqt5 HARDWARE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip-python>=0.1.30:security/py-btchip-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ckcc-protocol>=0.7.7:security/py-ckcc-protocol@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi@${PY_FLAVOR} \ |