21 lines
681 B
Bash
21 lines
681 B
Bash
# Template file for 'python3-vispy'
|
|
pkgname=python3-vispy
|
|
version=0.6.1
|
|
revision=9
|
|
build_style=python3-module
|
|
build_helper=numpy
|
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
|
makedepends="python3-numpy python3-Cython python3-devel"
|
|
depends="python3-numpy"
|
|
short_desc="Python3 library for interactive scientific visualization"
|
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://vispy.org"
|
|
distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz"
|
|
checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1
|
|
conf_files="/etc/jupyter/nbconfig/notebook.d/vispy.json"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|