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
25 lines
638 B
Makefile
25 lines
638 B
Makefile
PORTNAME= webengine
|
|
DISTVERSION= ${PYQTWEBENGINE_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ${MASTER_SITES_PYQTWEBENGINE}
|
|
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
|
|
DISTNAME= ${PYQTWEBENGINE_DISTNAME}
|
|
|
|
PYQT_DIST= yes
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python bindings for the Qt5 toolkit, QtWebEngine module
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= gl python:3.8+ pyqt:5 qt:5
|
|
USE_GL= gl
|
|
USE_PYQT= sip_build pyqt5
|
|
USE_PYTHON= concurrent flavors py3kplist
|
|
USE_QT= core declarative gui location network printsupport webchannel \
|
|
webengine widgets qmake_build
|
|
|
|
PLIST_SUB= PYQT_WEBENGINE_VERSION=${DISTVERSION}
|
|
|
|
.include <bsd.port.mk>
|