From a2d685adf9d87721b0470790374c7e0116e7bede Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Tue, 29 Aug 2023 21:18:02 +0200 Subject: [PATCH] development/QtPy: Updated for version 2.4.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/QtPy/QtPy.SlackBuild | 6 +++++- development/QtPy/QtPy.info | 6 +++--- development/QtPy/README | 2 +- development/QtPy/slack-desc | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/development/QtPy/QtPy.SlackBuild b/development/QtPy/QtPy.SlackBuild index f1d2e9e9fb..7cc67d7304 100644 --- a/development/QtPy/QtPy.SlackBuild +++ b/development/QtPy/QtPy.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2021 Benjamin Trigona-Harany # Copyright 2022-2023 Isaac Yu +# Copyright 2023 nomnombtc # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=QtPy -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -57,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/development/QtPy/QtPy.info b/development/QtPy/QtPy.info index 4ab4de6eeb..7d3f61a741 100644 --- a/development/QtPy/QtPy.info +++ b/development/QtPy/QtPy.info @@ -1,8 +1,8 @@ PRGNAM="QtPy" -VERSION="2.3.1" +VERSION="2.4.0" HOMEPAGE="https://github.com/spyder-ide/QtPy" -DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-2.3.1.tar.gz" -MD5SUM="4537754f696f9081353804c33d67843b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-2.4.0.tar.gz" +MD5SUM="316931ca19d82b36daa6685aa94ac401" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/QtPy/README b/development/QtPy/README index 8bdc7dc48c..d3c3b844ab 100644 --- a/development/QtPy/README +++ b/development/QtPy/README @@ -1,5 +1,5 @@ QtPy is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. -It provides support for PyQt5, PyQt4, PySide2 and PySide using the Qt5 +It provides support for PyQt5, PySide2, PyQt6 and PySide6 using the Qt5 layout (where the QtGui module has been split into QtGui and QtWidgets). diff --git a/development/QtPy/slack-desc b/development/QtPy/slack-desc index ed92f3ef1e..9646ac63f6 100644 --- a/development/QtPy/slack-desc +++ b/development/QtPy/slack-desc @@ -11,7 +11,7 @@ QtPy: QtPy: QtPy is a small abstraction layer that lets you write applications QtPy: using a single API call to either PyQt or PySide. QtPy: -QtPy: It provides support for PyQt5, PyQt4, PySide2 and PySide using the +QtPy: It provides support for PyQt5, PySide2, PyQt6 and PySide6 using the QtPy: Qt5 layout (where the QtGui module has been split into QtGui and QtPy: QtWidgets). QtPy: