summaryrefslogtreecommitdiff
path: root/x11/py-qt5
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-10-19 18:59:54 +0000
committeradam <adam@pkgsrc.org>2021-10-19 18:59:54 +0000
commit2f767f0e717331ed48aaea50d6dbe681c1370e47 (patch)
tree4774ec90320a2648348227be5b4829456f5079f6 /x11/py-qt5
parentff48416cc50e13c0952a0ecf56c3c072f356d382 (diff)
downloadpkgsrc-2f767f0e717331ed48aaea50d6dbe681c1370e47.tar.gz
py-qt5: updated to 5.15.5
PyQt v5.15.5 has been released. This is a bug-fix release. There are corresponding releases of PyQtNetworkAuth and PyQtWebEngine. Added the missing QPdfWriter.setPageSize() overload. pylupdate5 now assumes that the default codec is UTF-8 and specifies v2.1 as the .ts file format. PyQt v5.15.4 has been released. This is a minor bug-fix release. There are corresponding releases of the other PyQt5-related packages. PyQt v5.15.3 has been released. This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages. Added the missing QImage.setAlphaChannel(). Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package. Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
Diffstat (limited to 'x11/py-qt5')
-rw-r--r--x11/py-qt5/Makefile6
-rw-r--r--x11/py-qt5/PLIST13
-rw-r--r--x11/py-qt5/distinfo8
3 files changed, 7 insertions, 20 deletions
diff --git a/x11/py-qt5/Makefile b/x11/py-qt5/Makefile
index 56e5bad9c31..f4cf5d06bd5 100644
--- a/x11/py-qt5/Makefile
+++ b/x11/py-qt5/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2021/07/30 12:27:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2021/10/19 18:59:54 adam Exp $
-DISTNAME= PyQt5-5.15.2
+DISTNAME= PyQt5-5.15.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/}
-PKGREVISION= 4
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyQt5/}
@@ -95,7 +94,6 @@ BUILDLINK_API_DEPENDS.py-sip+= ${PYPKGPREFIX}-sip>=4.19.23
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
.include "../../x11/qt5-qtlocation/buildlink3.mk"
.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
-.include "../../x11/qt5-qtnetworkauth/buildlink3.mk"
.include "../../x11/qt5-qtsensors/buildlink3.mk"
.include "../../x11/qt5-qtserialport/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
diff --git a/x11/py-qt5/PLIST b/x11/py-qt5/PLIST
index 9ed6ceffd80..a8ac055bfb2 100644
--- a/x11/py-qt5/PLIST
+++ b/x11/py-qt5/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/09/15 19:30:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/10/19 18:59:54 adam Exp $
bin/pylupdate5-${PYVERSSUFFIX}
bin/pyrcc5-${PYVERSSUFFIX}
bin/pyuic5-${PYVERSSUFFIX}
@@ -24,8 +24,6 @@ ${PLIST.py3x}${PYSITELIB}/PyQt5/QtMultimediaWidgets.pyi
${PYSITELIB}/PyQt5/QtMultimediaWidgets.so
${PLIST.py3x}${PYSITELIB}/PyQt5/QtNetwork.pyi
${PYSITELIB}/PyQt5/QtNetwork.so
-${PLIST.py3x}${PYSITELIB}/PyQt5/QtNetworkAuth.pyi
-${PYSITELIB}/PyQt5/QtNetworkAuth.so
${PLIST.py3x}${PYSITELIB}/PyQt5/QtOpenGL.pyi
${PYSITELIB}/PyQt5/QtOpenGL.so
${PLIST.py3x}${PYSITELIB}/PyQt5/QtPositioning.pyi
@@ -603,15 +601,6 @@ share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qsslsocket.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qtcpserver.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qtcpsocket.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNetwork/qudpsocket.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/QtNetworkAuthmod.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qabstractoauth.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qabstractoauth2.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qabstractoauthreplyhandler.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauth1.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauth1signature.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauth2authorizationcodeflow.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauthhttpserverreplyhandler.sip
-share/sip${PYVERSSUFFIX}/PyQt5/QtNetworkAuth/qoauthoobreplyhandler.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNfc/QtNfcmod.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNfc/qndeffilter.sip
share/sip${PYVERSSUFFIX}/PyQt5/QtNfc/qndefmessage.sip
diff --git a/x11/py-qt5/distinfo b/x11/py-qt5/distinfo
index c2c48d39466..1addbb6650c 100644
--- a/x11/py-qt5/distinfo
+++ b/x11/py-qt5/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/10/07 15:14:04 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/10/19 18:59:54 adam Exp $
-RMD160 (PyQt5-5.15.2.tar.gz) = 0961fbf8b0fdb70a1e143a757dcac66a7c878df0
-SHA512 (PyQt5-5.15.2.tar.gz) = 6d48d2ed907b436131d46b0513d82e1069c76e873d395e4a6c0832ae3a20621b92d3abece046c5fcd14cb818d50ffb369153fca1ce9341f0db1b8c479b94e621
-Size (PyQt5-5.15.2.tar.gz) = 3265445 bytes
+RMD160 (PyQt5-5.15.5.tar.gz) = 3217c7cd27261194ae3f69229c1134095d26119e
+SHA512 (PyQt5-5.15.5.tar.gz) = 67600668c769deb37052e6099a35756519987a0796045cdc291add1763bad103df1226f1b6e304e74808279d6ce56231e614617011ce238e1cf91a302981dd26
+Size (PyQt5-5.15.5.tar.gz) = 3239628 bytes
SHA1 (patch-configure.py) = 72d5e418b3eb81225ab8f6338874ce8d6bacff82
SHA1 (patch-designer_designer.pro-in) = 8b7d885c4a5c5336dbdbead2bd88a4da02026ee2
SHA1 (patch-qmlscene_qmlscene.pro-in) = 055ad9670d9d67dd8fca2f293a0b8b8c71512a4d