python-pyqtgraph: switch to PyQt5 and add PyOpenGL for 3d graphics
This commit is contained in:
parent
a5ed274df3
commit
4c766cadee
|
@ -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 <duncaen@voidlinux.org>"
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue