python3-pyqtgraph: update to 0.11.0.
This commit is contained in:
parent
27c2a4ec96
commit
f4c44f74ad
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-pyqtgraph'
|
# Template file for 'python3-pyqtgraph'
|
||||||
pkgname=python3-pyqtgraph
|
pkgname=python3-pyqtgraph
|
||||||
version=0.10.0
|
version=0.11.0
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_install_args="--no-compile"
|
make_install_args="--no-compile"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
|
depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
|
||||||
short_desc="Python3 scientific graphics and GUI library"
|
short_desc="Fast data visualization for scientific/engineering applications"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.pyqtgraph.org/"
|
homepage="http://www.pyqtgraph.org/"
|
||||||
|
changelog="https://github.com/pyqtgraph/pyqtgraph/raw/master/CHANGELOG"
|
||||||
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
|
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
|
||||||
checksum=4c851deec81c1dd1ecb4468ff6d5b035349b167cc1b4e4bb724b4b410945d20b
|
checksum=082cdec1e559644e083cd8c5752fc06a18582fb2bebb83cdf6eb8ad33c735535
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Reference in a new issue