diff --git a/srcpkgs/python-pyqtgraph/template b/srcpkgs/python-pyqtgraph/template index 04997169a8..f90e2b1531 100644 --- a/srcpkgs/python-pyqtgraph/template +++ b/srcpkgs/python-pyqtgraph/template @@ -1,14 +1,14 @@ # Template file for 'python-pyqtgraph' pkgname=python-pyqtgraph version=0.10.0 -revision=2 -wrksrc=${pkgname#*-}-${pkgname#*-}-${version} +revision=3 +archs=noarch +wrksrc="${pkgname#*-}-${pkgname#*-}-${version}" build_style=python-module pycompile_module="pyqtgraph" -archs=noarch make_install_args="--no-compile" -hostmakedepends="python python3" -depends="python-PyQt4 python-numpy" +hostmakedepends="python-setuptools python3-setuptools" +depends="python-PyQt5 python-numpy python-PyOpenGL" short_desc="Python2 scientific graphics and GUI library" maintainer="Duncaen " license="MIT" @@ -22,7 +22,7 @@ post_install() { python3-pyqtgraph_package() { archs=noarch - depends="python3-PyQt4 python3-numpy" + depends="python3-PyQt5 python3-numpy python3-PyOpenGL" pycompile_module="pyqtgraph" short_desc="${short_desc/Python2/Python3}" pkg_install() {