33 lines
885 B
Bash
33 lines
885 B
Bash
# Template file for 'python-pyqtgraph'
|
|
pkgname=python-pyqtgraph
|
|
version=0.10.0
|
|
revision=2
|
|
wrksrc=${pkgname#*-}-${pkgname#*-}-${version}
|
|
build_style=python-module
|
|
pycompile_module="pyqtgraph"
|
|
noarch=yes
|
|
make_install_args="--no-compile"
|
|
hostmakedepends="python python3"
|
|
depends="python-PyQt4 python-numpy"
|
|
short_desc="Python2 scientific graphics and GUI library"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://www.pyqtgraph.org/"
|
|
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
|
|
checksum=4c851deec81c1dd1ecb4468ff6d5b035349b167cc1b4e4bb724b4b410945d20b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|
|
|
|
python3-pyqtgraph_package() {
|
|
noarch=yes
|
|
depends="python3-PyQt4 python3-numpy"
|
|
pycompile_module="pyqtgraph"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE.txt
|
|
}
|
|
}
|