New package: python-pyqtgraph-0.9.10

This commit is contained in:
Duncaen 2015-12-25 23:58:12 +01:00
parent 7342474b18
commit ac7528d513
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,33 @@
# Template file for 'python-pyqtgraph'
pkgname=python-pyqtgraph
version=0.9.10
revision=1
wrksrc=${pkgname#*-}-${pkgname#*-}-${version}
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="pyqtgraph"
noarch=yes
make_install_args="--no-compile"
hostmakedepends="python python3.4"
depends="python-PyQt5"
short_desc="Python2 graphics library for PyQt/PySide"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT"
homepage="http://www.pyqtgraph.org/"
distfiles="https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-${version}.tar.gz"
checksum=44f018ee642454b070433472f23a900921538cec72381e28a26f5cba84973905
post_install() {
vlicense LICENSE.txt
}
python3.4-pyqtgraph_package() {
depends="python3.4-PyQt5"
pycompile_version="3.4"
pycompile_module="pyqtgraph"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE.txt
}
}

1
srcpkgs/python3.4-pyqtgraph Symbolic link
View file

@ -0,0 +1 @@
python-pyqtgraph