diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-qt5-webchannel/Makefile | 2 | ||||
-rw-r--r-- | www/py-qt5-webengine/Makefile | 2 | ||||
-rw-r--r-- | www/py-qt5-webengine/distinfo | 6 | ||||
-rw-r--r-- | www/py-qt5-webkit/Makefile | 2 | ||||
-rw-r--r-- | www/py-qt5-webkitwidgets/Makefile | 2 | ||||
-rw-r--r-- | www/py-qt5-websockets/Makefile | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/www/py-qt5-webchannel/Makefile b/www/py-qt5-webchannel/Makefile index a3ca4cbacb3f..d1e490fab5d8 100644 --- a/www/py-qt5-webchannel/Makefile +++ b/www/py-qt5-webchannel/Makefile @@ -11,7 +11,7 @@ COMMENT= Python bindings for the Qt5 toolkit, QtWebChannel module BUILD_DEPENDS= ${PY_ENUM34} RUN_DEPENDS= ${PY_ENUM34} -USES= python pyqt:5 qt:5 +USES= python:3.5+ pyqt:5 qt:5 USE_PYQT= sip_build core_run gui_run qml_run network_run widgets_run USE_PYTHON= concurrent flavors py3kplist USE_QT= core declarative qmake_build gui network webchannel widgets diff --git a/www/py-qt5-webengine/Makefile b/www/py-qt5-webengine/Makefile index 483d6b862676..d4391edcaf3c 100644 --- a/www/py-qt5-webengine/Makefile +++ b/www/py-qt5-webengine/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PY_ENUM34} RUN_DEPENDS= ${PY_ENUM34} -USES= gl python pyqt:5 qt:5 +USES= gl python:3.5+ pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core gui network printsupport webchannel USE_PYTHON= concurrent flavors py3kplist diff --git a/www/py-qt5-webengine/distinfo b/www/py-qt5-webengine/distinfo index 82eb88fab2ce..44f8b4886b78 100644 --- a/www/py-qt5-webengine/distinfo +++ b/www/py-qt5-webengine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595258707 -SHA256 (PyQtWebEngine-5.15.0.tar.gz) = 670812688e40bf75f70ddf01eadd897d231300318d3856b275bf8e7e0085bf75 -SIZE (PyQtWebEngine-5.15.0.tar.gz) = 48308 +TIMESTAMP = 1602396518 +SHA256 (PyQtWebEngine-5.15.1.tar.gz) = f0ca7915ee206ba5d703168c6ca40b0aad62c67360328fae4af5359cdbcee439 +SIZE (PyQtWebEngine-5.15.1.tar.gz) = 48520 diff --git a/www/py-qt5-webkit/Makefile b/www/py-qt5-webkit/Makefile index 25f8e93a19be..05f90aa5809f 100644 --- a/www/py-qt5-webkit/Makefile +++ b/www/py-qt5-webkit/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34} CONFIGURE_ARGS= --enable QtWebKit PYQT_DIST= yes -USES= gl python pyqt:5 qt:5 +USES= gl python:3.5+ pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run network_run USE_PYTHON= concurrent flavors py3kplist diff --git a/www/py-qt5-webkitwidgets/Makefile b/www/py-qt5-webkitwidgets/Makefile index eb5a509f0629..0ff402660276 100644 --- a/www/py-qt5-webkitwidgets/Makefile +++ b/www/py-qt5-webkitwidgets/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34} CONFIGURE_ARGS= --enable QtWebKitWidgets PYQT_DIST= yes -USES= gl python pyqt:5 qt:5 +USES= gl python:3.5+ pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run printsupport_run webkit_run widgets_run USE_PYTHON= concurrent flavors py3kplist diff --git a/www/py-qt5-websockets/Makefile b/www/py-qt5-websockets/Makefile index 78d57aa1e7b3..21d00575a91c 100644 --- a/www/py-qt5-websockets/Makefile +++ b/www/py-qt5-websockets/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34} CONFIGURE_ARGS= --enable QtWebSockets PYQT_DIST= yes -USES= python pyqt:5 qt:5 +USES= python:3.5+ pyqt:5 qt:5 USE_PYQT= sip_build core_run USE_PYTHON= concurrent flavors py3kplist USE_QT= core qmake_build network websockets |