From f56dac939c23f0267d245dd429e254341239f1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 13 Aug 2020 21:40:03 +0700 Subject: [PATCH] python-PyQt5: update to 5.15.0. PyQt5 officially only supports Python 3. However, it works with Python 2, at least with calibre. Don't merge with python3 version, since it build with different dependencies. And there's some conflicts when generate binary. --- srcpkgs/python-PyQt5/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-PyQt5/template b/srcpkgs/python-PyQt5/template index 11529aa172..3848b368a0 100644 --- a/srcpkgs/python-PyQt5/template +++ b/srcpkgs/python-PyQt5/template @@ -1,8 +1,8 @@ # Template file for 'python-PyQt5' pkgname=python-PyQt5 -version=5.13.2 -revision=3 -_sipver=4.19.19 +version=5.15.0 +revision=1 +_sipver=4.19.23 wrksrc="PyQt5-${version}" hostmakedepends="pkg-config python-devel python-sip-devel python-dbus-devel qt5 @@ -17,8 +17,8 @@ short_desc="Python 2 bindings for the Qt5 toolkit" maintainer="Orphaned " license="GPL-3.0-only" homepage="https://riverbankcomputing.com/software/pyqt/intro" -distfiles="https://www.riverbankcomputing.com/static/Downloads/PyQt5/${version}/PyQt5-${version}.tar.gz" -checksum=adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827 +distfiles="${PYPI_SITE}/P/PyQt5/PyQt5-${version}.tar.gz" +checksum=c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9 lib32disabled=yes post_extract() {