void-packages/srcpkgs/python3-pyqtgraph/template

21 lines
740 B
Bash

# Template file for 'python3-pyqtgraph'
pkgname=python3-pyqtgraph
version=0.11.0
revision=1
wrksrc="${pkgname#*-}-${pkgname#*-}-${version}"
build_style=python3-module
make_install_args="--no-compile"
hostmakedepends="python3-setuptools"
depends="python3-PyQt5 python3-numpy python3-PyOpenGL"
short_desc="Fast data visualization for scientific/engineering applications"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
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"
checksum=082cdec1e559644e083cd8c5752fc06a18582fb2bebb83cdf6eb8ad33c735535
post_install() {
vlicense LICENSE.txt
}