diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-14 05:56:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-14 05:56:50 +0800 |
commit | 425ab2f470108aa2b2e552dfed54e18a676fdd64 (patch) | |
tree | c8ea48f297bee52a8d84f4ec84da2d9fa23078a5 /lang | |
parent | c9f665c0b4d537f42b2c6ec9d10e14303cc2afea (diff) | |
download | freebsd-ports-gnome-425ab2f470108aa2b2e552dfed54e18a676fdd64.tar.gz freebsd-ports-gnome-425ab2f470108aa2b2e552dfed54e18a676fdd64.tar.zst freebsd-ports-gnome-425ab2f470108aa2b2e552dfed54e18a676fdd64.zip |
At very long last land PyQt5 5.5.1 ports.
Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.
Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).
PR: 204672
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/py-qt5-qml/Makefile | 27 | ||||
-rw-r--r-- | lang/py-qt5-qml/pkg-descr | 4 | ||||
-rw-r--r-- | lang/py-qt5-qml/pkg-plist | 27 |
4 files changed, 59 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index efa56411d7d7..0421ef4d4bae 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -261,6 +261,7 @@ SUBDIR += py-clojure SUBDIR += py-mx-base SUBDIR += py-prolog + SUBDIR += py-qt5-qml SUBDIR += pypy SUBDIR += pypy3-devel SUBDIR += python diff --git a/lang/py-qt5-qml/Makefile b/lang/py-qt5-qml/Makefile new file mode 100644 index 000000000000..f6fb4173fbfb --- /dev/null +++ b/lang/py-qt5-qml/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= qml +CATEGORIES= lang devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QML module + +CONFIGURE_ARGS= --enable QtQml +PYQT_DIST= yes + +USES= python pyqt:5 +USE_GL= gl +USE_PYQT= sip_build core_run network_run +USE_QT5= core gui network qml buildtools_build qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtQml API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:${PORTSDIR}/devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include <bsd.port.mk> diff --git a/lang/py-qt5-qml/pkg-descr b/lang/py-qt5-qml/pkg-descr new file mode 100644 index 000000000000..8ec04c4269bb --- /dev/null +++ b/lang/py-qt5-qml/pkg-descr @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtQml module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ diff --git a/lang/py-qt5-qml/pkg-plist b/lang/py-qt5-qml/pkg-plist new file mode 100644 index 000000000000..b92479b5ef88 --- /dev/null +++ b/lang/py-qt5-qml/pkg-plist @@ -0,0 +1,27 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtQml.so +%%QT_PLUGINDIR%%/PyQt5/libpyqt5qmlplugin.so +%%PYQT_SIPDIR%%/QtQml/QtQmlmod.sip +%%PYQT_SIPDIR%%/QtQml/qjsengine.sip +%%PYQT_SIPDIR%%/QtQml/qjsvalue.sip +%%PYQT_SIPDIR%%/QtQml/qjsvalueiterator.sip +%%PYQT_SIPDIR%%/QtQml/qmlattachedpropertiesobject.sip +%%PYQT_SIPDIR%%/QtQml/qmlregistertype.sip +%%PYQT_SIPDIR%%/QtQml/qpyqmllistproperty.sip +%%PYQT_SIPDIR%%/QtQml/qqmlabstracturlinterceptor.sip +%%PYQT_SIPDIR%%/QtQml/qqmlapplicationengine.sip +%%PYQT_SIPDIR%%/QtQml/qqmlcomponent.sip +%%PYQT_SIPDIR%%/QtQml/qqmlcontext.sip +%%PYQT_SIPDIR%%/QtQml/qqmlengine.sip +%%PYQT_SIPDIR%%/QtQml/qqmlerror.sip +%%PYQT_SIPDIR%%/QtQml/qqmlexpression.sip +%%PYQT_SIPDIR%%/QtQml/qqmlextensionplugin.sip +%%PYQT_SIPDIR%%/QtQml/qqmlfileselector.sip +%%PYQT_SIPDIR%%/QtQml/qqmlincubator.sip +%%PYQT_SIPDIR%%/QtQml/qqmllist.sip +%%PYQT_SIPDIR%%/QtQml/qqmlnetworkaccessmanagerfactory.sip +%%PYQT_SIPDIR%%/QtQml/qqmlparserstatus.sip +%%PYQT_SIPDIR%%/QtQml/qqmlproperty.sip +%%PYQT_SIPDIR%%/QtQml/qqmlpropertymap.sip +%%PYQT_SIPDIR%%/QtQml/qqmlpropertyvaluesource.sip +%%PYQT_SIPDIR%%/QtQml/qqmlscriptstring.sip +%%API%%share/qt5/qsci/api/python/QtQml.api |