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>
This commit is contained in:
parent
f73a676b0e
commit
a2d685adf9
|
@ -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=""
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue