mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python3-pyqtgraph: update to 0.13.1.
This commit is contained in:
parent
fbad692352
commit
8260933f7f
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'python3-pyqtgraph'
|
# Template file for 'python3-pyqtgraph'
|
||||||
pkgname=python3-pyqtgraph
|
pkgname=python3-pyqtgraph
|
||||||
version=0.11.1
|
version=0.13.1
|
||||||
revision=3
|
revision=1
|
||||||
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"
|
||||||
|
checkdepends="$depends python3-pytest python3-PyQt5-svg"
|
||||||
short_desc="Fast data visualization for scientific/engineering applications"
|
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"
|
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=9c103e965fb9398570f07c961030cc20fbb80d516a540011f868600a431c4a0d
|
checksum=1d906303b336f6a386a0e4f4310ee9847fa8b4a833a2684737870584478b99e1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue