diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 23:50:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-13 14:35:04 +0700 |
commit | eadf33a811ecd5a0bb4e0b8a0bcf4d7a6b1eb83b (patch) | |
tree | 4291c0cd92a476ddc58e9246ca5553e935885e20 /libraries/wxPython4 | |
parent | 518e33ffb57a1eefcd4f5d1a0c404eda4fd7e186 (diff) |
libraries/wxPython4: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxPython4')
-rw-r--r-- | libraries/wxPython4/wxPython4.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/wxPython4/wxPython4.info | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/libraries/wxPython4/wxPython4.SlackBuild b/libraries/wxPython4/wxPython4.SlackBuild index 7cd2f85c342f..67d92a363023 100644 --- a/libraries/wxPython4/wxPython4.SlackBuild +++ b/libraries/wxPython4/wxPython4.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wxPython4 -# Copyright 2018-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2018-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,15 +24,12 @@ # # Big thanks to Rich Shepard and Christoph Willing for the discussion on LQ -# 20220425: Modified by SlackBuilds.org, BUILD=2: -# - remove empty wxPython/ dir from docs. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wxPython4 SRCNAM=wxPython -VERSION=${VERSION:-4.1.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.2.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/wxPython4/wxPython4.info b/libraries/wxPython4/wxPython4.info index 1d69d744517b..bee5a51bcdf2 100644 --- a/libraries/wxPython4/wxPython4.info +++ b/libraries/wxPython4/wxPython4.info @@ -1,10 +1,10 @@ PRGNAM="wxPython4" -VERSION="4.1.1" +VERSION="4.2.0" HOMEPAGE="https://wxPython.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/b0/4d/80d65c37ee60a479d338d27a2895fb15bbba27a3e6bb5b6d72bb28246e99/wxPython-4.1.1.tar.gz" -MD5SUM="262191ae1c926a58da37fb7a8fabc51e" +DOWNLOAD="https://files.pythonhosted.org/packages/d9/33/b616c7ed4742be6e0d111ca375b41379607dc7cc7ac7ff6aead7a5a0bf53/wxPython-4.2.0.tar.gz" +MD5SUM="9cfe0f5825e3b548fc31dee55aec12bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="webkit2gtk pathlib2" +REQUIRES="webkit2gtk pathlib2 python3-attrdict" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |