New package: python-pyqtgraph-0.9.10
This commit is contained in:
parent
7342474b18
commit
ac7528d513
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-pyqtgraph/template
Normal file
33
srcpkgs/python-pyqtgraph/template
Normal 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
1
srcpkgs/python3.4-pyqtgraph
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pyqtgraph
|
Loading…
Reference in a new issue