diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-23 20:08:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:49 +0700 |
commit | 05d418b789804f9156b655e30b46c370d1072945 (patch) | |
tree | 8f833fb90c78af95d68611df083ad3ab66fda41d /development | |
parent | d43d44a67377e95c35c2f0f5306ef2cfce834fd5 (diff) |
development/QtPy: Updated for version 2.3.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/QtPy/QtPy.SlackBuild | 7 | ||||
-rw-r--r-- | development/QtPy/QtPy.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/development/QtPy/QtPy.SlackBuild b/development/QtPy/QtPy.SlackBuild index 2e2ba397483c0..0abc53d5cd900 100644 --- a/development/QtPy/QtPy.SlackBuild +++ b/development/QtPy/QtPy.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for QtPy # Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=QtPy -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/QtPy/QtPy.info b/development/QtPy/QtPy.info index 31cdc418c51d3..292729df907d8 100644 --- a/development/QtPy/QtPy.info +++ b/development/QtPy/QtPy.info @@ -1,8 +1,8 @@ PRGNAM="QtPy" -VERSION="2.3.0" +VERSION="2.3.1" HOMEPAGE="https://github.com/spyder-ide/QtPy" -DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-2.3.0.tar.gz" -MD5SUM="4b26c40dab8700fdb7ed541e1fcdc9b6" +DOWNLOAD="https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-2.3.1.tar.gz" +MD5SUM="4537754f696f9081353804c33d67843b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |