aboutsummaryrefslogtreecommitdiff
path: root/development/QtPy
diff options
context:
space:
mode:
authornomnombtc <nomnombtc@arcor.de>2023-08-29 21:18:02 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:35 +0700
commita2d685adf9d87721b0470790374c7e0116e7bede (patch)
tree7a9948189a0fd46d78ba46be4782ef276a6ad264 /development/QtPy
parentf73a676b0e8710ebee191b2d627c46ad3ef39ed8 (diff)
development/QtPy: Updated for version 2.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/QtPy')
-rw-r--r--development/QtPy/QtPy.SlackBuild6
-rw-r--r--development/QtPy/QtPy.info6
-rw-r--r--development/QtPy/README2
-rw-r--r--development/QtPy/slack-desc2
4 files changed, 10 insertions, 6 deletions
diff --git a/development/QtPy/QtPy.SlackBuild b/development/QtPy/QtPy.SlackBuild
index f1d2e9e9fb90c..7cc67d7304a1a 100644
--- a/development/QtPy/QtPy.SlackBuild
+++ b/development/QtPy/QtPy.SlackBuild
@@ -4,6 +4,7 @@
# Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023 nomnombtc <nomnombtc@arcor.de>
# 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 4ab4de6eebb97..7d3f61a741711 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 8bdc7dc48c1e6..d3c3b844ab452 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 ed92f3ef1e5e3..9646ac63f6fa5 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: