View | Details | Raw Unified | Return to bug 243667
Collapse All | Expand All

(-)www/py-qt5-websockets/Makefile (+30 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	websockets
4
CATEGORIES=	www net devel python
5
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Python bindings for the Qt5 toolkit, QtWebSockets module
8
9
BUILD_DEPENDS=	${PY_ENUM34}
10
RUN_DEPENDS=	${PY_ENUM34}
11
12
CONFIGURE_ARGS=	--enable QtWebSockets
13
PYQT_DIST=	yes
14
15
USES=		python pyqt:5 qt:5
16
USE_PYQT=	sip_build core_run
17
USE_PYTHON=	concurrent flavors py3kplist
18
USE_QT=		core qmake_build websockets
19
20
OPTIONS_DEFINE=	API DEBUG
21
OPTIONS_DEFAULT=API
22
OPTIONS_SUB=	yes
23
24
API_DESC=		Install QtNetwork API for QScintilla2
25
API_CONFIGURE_ON=	--qsci-api --qsci-api-destdir=${PYQT_APIDIR}
26
API_CONFIGURE_OFF=	--no-qsci-api
27
API_LIB_DEPENDS=	libqscintilla2_qt5.so:devel/qscintilla2-qt5
28
DEBUG_CONFIGURE_ON=	--debug --trace
29
30
.include <bsd.port.mk>
(-)www/py-qt5-websockets/pkg-descr (+4 lines)
Line 0 Link Here
1
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
2
This package provides the QtWebSockets module.
3
4
WWW: https://riverbankcomputing.com/software/pyqt
(-)www/py-qt5-websockets/pkg-plist (+9 lines)
Line 0 Link Here
1
%%PYTHON_SITELIBDIR%%/PyQt5/QtWebSockets.so
2
%%PYTHON_SITELIBDIR%%/PyQt5/QtWebSockets.pyi
3
%%PYQT_SIPDIR%%/QtWebSockets/QtWebSocketsmod.sip
4
%%PYQT_SIPDIR%%/QtWebSockets/qmaskgenerator.sip
5
%%PYQT_SIPDIR%%/QtWebSockets/qwebsocket.sip
6
%%PYQT_SIPDIR%%/QtWebSockets/qwebsocketcorsauthenticator.sip
7
%%PYQT_SIPDIR%%/QtWebSockets/qwebsocketprotocol.sip
8
%%PYQT_SIPDIR%%/QtWebSockets/qwebsocketserver.sip
9
%%API%%%%PYQT_APIDIR%%/api/python/QtWebSockets.api

Return to bug 243667