wxPython4: update to 4.0.7.
- fix xlint - update depends [ci skip]
This commit is contained in:
parent
57aa88485e
commit
41bd773ef8
1 changed files with 4 additions and 5 deletions
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'wxPython4'
|
||||
pkgname=wxPython4
|
||||
version=4.0.6
|
||||
revision=3
|
||||
version=4.0.7
|
||||
revision=1
|
||||
wrksrc="wxPython-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="wx"
|
||||
make_build_args="--skip-build"
|
||||
make_install_args="--skip-build"
|
||||
hostmakedepends="pkg-config python3-setuptools python3-pathlib2"
|
||||
makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel webkit2gtk-devel
|
||||
gst-plugins-base1-devel"
|
||||
depends="python3"
|
||||
depends="python3 python3-six python3-numpy python3-Pillow"
|
||||
short_desc="WxWidgets GUI toolkit library (Python3 Bindings)"
|
||||
maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
||||
license="custom:wxWindows"
|
||||
homepage="http://www.wxpython.org/"
|
||||
distfiles="${PYPI_SITE}/w/wxPython/wxPython-${version}.tar.gz"
|
||||
checksum=35cc8ae9dd5246e2c9861bb796026bbcb9fb083e4d49650f776622171ecdab37
|
||||
checksum=3be608bfdede3063678cc703453850ab0a018b82bafd5ee057302250b18f0233
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/python${py3_ver}"
|
||||
|
|
Loading…
Reference in a new issue