wxPython: fix license, description, template layout, http->https
Close: #31704
This commit is contained in:
parent
fdb16dcfea
commit
afca7b0266
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wxPython'
|
||||
pkgname=wxPython
|
||||
version=3.0.2.0
|
||||
revision=10
|
||||
revision=11
|
||||
wrksrc="${pkgname}-src-${version}"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="
|
||||
|
@ -9,11 +9,10 @@ makedepends="
|
|||
libSM-devel MesaLib-devel glu-devel
|
||||
libnotify-devel python-devel wxWidgets-devel"
|
||||
depends="python"
|
||||
pycompile_module="wx-3.0-gtk2 wxversion.py"
|
||||
short_desc="The wxWidgets GUI toolkit library (Python Bindings)"
|
||||
short_desc="Python Bindings for the wxWidgets GUI toolkit library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="http://www.wxpython.org/"
|
||||
license="wxWindows"
|
||||
license="WxWindows-exception-3.1"
|
||||
homepage="https://www.wxpython.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
||||
checksum=d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
|
||||
|
||||
|
|
Loading…
Reference in a new issue