mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/wxPython4: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
518e33ffb5
commit
eadf33a811
2 changed files with 7 additions and 10 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue