mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'wxPython'
|
||||||
pkgname=wxPython
|
pkgname=wxPython
|
||||||
version=3.0.2.0
|
version=3.0.2.0
|
||||||
revision=10
|
revision=11
|
||||||
wrksrc="${pkgname}-src-${version}"
|
wrksrc="${pkgname}-src-${version}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
@ -9,11 +9,10 @@ makedepends="
|
||||||
libSM-devel MesaLib-devel glu-devel
|
libSM-devel MesaLib-devel glu-devel
|
||||||
libnotify-devel python-devel wxWidgets-devel"
|
libnotify-devel python-devel wxWidgets-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="wx-3.0-gtk2 wxversion.py"
|
short_desc="Python Bindings for the wxWidgets GUI toolkit library"
|
||||||
short_desc="The wxWidgets GUI toolkit library (Python Bindings)"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://www.wxpython.org/"
|
license="WxWindows-exception-3.1"
|
||||||
license="wxWindows"
|
homepage="https://www.wxpython.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
|
||||||
checksum=d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
|
checksum=d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue