[arch-commits] Commit in pyqt5/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 27 08:37:57 UTC 2021


    Date: Saturday, February 27, 2021 @ 08:37:56
  Author: arojas
Revision: 408880

Remove pointless PyQt5-Qt dependency (FS#69802)

Modified:
  pyqt5/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-26 23:08:33 UTC (rev 408879)
+++ PKGBUILD	2021-02-27 08:37:56 UTC (rev 408880)
@@ -9,7 +9,7 @@
 pkgname=('python-pyqt5')
 pkgdesc="A set of Python bindings for the Qt5 toolkit"
 pkgver=5.15.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
@@ -38,6 +38,10 @@
 source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
 sha256sums=('965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838')
 
+prepare() {
+  sed -e '/requires-dist/d' -i PyQt5-$pkgver/pyproject.toml # Remove pointless PyQt5-Qt dependency
+}
+
 build() {
   cd PyQt5-$pkgver
   sip-build \



More information about the arch-commits mailing list